:root {
  --dark-color: #231f20;
  --primary-brand-color: #fc7900;
  --white: white;
  --secondary-brand-color: #fffaf3;
  --mid-grey: #8c8c8c;
  --l-gradient: #fff6f7;
  --r-gradient: #fff9e7;
}

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

.w-embed-youtubevideo {
  background-image: var(--image-708b924);
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

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

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: var(--image-i5cec3e91);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: var(--dark-color);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--primary-brand-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 91px;
  font-weight: 700;
  line-height: 90px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
}

p {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: var(--dark-color);
  font-weight: 500;
  line-height: 16px;
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

.section-padding {
  color: #231f20;
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  flex: 1;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.container.donacije {
  max-width: 1070px;
}

.style-guide-grid {
  grid-column-gap: 40px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.style-guide-category {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-bottom: 5px;
  font-weight: 700;
}

.style-guide-edit {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 10px;
  margin-bottom: 10px;
}

.light-text {
  color: var(--white);
  padding-bottom: 20px;
}

.style-guide-element {
  color: #fff;
  background-color: #3b83f7;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class {
  color: #fff;
  background-color: #3b83f7;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class.tag-class {
  background-color: #cc55b8;
}

.style-guide-edit-wrap {
  opacity: .4;
}

.style-guide-edit-wrap:hover {
  opacity: 1;
}

.small-p {
  font-size: 12px;
  line-height: 18px;
}

.large-p {
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
}

.rich-text h1, .rich-text h3, .rich-text p, .rich-text h2, .rich-text img {
  margin-bottom: 20px;
}

.style-guide-color-wrap {
  background-color: var(--dark-color);
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin-top: 30px;
  padding: 15px 30px;
  display: flex;
}

.style-guide-color-wrap.primary-color-background {
  background-color: var(--primary-brand-color);
}

.style-guide-color-wrap.secondary-color-background {
  background-color: var(--secondary-brand-color);
}

.style-guide-color-wrap.mid-grey-color-background {
  background-color: var(--mid-grey);
}

.style-guide-color-wrap.white-background, .style-guide-color-wrap.light-grey-color-background {
  background-color: var(--white);
}

.button {
  background-color: var(--dark-color);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 20px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.button:hover {
  background-color: var(--primary-brand-color);
}

.button:active {
  background-color: #fc5400;
}

.button.ghost-button {
  border: 2px solid var(--dark-color);
  color: var(--dark-color);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

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

.button.ghost-button:active {
  background-color: var(--primary-brand-color);
}

.button.ghost-button.invese-ghost {
  border-color: var(--white);
  color: var(--white);
}

.button.ghost-button.nav-button {
  margin-bottom: 0;
  padding: 10px 20px;
}

.button.ghost-button.about-ghost {
  margin-bottom: 0;
}

.button.ghost-button.nav-ghost {
  display: none;
}

.button.ghost-button.hero {
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.button.form-submit {
  margin-top: 15px;
}

.button.about-button {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}

.button.orange-button {
  background-color: var(--primary-brand-color);
  margin-top: 0;
  margin-bottom: 0;
}

.button.orange-button:hover {
  background-color: var(--secondary-brand-color);
  color: var(--primary-brand-color);
}

.button.orange-button:active {
  color: var(--dark-color);
}

.style-guide-grid-item-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start stretch;
  padding-top: 10px;
  display: grid;
}

.list {
  padding-left: 15px;
}

.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-field.form-select {
  background-color: var(--white);
}

.form-lable {
  margin-top: 20px;
}

.form-checkbox {
  width: 20px;
}

.style-guide-layout-demo {
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
}

.style-guide-layout-demo.section-padding {
  margin-top: 30px;
}

.style-guide-white-div {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.popup-background-wrap {
  z-index: 100;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-card {
  background-color: var(--white);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  padding: 30px;
  display: flex;
  position: relative;
}

.style-guide-wrap {
  padding-top: 20px;
}

.close-popup-button {
  color: var(--dark-color);
  padding: 15px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -5px -5px auto auto;
}

.style-guide-popup-wrap {
  background-color: var(--dark-color);
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 22px;
  display: flex;
}

.home-hero-section.section-padding {
  background-image: linear-gradient(131deg, #fff6f7, #fff9e7);
  height: 110%;
  position: relative;
}

.home-hero-section.section-padding.just-hero {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-h1 {
  color: var(--primary-brand-color);
  text-align: center;
  max-width: 880px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.hero-text-wrapper {
  z-index: 10;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-height: 403px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero-paragraph {
  text-align: center;
  max-width: 650px;
  margin-bottom: 0;
  padding: 0;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph.p-hero {
  margin-top: 200px;
  padding-bottom: 0;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  height: 60px;
}

.nav-link {
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--primary-brand-color);
  text-decoration: underline;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.l-boy {
  width: 30%;
  max-width: 100%;
  position: absolute;
  inset: auto auto -6% 2%;
}

.l-girl {
  width: 35%;
  margin-right: 0;
  position: absolute;
  inset: auto auto 10% -12%;
}

.r-grandma {
  width: 30%;
  padding-top: 0;
  position: absolute;
  inset: auto 4% -6% auto;
}

.r-girl {
  width: 35%;
  position: absolute;
  inset: auto -12% 10% auto;
}

.blog-section.section-padding {
  margin-top: 0;
}

.blog-section-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 130px;
  display: flex;
}

.heading {
  align-self: flex-start;
  margin-bottom: 60px;
}

.blog-item-wrapper {
  width: 100%;
  height: 540px;
  margin-bottom: 40px;
  padding-bottom: 0;
  text-decoration: none;
}

.blog-item-wrapper:hover {
  color: #231f20b3;
  height: 540px;
}

.blog-item-wrapper._1 {
  height: 100%;
  padding: 23px 51px;
}

.blog-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  box-shadow: 0 0 6px 2px #0000002e;
}

.blog-image:hover {
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 300px;
  box-shadow: 0 0 6px 6px #0000002e;
}

.blog-date {
  color: var(--primary-brand-color);
  padding-top: 20px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
}

.blog-heading {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.blog-paragraph {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.how-to-join-section.section-padding {
  margin-top: 130px;
}

.heading-2 {
  padding-bottom: 60px;
}

.how-to-wrapper {
  background-image: linear-gradient(153deg, var(--l-gradient) 3%, var(--r-gradient) 97%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  display: flex;
}

.how-to-grid {
  grid-column-gap: 49px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  padding: 100px 233px 60px;
}

.arrow-box {
  padding-right: 0;
}

.how-to-item {
  margin-bottom: 60px;
  padding-right: 0;
  position: relative;
}

.how-to-item._3 {
  margin-bottom: 0;
}

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

.doc-download-link {
  font-weight: 700;
  text-decoration: underline;
  display: inline;
}

.doc-download-link:hover {
  color: var(--primary-brand-color);
}

.why-join-section.section-padding {
  margin-top: 130px;
  margin-bottom: 130px;
}

.why-us-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

.image-9 {
  box-shadow: 14px -14px 0 0 var(--primary-brand-color);
}

.text-block {
  margin-bottom: 10px;
}

.heading-4 {
  margin-bottom: 60px;
}

.why-us-list-item {
  line-height: 2;
}

.list-heading {
  padding-bottom: 10px;
}

.text-block-2 {
  padding-bottom: 6px;
}

.rights-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
  display: flex;
}

.rights-4-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.rights-item {
  background-color: var(--dark-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 170px;
  display: flex;
}

.text-block-3 {
  text-align: center;
  padding-top: 20px;
}

.learn-more-buttton {
  margin-top: 60px;
  display: inline-block;
}

.text-link:hover {
  color: var(--primary-brand-color);
}

.arrow-wrap {
  padding-left: 10px;
  display: inline-block;
}

.heading-5 {
  align-self: flex-start;
}

.about-section.section-padding {
  background-image: linear-gradient(144deg, var(--l-gradient), var(--r-gradient));
}

.about-grid-l {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 120px;
  display: grid;
}

.about-gallery-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "Area Area"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.about-content-1 {
  padding-left: 100px;
  padding-right: 60px;
}

.about-content-1._2 {
  padding-left: 60px;
  padding-right: 100px;
}

.image-10 {
  width: 100%;
  position: static;
  inset: 0%;
}

.image-11 {
  object-fit: fill;
  object-position: 50% 50%;
  width: 100%;
  overflow: hidden;
}

.orange-h2 {
  color: var(--primary-brand-color);
  margin-bottom: 20px;
  line-height: 1.35;
}

.text-block-4 {
  margin-bottom: 10px;
}

.image-12 {
  width: 100%;
}

.gallery-r {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "Area Area Area"
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-13 {
  width: 100%;
  height: 100%;
}

.content-wrappper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.maps-section.section-padding {
  margin-top: 130px;
  margin-bottom: 130px;
}

.footer.section-padding {
  background-color: var(--secondary-brand-color);
  padding-top: 130px;
  padding-bottom: 130px;
}

.video-2-col-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 130px;
  margin-bottom: 130px;
}

.video-text-wrap {
  flex-direction: column;
  padding-left: 100px;
  display: flex;
}

.youtube {
  box-shadow: -14px -14px 0 0 var(--primary-brand-color);
}

.read-more-button {
  grid-column-gap: 10px;
  border: 1px #000;
  border-bottom-style: solid;
  flex-flow: row;
  place-content: center flex-start;
  align-items: center;
  margin-right: 262px;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: visible;
}

.read-more-button:hover {
  color: var(--primary-brand-color);
}

.read-more-button._1 {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 359px;
}

.read-more-button.media {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  line-height: 1.35;
}

.text-block-5 {
  margin-bottom: 10px;
}

.heading-6 {
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 38px;
}

.paragraph-2 {
  margin-bottom: 20px;
}

.text-block-6 {
  font-weight: 400;
  text-decoration: none;
}

.map-2-col-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  height: 430px;
  margin-bottom: 0;
}

.map-text-wrap {
  background-color: var(--dark-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.map-text-in-wrap {
  align-self: center;
}

.contact-2-col-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 150px;
}

.footer-grid {
  grid-template: "Area-2 Area-2 Area-2 Area-2 Area-2"
                 ". . . . ."
                 "Area Area Area Area Area"
                 / 1fr;
  grid-auto-rows: 1fr;
  margin-bottom: 128px;
  padding-top: 0;
  padding-bottom: 0;
}

.link {
  padding-top: 30px;
  font-weight: 600;
  text-decoration: underline;
}

.footer-item {
  flex-direction: column;
  display: flex;
}

.h-footer {
  padding-bottom: 10px;
  font-weight: 600;
}

.link-footer {
  padding-bottom: 6px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

.contact-text-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding: 0;
  display: flex;
}

.heading-7 {
  padding-bottom: 20px;
  font-size: 45px;
  line-height: 1.35;
}

.contact-link-blok {
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.paragraph-3 {
  padding-bottom: 30px;
}

.text-block-8 {
  font-weight: 700;
  text-decoration: none;
}

.contact-link-blok-wrapper {
  grid-column-gap: 40px;
  text-decoration: none;
  display: flex;
}

.logos-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  grid-template: ". . . ."
                 "Area Area Area Area"
                 / 1fr 1fr 1fr 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-9 {
  padding-top: 40px;
}

.blog-all-section.section-padding {
  margin-bottom: 130px;
  position: relative;
}

.other-pages-hero-bg {
  z-index: -1;
  background-image: linear-gradient(148deg, var(--l-gradient), var(--r-gradient));
  width: 100%;
  height: 80vh;
  position: absolute;
  inset: 0% 0% auto;
}

.other-pages-hero-bg.about-bg {
  height: 60vh;
}

.blog-heading-wrapper {
  padding-top: 170px;
}

.blog-h1 {
  color: var(--dark-color);
}

.blog-posts-wrapper {
  margin-top: 80px;
}

.blog-post {
  height: 100%;
}

.most-recent-post-wrap {
  margin-bottom: 60px;
}

.blog-2-col-grid {
  grid-template-rows: auto;
}

.image-14 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 10px;
  width: 100%;
  height: 380px;
  box-shadow: 0 0 6px 2px #0000002e;
}

.blog-post-section.section-padding {
  margin-bottom: 220px;
}

.blog-post-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 127px;
  padding-right: 127px;
  display: flex;
}

.blog-post-h1 {
  color: var(--dark-color);
  align-self: flex-start;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 60px;
}

.image-15 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 550px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-top: 220px;
  position: relative;
}

.blog-side-nav {
  width: 100%;
  height: 800px;
  position: sticky;
  top: 120px;
}

.back-button {
  grid-column-gap: 10px;
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  margin-right: 85px;
  text-decoration: none;
  display: flex;
}

.image-16 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.text-block-10 {
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}

.side-nav-item-wrap {
  flex-direction: row;
  align-items: center;
  padding-bottom: 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.text-block-11 {
  margin-bottom: 20px;
}

.image-17 {
  object-fit: cover;
  width: 100px;
  height: 100px;
}

.text-block-12 {
  padding-left: 20px;
  line-height: 20px;
}

.link-3 {
  font-weight: 400;
  text-decoration: none;
}

.about-us-section.section-padding {
  margin-bottom: 0;
  position: relative;
}

.about-us-heading-wrap {
  padding-top: 170px;
}

.about-us-content-wrapper {
  margin-top: 80px;
  margin-bottom: 130px;
}

.about-h1 {
  color: var(--dark-color);
  padding-bottom: 0;
  font-size: 64px;
  line-height: 1.35;
}

.about-3-col-grid {
  grid-template-rows: auto;
  grid-template-columns: 3.5fr;
  position: relative;
}

.left-arrow-wrap {
  z-index: 1;
  position: relative;
}

.right-arrow-wrap {
  z-index: 1;
  padding-left: 40px;
  padding-right: 0;
  position: relative;
}

.about-img {
  z-index: 0;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 540px;
  position: relative;
  box-shadow: 0 0 8px 3px #0000002b;
}

.jasmina-bold, .radivoj-bold {
  font-weight: 600;
}

.jasmina-name {
  padding-top: 103px;
}

.radivoj-name {
  padding-top: 46px;
}

.image-19 {
  position: absolute;
  inset: 28% auto 0% 74%;
}

.image-20 {
  position: absolute;
  inset: 20% 70% 0% auto;
}

.blog-paragraph-1 {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.blog-paragraph-1._1:hover {
  color: var(--dark-color);
  font-weight: 400;
}

.blog-heading-1 {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.blog-heading-1._1 {
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 43px;
  text-decoration: none;
}

.blog-heading-1._1:hover {
  color: var(--dark-color);
}

.image-22 {
  width: 196px;
}

.image-28 {
  display: none;
}

.home-hero-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
}

.overflow-mask {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.about-button-wrappper {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 370px;
  height: 54px;
  margin: 40px auto 0;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-7 {
  width: 100%;
}

.mobile-blog-navigation.section-padding, .nav-close-wrapper {
  display: none;
}

.empty-state {
  background-color: var(--dark-color);
  color: var(--secondary-brand-color);
}

.documents-section.section-padding {
  margin-bottom: 130px;
}

.doc-item-card {
  padding-top: 0;
  padding-bottom: 40px;
}

.name-of-the-doc {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.doc-pdf-down {
  font-weight: 400;
  text-decoration: underline;
}

.doc-collection-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.fs-cc-banner3_button {
  background-color: var(--primary-brand-color);
  color: #fff;
  border-radius: 500px;
  padding: 14px 26px;
  font-size: 18px;
  text-decoration: none;
}

.fs-cc-banner3_button.fs-cc-button-alt {
  border: 2px solid var(--primary-brand-color);
  color: var(--dark-color);
  background-color: #0000;
  margin-right: 12px;
}

.fs-cc-prefs3_form-wrapper {
  background-color: #fff;
  border-radius: 12px;
  max-width: 720px;
  margin-bottom: 0;
  overflow: hidden;
}

.fs-cc-prefs3_title {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
}

.fs-cc-prefs3_checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fs-cc-prefs3_line {
  background-color: #e9e9e9;
  flex: 1;
  height: 1px;
  margin-left: 24px;
  margin-right: 24px;
}

.fs-cc-prefs3_checkbox {
  border-radius: 500px;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.fs-cc-prefs3_checkbox.w--redirected-checked {
  background-color: #129657;
  background-size: 16px;
  border-color: #129657;
}

.fs-cc-prefs3_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #129657;
}

.fs-cc-manager3_component {
  z-index: 999;
  background-color: #fff;
  border-radius: 500px;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto auto 30px 30px;
  box-shadow: 7px 7px 12px #0000001a;
}

.fs-cc-preferences3_close-icon {
  color: #4b53eb;
  width: 24px;
  height: 24px;
}

.fs-cc-banner3_button-icon {
  width: 18px;
  margin-right: 10px;
}

.fs-cc-banner3_buttons-wrapper {
  flex: none;
}

.fs-cc-prefs3_header {
  background-color: #2730d4;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: flex;
}

.fs-cc-banner3_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.fs-cc-prefs3_button {
  color: #fff;
  text-align: center;
  background-color: #129657;
  border: 2px solid #129657;
  border-radius: 500px;
  padding: 14px 26px;
  font-size: 16px;
}

.fs-cc-prefs3_button.fs-cc-button-alt {
  color: #7e7e7e;
  background-color: #fff;
  border-color: #a8a8a8;
  margin-right: 12px;
}

.fs-cc-prefs3_buttons-wrapper {
  background-color: #f2f3ff;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  display: flex;
}

.fs-cc-prefs3_form {
  position: relative;
}

.fs-cc-prefs3_close {
  background-color: #fff;
  border-radius: 500px;
  padding: 12px;
  position: absolute;
  inset: 30px 30px auto auto;
}

.fs-cc-banner3_block {
  margin-right: 30px;
  text-decoration: none;
}

.fs-cc-prefs3_component {
  z-index: 997;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 30px;
  display: none;
  position: relative;
}

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

.fs-cc-banner3_component {
  z-index: 998;
  background-color: var(--white);
  border-radius: 12px;
  margin: 30px;
  padding: 30px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 7px 7px 12px #0000001a;
}

.fs-cc-prefs3_content {
  padding: 30px;
}

.fs-cc-prefs3_submit {
  text-align: center;
  background-color: #4b53eb;
  border-radius: 500px;
  margin-left: 12px;
  padding: 14px 26px;
  font-size: 16px;
}

.fs-cc-prefs3_option {
  padding-top: 12px;
  padding-bottom: 12px;
}

.fs-cc-prefs3_overlay {
  z-index: -1;
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner3_button-text {
  color: var(--primary-brand-color);
  display: inline-block;
}

.fs-cc-banner3_button-text._2 {
  color: var(--secondary-brand-color);
}

.fs-cc-prefs3_icon {
  color: #fff;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.fs-cc-prefs3_label {
  color: #4b53eb;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.fs-cc-prefs3_checkbox-label {
  display: none;
}

.text-span-2 {
  text-decoration: underline;
}

.link-4 {
  font-weight: 400;
  text-decoration: none;
}

.cookie-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  padding: 20vh 226px;
  display: flex;
}

.cookie-h1 {
  text-align: center;
  font-size: 40px;
  line-height: 42px;
}

.text-block-14 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.cookie-rich-text {
  align-self: stretch;
}

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

.image-logo {
  object-fit: contain;
  width: 190px;
  height: 110px;
}

.flex-hor-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.newsletter-section {
  margin-top: 0;
  margin-bottom: 130px;
}

.flex-space-between {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.flex-space-between.flex-ver-64 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
}

.heading-8 {
  max-width: 600px;
  font-size: 45px;
  line-height: 1.35;
}

.newsletter-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.form-block {
  display: none;
}

.text-field {
  border: none;
  border-bottom: 1px solid #000;
  width: 260px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px #e148c0;
}

.flex-ver-64 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-ver-64.margin-top {
  margin-top: 88px;
}

.flex-ver-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.flex-ver-32.width-450 {
  max-width: 450px;
}

.flex-ver-32.margin-top {
  margin-top: 88px;
}

.flex-hor-64 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-hor-64.align-top {
  align-items: flex-start;
}

.ver-line {
  border: 1px solid #000;
  height: 48px;
}

.p-footer {
  width: 270px;
}

.paragraph-8 {
  max-width: 500px;
}

.donacije-heading-wrap {
  padding-top: 170px;
}

.flex-ver-48 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.donations-wrapper {
  width: 100%;
}

.tabs-link {
  background-color: var(--white);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 260px;
  padding: 40px 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  display: flex;
  box-shadow: 0 3px 8px #0000002b;
}

.tabs-link.w--current {
  background-color: var(--primary-brand-color);
  color: var(--white);
  font-size: 24px;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  display: flex;
}

.tabs-content {
  background-color: var(--white);
  border-radius: 16px;
  margin-top: 10px;
  padding: 64px;
  box-shadow: 0 3px 8px #0000002b;
}

.paragraph-10 {
  font-weight: 700;
}

.bold-text {
  font-size: 20px;
  line-height: 1.35;
}

.body {
  height: 100%;
}

.success-message {
  background-color: var(--r-gradient);
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  width: 350px;
  display: flex;
}

.donation-section {
  height: 1200px;
  margin-bottom: 130px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-2 {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr .75fr .5fr;
  place-items: start center;
}

.h2 {
  line-height: 1.35;
}

.width-1100 {
  max-width: 1100px;
}

.p-small {
  color: var(--primary-brand-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.vision-section {
  background-color: var(--secondary-brand-color);
  padding-top: 80px;
  padding-bottom: 130px;
}

.p10 {
  max-width: 700px;
}

.image-31 {
  border-radius: 16px;
}

.image-wrap {
  border-radius: 16px;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  display: flex;
  overflow: hidden;
}

.flex-hor-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.svg-32 {
  width: 32px;
  height: 32px;
}

.svg-25 {
  width: 24px;
}

.flex-ver-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.media-content {
  padding-left: 24px;
  padding-right: 24px;
}

.flex-ver-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  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;
}

.collection-list {
  grid-column-gap: 54px;
  grid-row-gap: 46px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-33 {
  border-radius: 16px;
}

.heading-9 {
  font-weight: 600;
}

.h3 {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.35;
}

.p-normal {
  line-height: 1.35;
}

.h1 {
  color: var(--dark-color);
  font-size: 64px;
}

.heading-10 {
  font-size: 24px;
  line-height: 1.35;
}

.align-top {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.black {
  color: var(--dark-color);
}

.flex-hor-48 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.centre {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rezultat-box {
  border: 1px solid var(--dark-color);
  border-radius: 24px;
  padding: 32px;
  display: flex;
}

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

.results-section {
  margin-bottom: 130px;
}

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

.result-item {
  display: flex;
}

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

.flex-ver-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.flex-ver-64-about {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .hero-h1 {
    font-size: 70px;
  }

  .paragraph.p-hero {
    margin-top: 100px;
  }

  .l-girl {
    bottom: 13%;
    left: -8%;
  }

  .r-girl {
    bottom: 14%;
    right: -8%;
  }

  .home-hero-wrapper {
    margin-top: 120px;
  }
}

@media screen and (min-width: 1920px) {
  .container.hero {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .button {
    text-align: center;
    cursor: pointer;
    min-width: 120px;
    margin-bottom: 0;
    padding: 14px 20px;
    transition: all .3s ease-in-out;
  }

  .button.ghost-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.ghost-button.hero {
    text-align: center;
    margin-bottom: 0;
    padding: 12px 20px;
  }

  .home-hero-section.section-padding.just-hero {
    justify-content: center;
    align-items: flex-start;
  }

  .hero-h1 {
    margin-bottom: 0;
    font-size: 91px;
  }

  .hero-text-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .hero-paragraph {
    margin-bottom: 0;
  }

  .paragraph {
    padding-bottom: 0;
  }

  .paragraph.p-hero {
    margin-top: 200px;
  }

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

  .l-boy {
    width: 35%;
    bottom: -53%;
  }

  .l-girl {
    width: 50%;
    bottom: 25%;
    left: -44%;
  }

  .r-grandma {
    width: 35%;
    bottom: -52%;
  }

  .r-girl {
    width: 50%;
    bottom: 25%;
    right: -44%;
  }

  .orange-h2 {
    line-height: 1.35;
  }

  .footer.section-padding {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .footer-grid {
    flex: 0 auto;
    grid-auto-flow: row;
  }

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

  .about-h1 {
    padding-bottom: 0;
    font-size: 64px;
    line-height: 1.35;
  }

  .home-hero-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 120px;
  }

  .overflow-mask {
    width: 100%;
  }

  .fs-cc-banner3_component {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 60px;
    display: none;
  }

  .text-span-2 {
    text-decoration: underline;
  }

  .link-4 {
    margin-right: 30px;
    font-weight: 400;
    text-decoration: none;
  }

  .flex-hor-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .newsletter-section {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .flex-space-between.flex-ver-64 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .newsletter-form {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .form-block, .flex-ver-32 {
    flex-flow: column;
  }

  .flex-ver-32.width-450 {
    max-width: 450px;
  }

  .flex-hor-64 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-content: flex-start;
    align-items: center;
  }

  .ver-line {
    background-color: var(--dark-color);
    border: 1px solid #000;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .p-footer {
    width: 270px;
  }

  .paragraph-8 {
    max-width: 500px;
  }

  .donacije-heading-wrap {
    padding-top: 170px;
  }

  .flex-ver-48 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
  }

  .paragraph-9 {
    font-size: 20px;
    font-weight: 700;
  }

  .donations-wrapper {
    width: 100%;
  }

  .tabs-link {
    background-color: var(--white);
    border-radius: 16px;
    padding: 40px 50px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    box-shadow: 0 3px 8px #0000002b;
  }

  .tabs-link.w--current {
    background-color: var(--primary-brand-color);
    color: var(--secondary-brand-color);
    padding-left: 50px;
    padding-right: 50px;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-block-15 {
    font-size: 20px;
    line-height: 1.35;
  }

  .tabs-content {
    background-color: var(--white);
    border-radius: 16px;
    margin-top: 10px;
    padding: 64px;
    box-shadow: 0 3px 8px #0000002b;
  }

  .paragraph-10 {
    font-weight: 700;
    line-height: 1.35;
  }

  .success-message {
    background-color: var(--r-gradient);
    color: var(--dark-color);
    border-radius: 16px;
    font-weight: 500;
    box-shadow: 0 3px 8px #0000002b;
  }

  .text-block-16 {
    border-radius: 16px;
    font-weight: 500;
    line-height: 1.35;
  }

  .error-message {
    border-radius: 16px;
    flex: 0 auto;
    box-shadow: 0 3px 8px #0000002b;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr .75fr .75fr .5fr;
    place-items: start center;
  }

  .vision-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .svg-32 {
    width: 32px;
    height: 32px;
  }

  .media-section.section-padding {
    margin-top: 170px;
  }

  .hor-line {
    border: 1px solid var(--mid-grey);
    background-color: var(--dark-color);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rezultat-box {
    display: flex;
  }

  .collection-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

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

  .result-item {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 70px;
    line-height: 70px;
  }

  h2 {
    font-size: 50px;
    line-height: 56px;
  }

  h3 {
    font-size: 20px;
    line-height: 23px;
  }

  .button {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
  }

  .button.ghost-button {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .button.ghost-button.nav-button {
    margin-right: 40px;
    display: none;
  }

  .button.ghost-button.about-ghost {
    margin-top: 0;
  }

  .button.ghost-button.nav-ghost {
    border-color: var(--white);
    color: var(--white);
    margin-top: 20px;
    display: block;
  }

  .button.ghost-button.hero {
    text-align: center;
    margin-top: 0;
  }

  .home-hero-section.section-padding {
    height: 100vh;
  }

  .home-hero-section.section-padding.just-hero {
    width: 100%;
    height: auto;
    min-height: 870px;
  }

  .hero-h1 {
    max-width: 580px;
    padding-top: 0;
    font-size: 60px;
    line-height: 1.35;
  }

  .hero-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-paragraph {
    max-width: 630px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    padding-bottom: 20px;
  }

  .image {
    margin-left: 40px;
    padding-left: 0;
  }

  .nav-link {
    color: var(--white);
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: var(--dark-color);
    color: var(--white);
    width: 80vw;
    height: 100vh;
    inset: 0% 0% auto auto;
  }

  .l-boy {
    width: 70%;
    margin-top: -105px;
    margin-left: 135px;
    display: none;
  }

  .l-girl {
    width: 40%;
    display: none;
    bottom: 0%;
    left: 0%;
  }

  .r-grandma {
    width: 70%;
    margin-top: -86px;
    margin-right: 96px;
    display: none;
  }

  .r-girl {
    width: 40%;
    display: none;
    bottom: 1%;
    right: 0%;
  }

  .blog-item-wrapper._1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-image {
    width: 100%;
    height: 220px;
  }

  .blog-image:hover {
    box-shadow: none;
    height: 220px;
  }

  .blog-date {
    padding-left: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .blog-date._1 {
    padding-left: 20px;
  }

  .blog-heading {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-heading:hover {
    color: #231f20;
  }

  .blog-paragraph {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .blog-paragraph:hover {
    color: #231f20;
  }

  .how-to-grid {
    padding: 0 30px;
  }

  .why-us-list {
    font-size: 16px;
  }

  .text-block-3 {
    font-size: 14px;
    line-height: 18px;
  }

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

  .about-content-1, .about-content-1._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-10, .image-11, .image-12, .image-13 {
    object-fit: cover;
    height: 100%;
  }

  .video-2-col-grid {
    grid-template-columns: 1.5fr;
  }

  .video-text-wrap {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .youtube {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .read-more-button {
    margin-right: 492px;
  }

  .read-more-button._1 {
    border-style: none;
    margin-right: 156px;
  }

  .paragraph-2 {
    padding-right: 171px;
  }

  .contact-2-col-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid {
    grid-column-gap: 10px;
    padding-top: 30px;
  }

  .link, .h-footer {
    font-size: 14px;
  }

  .link-footer {
    font-size: 14px;
    line-height: 16px;
  }

  .heading-7 {
    font-size: 38px;
  }

  .text-block-8 {
    font-size: 14px;
    line-height: 14px;
  }

  .contact-link-blok-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
  }

  .logos-grid {
    padding-top: 62px;
    padding-bottom: 60px;
  }

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

  .other-pages-hero-bg {
    height: 60vh;
  }

  .blog-heading-wrapper {
    padding-top: 140px;
  }

  .blog-posts-wrapper {
    margin-top: 40px;
  }

  .blog-2-col-grid {
    grid-column-gap: 0px;
    grid-template-columns: .75fr .75fr;
  }

  .image-14 {
    height: 300px;
  }

  .blog-post-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid {
    grid-column-gap: 6px;
  }

  .back-button {
    border: 1px #000;
    margin-right: 0;
    line-height: 21px;
    text-decoration: underline;
  }

  .image-17 {
    width: 40px;
    height: 40px;
  }

  .text-block-12 {
    padding-left: 6px;
    font-size: 14px;
    line-height: 18px;
  }

  .about-h1 {
    font-size: 38px;
  }

  .about-3-col-grid {
    grid-template-columns: 1fr 3.25fr 1fr;
  }

  .right-arrow-wrap {
    padding-left: 10px;
  }

  .jasmina-name {
    padding-top: 40%;
  }

  .radivoj-name {
    padding-top: 20%;
  }

  .image-19 {
    top: 42%;
    left: 62%;
  }

  .image-20 {
    top: 42%;
    right: 58%;
  }

  .blog-heading-1._1 {
    font-size: 30px;
    line-height: 30px;
  }

  .icon {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    margin-right: -210%;
    padding: 0;
  }

  .menu-button.w--open {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .image-22 {
    max-width: 85%;
  }

  .image-27 {
    width: 160px;
  }

  .home-hero-wrapper {
    padding-top: 170px;
  }

  .overflow-mask {
    height: auto;
  }

  .about-button-wrappper {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .paragraph-7 {
    width: 55%;
  }

  .mobile-blog-navigation.section-padding {
    display: none;
  }

  .nav-link-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-top: 100px;
    padding-left: 60px;
    display: flex;
  }

  .nav-close-wrapper {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-right: 20px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .image-29 {
    width: 35px;
    height: 35px;
  }

  .image-30 {
    width: 40px;
    height: 40px;
  }

  .cookie-text-wrapper {
    padding-left: 85px;
    padding-right: 85px;
  }

  .image-logo {
    max-width: 80%;
  }

  .flex-hor-16 {
    flex-flow: row;
  }

  .newsletter-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-space-between {
    flex-flow: column;
  }

  .flex-space-between.flex-ver-64 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tabs-link {
    text-align: center;
    width: 100%;
    padding: 24px 26px;
    font-size: 16px;
  }

  .tabs-link.w--current {
    font-size: 16px;
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
  }

  .tabs-content {
    padding: 30px 40px;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .75fr .75fr;
    justify-items: start;
  }

  .vision-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-wrap {
    width: 100%;
  }

  .svg-32 {
    width: 24px;
    height: 24px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .h3.black {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 43px;
  }

  .container.donacije {
    max-width: 10032100%;
  }

  .light-text {
    padding-left: 30px;
  }

  .light-text.is-map {
    padding-left: 0;
  }

  .style-guide-color-wrap {
    height: auto;
  }

  .button.ghost-button {
    margin-top: 20px;
  }

  .home-hero-section.section-padding {
    height: 100%;
  }

  .home-hero-section.section-padding.just-hero {
    min-height: 710px;
  }

  .hero-h1 {
    max-width: 390px;
    font-size: 34px;
    line-height: 36px;
  }

  .hero-text-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .hero-paragraph {
    max-width: 430px;
    padding-left: 0;
    padding-right: 0;
    line-height: 22px;
  }

  .paragraph {
    padding-bottom: 20px;
  }

  .blog-section-wrapper {
    margin-top: 40px;
  }

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

  .blog-item-wrapper._1 {
    padding: 10px 0 10px 10px;
  }

  .blog-image, .blog-image:hover {
    object-position: 50% 30%;
    width: 60%;
  }

  .blog-heading, .blog-paragraph {
    width: 60%;
  }

  .how-to-join-section.section-padding {
    margin-top: 60px;
  }

  .how-to-grid {
    padding-top: 20px;
  }

  .why-join-section.section-padding {
    margin-top: 60px;
  }

  .why-us-grid {
    grid-template-columns: 1.25fr;
  }

  .image-9 {
    display: none;
  }

  .heading-4 {
    margin-bottom: 40px;
  }

  .rights-4-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rights-item {
    height: 150px;
  }

  .about-grid-l, .about-grid-l.r {
    padding-top: 40px;
  }

  .about-content-1, .about-content-1._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .video-2-col-grid {
    justify-content: stretch;
    justify-items: stretch;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .video-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .video-text-wrap {
    padding-left: 0;
  }

  .youtube {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .read-more-button {
    margin-right: 393px;
  }

  .read-more-button._1 {
    margin-right: 0;
  }

  .paragraph-2 {
    padding-right: 0;
  }

  .map-2-col-grid {
    height: 390px;
    margin-bottom: 60px;
  }

  .map-text-wrap {
    width: 100%;
    height: 100%;
  }

  .map-text-in-wrap {
    align-self: center;
  }

  .contact-2-col-grid {
    padding-top: 0;
  }

  .footer-grid {
    grid-row-gap: 20px;
    grid-template: "Area-2 Area-2 Area-2" minmax(14px, 1fr)
                   ". . ."
                   "Area Area Area"
                   ". . ."
                   / 1.25fr 1fr 1fr;
    overflow: visible;
  }

  .contact-text-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 20px;
  }

  .heading-7 {
    font-size: 26px;
  }

  .contact-link-blok-wrapper {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .text-block-9 {
    padding-top: 20px;
  }

  .image-14 {
    height: 320px;
  }

  .blog-post-section.section-padding {
    margin-bottom: 100px;
  }

  .blog-post-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .grid {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .blog-side-nav {
    display: block;
    position: static;
  }

  .image-17 {
    width: 80px;
    height: 80px;
  }

  .text-block-12 {
    padding-left: 20px;
    font-size: 16px;
  }

  .right-arrow-wrap {
    padding-left: 0;
  }

  .about-img {
    width: 100%;
  }

  .image-19 {
    top: 52%;
    left: 60%;
  }

  .image-20 {
    top: 46%;
    right: 38%;
  }

  .blog-heading-1._1 {
    font-size: 25px;
    line-height: 28px;
  }

  .menu-button {
    margin-right: -107px;
  }

  .image-22, .image-26 {
    max-width: 100%;
  }

  .image-27 {
    width: 140px;
    max-width: 100%;
    height: 50px;
  }

  .paragraph-7 {
    width: 76%;
  }

  .mobile-blog-navigation {
    width: 100%;
  }

  .mobile-blog-navigation.section-padding {
    height: 100px;
    padding-top: 100px;
    padding-bottom: 0;
    display: block;
  }

  .back-button-wrap {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .name-of-the-doc {
    font-size: 18px;
    line-height: 20px;
  }

  .fs-cc-banner3_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner3_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs3_buttons-wrapper {
    flex-direction: column;
  }

  .fs-cc-prefs3_buttons-block {
    margin-bottom: 12px;
  }

  .fs-cc-prefs3_submit {
    margin-left: 0;
  }

  .cookie-text-wrapper {
    padding: 20vh 0;
  }

  .cookie-h1 {
    font-size: 26px;
    line-height: 28px;
  }

  .cookie-rich-text {
    display: block;
  }

  .heading-8 {
    font-size: 38px;
  }

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

  .tabs-link {
    font-size: 16px;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .donation-section {
    height: 100%;
    position: static;
  }

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

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

  .rezultat-box {
    padding: 16px;
  }

  .rezultati-grid, .results-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
    line-height: 34px;
  }

  h2 {
    line-height: 35px;
  }

  p {
    line-height: 21px;
  }

  .style-guide-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .light-text {
    padding-right: 30px;
  }

  .button {
    text-align: center;
    margin-bottom: 0;
  }

  .button.ghost-button.hero {
    text-align: center;
  }

  .button.about-button {
    color: var(--secondary-brand-color);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .button.orange-button {
    margin-bottom: 0;
  }

  .style-guide-grid-item-wrap {
    grid-template-columns: 1fr;
  }

  .home-hero-section.section-padding {
    height: 107vh;
  }

  .home-hero-section.section-padding.just-hero {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 930px;
    padding-top: 60px;
  }

  .hero-h1 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 34px;
    line-height: 34px;
  }

  .hero-text-wrapper {
    align-items: flex-start;
    padding-top: 0;
  }

  .hero-paragraph {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    text-align: left;
  }

  .paragraph.p-hero {
    margin-top: 50px;
  }

  .image {
    max-width: 210%;
    height: 60px;
    margin-left: 10px;
  }

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

  .heading {
    margin-bottom: 40px;
  }

  .blog-image {
    width: 100%;
    height: 300px;
  }

  .blog-image:hover {
    object-position: 50% 30%;
    width: 100%;
    height: 300px;
  }

  .blog-heading {
    width: 100%;
  }

  .blog-heading:hover {
    color: var(--dark-color);
  }

  .blog-paragraph {
    width: 100%;
  }

  .blog-paragraph:hover {
    color: var(--dark-color);
  }

  .heading-2 {
    padding-bottom: 20px;
    line-height: 34px;
  }

  .how-to-wrapper {
    height: 790px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .how-to-grid {
    grid-column-gap: 10px;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .arrow-box {
    display: none;
  }

  .how-to-list {
    padding-left: 0;
  }

  .heading-4 {
    line-height: 34px;
  }

  .about-grid-l {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
    display: block;
  }

  .about-grid-l.r {
    overflow: visible;
  }

  .about-gallery-1 {
    grid-template-areas: "Area"
                         "Area";
    overflow: hidden;
  }

  .image-10 {
    display: block;
    overflow: hidden;
  }

  .image-11 {
    display: block;
  }

  .orange-h2 {
    line-height: 34px;
  }

  .text-block-4 {
    padding-top: 20px;
  }

  .about-content-wrap {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .image-12 {
    overflow: hidden;
  }

  .gallery-r {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    overflow: hidden;
  }

  .image-13 {
    display: block;
    overflow: hidden;
  }

  .content-wrappper {
    margin-bottom: 0;
  }

  .footer.section-padding {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .video-2-col-grid {
    grid-template-columns: 1fr;
  }

  .read-more-button {
    border-style: none;
    margin-right: 0;
  }

  .read-more-button.media {
    border-bottom-style: solid;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 34px;
  }

  .map-2-col-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    height: 530px;
    margin-bottom: 60px;
  }

  .map-text-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-2-col-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1.5fr;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-grid {
    grid-template: "Area-2" minmax(14px, 1fr)
                   "."
                   "Area"
                   "."
                   "."
                   "."
                   "."
                   / 2fr;
    grid-auto-columns: .25fr;
  }

  .footer-item {
    flex-wrap: wrap;
    align-content: flex-start;
    overflow: visible;
  }

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

  .logos-grid {
    flex-flow: column;
    display: flex;
  }

  .text-block-9 {
    text-align: center;
    padding-left: 22px;
    padding-right: 22px;
  }

  .other-pages-hero-bg {
    height: 120vh;
  }

  .blog-heading-wrapper {
    padding-top: 100px;
  }

  .blog-h1 {
    padding-bottom: 20px;
  }

  .blog-2-col-grid {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .blog-2-col-grid:hover {
    grid-template-columns: 1.25fr;
  }

  .image-14 {
    height: 260px;
  }

  .blog-post-h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .image-15 {
    height: 350px;
  }

  .about-us-heading-wrap {
    padding-top: 140px;
  }

  .about-h1 {
    padding-bottom: 20px;
    font-size: 30px;
  }

  .about-3-col-grid {
    grid-template-columns: 1fr;
  }

  .about-img {
    height: 370px;
  }

  .jasmina-name {
    padding-top: 0%;
  }

  .radivoj-name {
    text-align: right;
    padding-top: 0%;
  }

  .image-19, .image-20 {
    display: none;
  }

  .blog-heading-1._1:hover {
    color: var(--dark-color);
  }

  .menu-button {
    width: 35px;
    height: 35px;
    margin-right: -64px;
  }

  .image-21 {
    display: block;
    overflow: hidden;
  }

  .image-22 {
    max-width: 70%;
    padding-top: 40px;
  }

  .paragraph-4 {
    padding-left: 0;
    padding-right: 20px;
  }

  .paragraph-5 {
    padding-right: 0;
  }

  .paragraph-6 {
    padding-right: 10px;
  }

  .image-28 {
    display: block;
    position: static;
    inset: auto 0% -40% auto;
  }

  .home-hero-wrapper {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .overflow-mask {
    height: 120vh;
  }

  .about-button-wrappper {
    grid-row-gap: 10px;
    flex-direction: column;
    width: 200px;
    height: 170px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .paragraph-7 {
    width: 100%;
  }

  .mobile-blog-navigation.section-padding {
    display: block;
  }

  .image-30 {
    width: 35px;
    height: 35px;
  }

  .doc-item-card {
    font-size: 14px;
  }

  .name-of-the-doc {
    font-size: 16px;
    line-height: 20px;
  }

  .doc-collection-grid {
    grid-template-columns: 1fr 1fr;
  }

  .fs-cc-banner3_button {
    text-align: center;
  }

  .fs-cc-banner3_button.fs-cc-button-alt {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .fs-cc-prefs3_form-wrapper {
    width: 100%;
  }

  .fs-cc-prefs3_title {
    font-size: 18px;
  }

  .fs-cc-prefs3_line {
    min-width: 12px;
    margin-left: 12px;
    margin-right: 12px;
    display: none;
  }

  .fs-cc-banner3_buttons-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .fs-cc-prefs3_button.fs-cc-button-alt {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .fs-cc-prefs3_buttons-block {
    flex-direction: column;
    display: flex;
  }

  .fs-cc-banner3_block {
    text-align: center;
    margin-right: 0;
  }

  .fs-cc-prefs3_option {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .fs-cc-prefs3_icon {
    width: 24px;
    height: 24px;
  }

  .fs-cc-prefs3_label {
    font-size: 12px;
  }

  .cookie-text-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20vh 0;
    overflow: visible;
  }

  .cookie-h1 {
    font-size: 26px;
    line-height: 28px;
  }

  .text-block-14 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .cookie-rich-text {
    align-self: stretch;
    display: block;
  }

  .flex-space-between {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

  .newsletter-form {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-ver-32.width-450 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .flex-hor-64 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ver-line {
    display: none;
  }

  .tabs-link {
    padding: 16px 12px;
    font-size: 16px;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .tabs-content {
    text-align: left;
    padding: 36px 16px;
  }

  .image-wrapper {
    width: 240px;
  }

  .flex-ver-24.centre {
    justify-content: center;
    align-items: flex-start;
  }

  .h1 {
    font-size: 30px;
  }

  .flex-hor-48.centre {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
}

#w-node-_9b9e9734-f343-1d39-4778-e4b6a5c1af6f-4ff2148b {
  place-self: center end;
}

#w-node-e27a98f3-a6ca-4b41-b354-79cb3f7d5c5e-4ff2148b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-c10b93ca-d771-9ff9-337c-76003352bac7-4ff2148b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-e687a4c3-be06-5f95-3bfb-7da126fd7da8-4ff2148b, #w-node-_7b6fd572-6a35-8a45-722b-7b053edfff82-4ff2148b, #w-node-_2309153a-00cc-7c67-e64a-35d9a267c0ef-4ff2148b, #w-node-_7954d131-b732-10ea-c3ae-200c20d3e8d8-4ff2148b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bedecd6a-d1f0-30a7-c6c1-90b16dbec41e-4ff2148b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-cc92f7ae-3324-2632-82d4-6608f5dab1ac-4ff2148b, #w-node-c00a3be6-c6b7-997e-999b-5379e071c621-4ff2148b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d33b1599-bfc6-924d-e792-950d9d5a6944-4ff2148b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4ae4bde8-4215-1d72-1353-b3edb11bf5fc-4ff2148b, #w-node-c8d7b483-af8d-a07e-ff60-bbf60df215f4-4ff2148b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96439e76-26a0-fdda-277f-1abb24f02bf8-4ff2148b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8ac6a84a-2237-ee7f-0fad-228f46a01438-4ff2148b, #w-node-_537f25fd-a469-145f-b5a4-a1bdc8911b5d-4ff2148b, #w-node-d86b17d8-373b-89b2-0705-a4fe753c06da-4ff2148b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea1d1acd-5683-3654-98b9-962cd15c4aaf-4ff2148b {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_640b8cb8-9ce2-a573-751d-ededf91e10d3-4ff2148b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bdca5893-02d7-1556-da25-e031a5db2512-4ff2148b, #w-node-_7326ec2b-1363-7de4-331e-ae4d2647414c-4ff2148b, #w-node-_47a37691-8999-56ce-6a87-547f944c73f5-4ff2148b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f747246e-d3c5-c684-1243-88b4ec852c48-4ff2148b {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f747246e-d3c5-c684-1243-88b4ec852c4a-4ff2148b, #w-node-f747246e-d3c5-c684-1243-88b4ec852c4c-4ff2148b, #w-node-f3862f46-e899-040f-09c9-23de9773956c-4ff2148b, #w-node-de53cd59-5a2d-fe79-da41-ebca4af775f8-4ff2148b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de53cd59-5a2d-fe79-da41-ebca4af775f9-4ff2148b {
  grid-area: Area;
}

#w-node-de53cd59-5a2d-fe79-da41-ebca4af775fa-4ff2148b, #w-node-de53cd59-5a2d-fe79-da41-ebca4af775fb-4ff2148b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de53cd59-5a2d-fe79-da41-ebca4af775fc-4ff2148b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-de53cd59-5a2d-fe79-da41-ebca4af775fe-4ff2148b, #w-node-de53cd59-5a2d-fe79-da41-ebca4af77600-4ff2148b, #w-node-de53cd59-5a2d-fe79-da41-ebca4af77602-4ff2148b, #w-node-_7ddb1201-1d76-6570-1a21-4cd8779fdbd2-4ff2148b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59e3d6f2-ec52-0f32-4dfa-1a51e09d71f3-4ff2148b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4711bfce-59d6-8ad0-0733-be64ebf28e78-4ff2148b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a92a13e6-78f4-d060-c7c7-dce58ce790a7-4ff2148b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a001c2d8-ae2b-ce9a-2550-e474df1674f7-df1674f4, #w-node-a001c2d8-ae2b-ce9a-2550-e474df1674f8-df1674f4, #w-node-a001c2d8-ae2b-ce9a-2550-e474df1674f9-df1674f4, #w-node-a001c2d8-ae2b-ce9a-2550-e474df1674fa-df1674f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a001c2d8-ae2b-ce9a-2550-e474df1674fb-df1674f4 {
  grid-area: Area;
  place-self: center;
}

#w-node-_2a762335-bebd-7616-ee36-0938d62c63b5-d62c63b2, #w-node-_2a762335-bebd-7616-ee36-0938d62c63b6-d62c63b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0c887eaf-37aa-8dcb-d61d-2905733c1f57-d62c63b2 {
  grid-area: Area-2;
  place-self: center start;
}

#w-node-_2827bc68-49fd-f9a9-896b-91f66616d716-d62c63b2, #w-node-_2a762335-bebd-7616-ee36-0938d62c63cf-d62c63b2, #w-node-_2a762335-bebd-7616-ee36-0938d62c63d0-d62c63b2, #w-node-_2a762335-bebd-7616-ee36-0938d62c63d2-d62c63b2, #w-node-c4783533-c719-1b52-f557-713b82a614c7-d62c63b2, #w-node-c4783533-c719-1b52-f557-713b82a614c8-d62c63b2, #w-node-c4783533-c719-1b52-f557-713b82a614ca-d62c63b2, #w-node-_2a762335-bebd-7616-ee36-0938d62c63d9-d62c63b2, #w-node-_2a762335-bebd-7616-ee36-0938d62c63da-d62c63b2, #w-node-_2a762335-bebd-7616-ee36-0938d62c63dc-d62c63b2, #w-node-e5ea5570-d8c2-79d2-3c8b-37422a9b78ae-d62c63b2, #w-node-e5ea5570-d8c2-79d2-3c8b-37422a9b78af-d62c63b2, #w-node-e5ea5570-d8c2-79d2-3c8b-37422a9b78b1-d62c63b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_000072bf-701e-199f-efae-2163cd296563-cd296560 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_000072bf-701e-199f-efae-2163cd296566-cd296560 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_000072bf-701e-199f-efae-2163cd296572-cd296560 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-af6ac8e3-b1ce-cda6-23dc-a32b43a6a065-66f2148c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cef64361-1f9b-8732-7793-1d4785eeed97-66f2148c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4313243-b51c-03bb-11ad-c431ebe2a80b-66f2148c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0d2d682-3502-a29f-1a22-871f47028af2-66f2148c, #w-node-eb00ca3d-f0c1-8354-e9aa-1faf574614be-66f2148c, #w-node-_85cb43b8-5298-9d0a-b169-853350d81ae0-66f2148c, #w-node-_5ce572de-a6ee-b264-99b3-588be3f1debe-66f2148c, #w-node-e573c9ae-1e4b-15b0-7098-638502628a9c-66f2148c, #w-node-_0c02166c-4ee3-9762-cc8d-f567a47991b2-66f2148c, #w-node-_31bfd8e3-b79a-c6a8-c644-de3e1d6aef06-66f2148c, #w-node-_8101b2ee-d87b-6d50-ecc4-1cc6560df4db-66f2148c, #w-node-aa9291ec-5ca1-3ae2-496b-ff742d602a68-66f2148c, #w-node-_479385eb-f044-0d6d-9fb9-3510fe0092c5-66f2148c, #w-node-_36d6a540-3dac-ba1b-4887-4e460e7ddc86-66f2148c, #w-node-_58a77a61-8d2a-f298-bcf8-5b5d6bda4258-66f2148c, #w-node-_84eebd00-708d-d564-7474-81a48d7f1aa8-66f2148c, #w-node-c0ceb277-bbf2-2cf4-4072-7fa273a7e783-66f2148c, #w-node-_293d8aee-201d-8e8e-7d11-7b9b1bf3932f-66f2148c, #w-node-e02f6cf5-e81b-07a2-d153-c916403846e7-66f2148c, #w-node-_90e05c14-0560-63b0-7156-ffcbe12cdec6-66f2148c, #w-node-_90e05c14-0560-63b0-7156-ffcbe12cdec7-66f2148c, #w-node-_40d4d6df-e38b-f778-5115-ea8f93d0542e-66f2148c, #w-node-c9d7c3ab-d31b-4fe2-e290-666f73a76a6a-66f2148c, #w-node-_1cb2eaff-c085-9ab3-df4a-1725ee4f484b-66f2148c, #w-node-_1229091c-99d0-b728-5727-37785a9996e2-66f2148c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f637bbff-835b-0236-4124-4ac1eef82ac3-66f2148c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_826fbc41-7f9a-f875-b76e-3e9c3ff2002b-66f2148c, #w-node-ed82fd76-b394-3b31-d285-0d24c40a28ca-66f2148c, #w-node-_11717b33-079b-321a-8523-e173de28bfe2-66f2148c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e383549d-c8b3-87cd-ee42-73f99aa01117-66f2148c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55db6e40-b97b-9254-09df-2929df1b67ad-66f2148c, #w-node-_8a96fce1-c74f-35f2-c6f4-3587e7d0e79a-66f2148c, #w-node-bfdc7d70-2863-8331-b4f9-ad395f381310-66f2148c, #w-node-_8219438d-b20e-01aa-f124-d537d0821573-66f2148c, #w-node-df52a5df-cf6e-cd43-ccd8-20633efad3fb-66f2148c, #w-node-cd8a551e-24bb-f985-80c2-ed654c7036ec-66f2148c, #w-node-c73ec5c5-9d1c-c71a-647d-93fd71def3a3-66f2148c, #w-node-b28db8fa-48cc-0fc7-f454-c90e65fa4e38-66f2148c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18765f94-c4e6-c755-ac1d-a3de06ce4dbc-66f2148c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91cfe370-0245-0733-cc80-e0128461d2a5-66f2148c, #w-node-_983a314a-baad-360b-c27c-560bd790abd0-66f2148c, #w-node-dec986e8-2989-ac3d-9697-51959cdb817b-66f2148c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_539debc5-c3bf-e500-5373-a3259d80206f-66f2148c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aecd07ed-cd8b-1716-e906-11a45aa52757-66f2148c, #w-node-_432c5549-5a58-4527-4926-71dbf8e6a1d1-66f2148c, #w-node-_165d79eb-b2a5-28c4-eb36-16dde57c961e-66f2148c, #w-node-c962fc9a-3fcf-08e3-bdf2-4ecd4a9701dd-66f2148c, #w-node-_448e0e5a-f5bb-b07f-46a7-e322d88554aa-66f2148c, #w-node-_448e0e5a-f5bb-b07f-46a7-e322d88554ab-66f2148c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bca97c44-ed2a-c4d2-234a-6c62ee4dc6b5-66f2148c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65cb131a-038a-ef25-ea34-fb9ed9c178b0-66f2148c, #w-node-_50c4eecd-635c-c0cb-6b83-c35774246b79-66f2148c, #w-node-_64e7cf9d-6533-0c8b-46c7-17a8a17f4e7a-052f093e, #w-node-e1360476-5520-bce3-d9f2-f46ca5ad2a6b-052f093e, #w-node-a7807e35-1e58-d361-ec25-042ccce0cbbc-052f093e, #w-node-_00e7d1c2-2f52-0a5a-983f-c0d5b8415ff3-72366497 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d21daea-f604-1795-70e3-7e5314adabc7-72366497 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c10b93ca-d771-9ff9-337c-76003352bac7-4ff2148b {
    align-self: start;
  }

  #w-node-bedecd6a-d1f0-30a7-c6c1-90b16dbec41e-4ff2148b {
    align-self: center;
  }

  #w-node-_59e3d6f2-ec52-0f32-4dfa-1a51e09d71f3-4ff2148b {
    order: -9999;
  }

  #w-node-_000072bf-701e-199f-efae-2163cd296566-cd296560 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c10b93ca-d771-9ff9-337c-76003352bac7-4ff2148b {
    align-self: center;
  }

  #w-node-_7ddb1201-1d76-6570-1a21-4cd8779fdbd2-4ff2148b {
    place-self: auto;
  }

  #w-node-e5ea5570-d8c2-79d2-3c8b-37422a9b78ae-d62c63b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_64e7cf9d-6533-0c8b-46c7-17a8a17f4e7a-052f093e {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_96439e76-26a0-fdda-277f-1abb24f02bf8-4ff2148b {
    place-self: auto start;
  }

  #w-node-f747246e-d3c5-c684-1243-88b4ec852c48-4ff2148b {
    order: 9999;
  }

  #w-node-c4783533-c719-1b52-f557-713b82a614c7-d62c63b2, #w-node-_00e7d1c2-2f52-0a5a-983f-c0d5b8415ff3-72366497 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


