@font-face {
  font-family: Founders Grotesk Mono;
  src: url('../fonts/FoundersGroteskMono-Regular-BF66175e9603eb8.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --body-base: #fefaf1;
  --base: #f4f0e8;
  --movie-green: #043933;
  --black: black;
  --tablet-title: 36px;
  --lanscape-title: 32px;
  --mobile-title: 28px;
  --naslov-font: "PT Serif", serif;
  --desktop-title: 5vh;
  --tablet-body-info: 22px;
  --landscape-body-info: 22px;
  --desktop-subtitle: 2.8vh;
  --tablet-subtitle: 24px;
  --landscape-subtitle: 24px;
  --mobbile-subtitle: 22px;
  --color-text: #e62323;
  --desktop-plot-text: 2.4vh;
  --tablet-plot: 22px;
  --body-text: "PT Sans", sans-serif;
  --landscape-plot: #043933;
  --landscape-plot-size: 22px;
  --mobile-plot: 18px;
  --information-headline: Lato, sans-serif;
  --desktop-info-title: 2.8vh;
  --tablet-info-title: 26px;
  --landscape-tile-info: 24px;
  --mobile-titlle-info: 22px;
  --mobile-info-body: 18px;
  --desktop-info-body: 2.4vh;
  --desktop-carousel-font: 3.2vh;
  --tablet-carousel-size: 28px;
  --landscape-carousel: 26px;
  --mobile-carousel: 22px;
  --desktop-info: 2.5vh;
}

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

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

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

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.dinaridi---homepage {
  background-color: #fefaf1;
}

.dinaridi---homepage.homepage {
  background-color: var(--body-base);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.homepage---media-div {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  overflow: hidden;
}

.films {
  color: #000;
  text-align: center;
  background-color: #8e8d8b00;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 3.4vh;
  line-height: 3.4vh;
  text-decoration: none;
  display: block;
}

.films.w--current {
  font-size: 3.4vh;
  line-height: 3.4vh;
}

.projects---grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.projects---grid.margin-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.projects---grid.margin-40.landscape-spaces {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.project-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 40px;
  display: flex;
  overflow: visible;
}

.project-screen-grab {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: auto;
  position: static;
}

.project-name {
  aspect-ratio: auto;
  pointer-events: none;
  max-width: 60%;
  color: var(--base);
  text-align: center;
  mix-blend-mode: normal;
  flex: 1;
  font-family: Lato, sans-serif;
  font-size: 5vh;
  line-height: 5vh;
  display: block;
  position: absolute;
  inset: auto;
}

.div-media-holder {
  justify-content: center;
  align-items: center;
  width: 90vw;
  display: flex;
  overflow: visible;
}

.div-media-holder.play-interaction-div {
  height: auto;
  margin-bottom: 20px;
  overflow: visible;
}

.project-media {
  width: 90vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.project-media.no-video {
  cursor: cell;
  display: none;
}

.body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--body-base);
  color: #043933;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-thumbnail {
  width: 90vw;
  display: block;
  position: absolute;
}

.project-thumbnail.no-video-positioning {
  cursor: auto;
  object-fit: cover;
  height: auto;
  margin-bottom: 0;
  position: relative;
}

.project-thumbnail.cover-photo-div {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 90vw;
  height: auto;
  overflow: clip;
}

.project-thumbnail.cover-photo-div.full-height {
  aspect-ratio: auto;
  object-fit: cover;
  height: auto;
  overflow: clip;
}

.project-information {
  width: 90vw;
}

.title-div {
  color: var(--black);
  font-family: PT Serif, serif;
}

.project-title {
  font-family: var(--naslov-font);
  color: #043933;
  font-size: var(--desktop-title);
  -webkit-text-stroke-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 5vh;
}

.project-title._404-page-color {
  color: var(--body-base);
  line-height: 4vh;
}

.director-sub-title-text {
  color: #232323;
  width: 75%;
  font-family: PT Serif, serif;
  font-size: var(--desktop-subtitle);
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 3vh;
}

.director-sub-title-text.about---lenth-landscape {
  margin-bottom: 20px;
}

.director-sub-title-text.about---lenth-landscape.about-info {
  width: auto;
}

.plot-text {
  color: var(--color-text);
  font-family: Lato, sans-serif;
  font-size: var(--desktop-plot-text);
  margin-bottom: 20px;
  line-height: 28px;
}

.bold-text {
  width: 100%;
  font-family: var(--body-text);
  color: #043933;
  font-size: var(--desktop-plot-text);
  font-weight: 400;
  line-height: 3.2vh;
}

.media-description.no-plot {
  display: none;
}

.heading {
  width: auto;
  font-family: var(--information-headline);
  color: #232323;
  font-size: var(--desktop-info-title);
  margin-top: 10px;
  line-height: 3vh;
}

.heading.normal-text {
  font-weight: 400;
}

.heading.normal-text.postioning-normal {
  position: static;
}

.text-block {
  font-family: var(--body-text);
  color: #043933;
  font-size: var(--desktop-info-body);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 3.6vh;
}

.text-block.heading {
  height: auto;
}

.text-block.bold-text {
  font-family: PT Sans, sans-serif;
  font-weight: 700;
}

.red-arrow {
  width: 1.5rem;
  height: auto;
  max-height: 1.5rem;
  transform: rotate(-90deg);
}

.screen-grabs {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 90vw;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.project-screen {
  aspect-ratio: auto;
  width: auto;
  display: block;
  position: relative;
}

.project-screen.poster {
  width: 40vw;
  margin-left: 0;
  margin-right: auto;
}

.project-screen.no-project-screen {
  display: none;
}

.project-navigation-carousel {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.information-title-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #232323;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.information-text-body {
  margin-bottom: 20px;
  overflow: hidden;
}

.information-text-inner {
  margin-bottom: 20px;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.cast-and-crew-holder {
  margin-bottom: 10px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: block;
}

.cast-and-crew-holder.no-info, .cast-and-crew-holder.no-director {
  display: none;
}

.next-project {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-left: auto;
  display: flex;
}

.previous-project {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: auto;
  display: flex;
}

.heading-2 {
  color: #000;
  width: auto;
  font-family: Lato, sans-serif;
  font-size: var(--desktop-carousel-font);
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  line-height: 3.8vh;
  display: block;
}

.heading-4 {
  color: #000;
  width: 30vw;
  font-family: Lato, sans-serif;
  font-size: var(--desktop-carousel-font);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 4.2vh;
  text-decoration: none;
}

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

.link-block {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.no-underline {
  flex: 1;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15, .link-block-16, .link-block-17, .link-block-18, .link-block-19 {
  text-decoration: none;
}

.link-block-20 {
  justify-content: center;
  align-items: flex-start;
  max-width: 45vw;
  text-decoration: none;
  display: flex;
}

.link-block-21 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 45vw;
  text-decoration: none;
  display: flex;
}

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

.navigacijska-traka {
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 4vh;
  line-height: 4vh;
  display: block;
  position: fixed;
}

.films-main {
  color: var(--body-base);
  font-size: 3.5vh;
  line-height: 4vh;
}

.films-main.nav-font-desktop {
  font-family: Lato, sans-serif;
  font-size: 3.8vh;
  line-height: 3.8vh;
}

.about-main {
  color: var(--body-base);
  font-family: Lato, sans-serif;
  font-size: 3.8vh;
  line-height: 3.8vh;
}

.contact {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 3.8vh;
  line-height: 3.8vh;
}

.nav-menu-2 {
  margin-left: auto;
  display: flex;
}

.image-2 {
  width: 28vw;
  max-width: none;
  color: var(--body-base);
  margin-right: auto;
  overflow: clip;
}

.arrow {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 2vh;
  height: 2vh;
  display: flex;
}

.next-arrow {
  color: #043933;
  justify-content: center;
  align-items: flex-start;
  width: 40px;
  height: 40px;
  display: flex;
}

.next-arrow.desktop.mobile-arrow, .next-arrow.desktop-arrow.mobile-arrow {
  width: 6vh;
  height: 6vh;
}

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

.navigacijska-traka-mob-ver {
  background-color: #dedede0d;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  margin: 0 auto 60px;
  padding-top: 20px;
  display: flex;
}

.logo-svg {
  width: 28vw;
  color: var(--color-text);
  margin-right: auto;
}

.navbar-links-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: auto;
  display: flex;
}

.contact-page {
  color: #000;
  text-align: center;
  width: auto;
  padding: 10px;
  font-size: 3.4vh;
  line-height: 3.4vh;
  text-decoration: none;
}

.about-page {
  color: #000;
  text-align: center;
  width: auto;
  height: auto;
  padding: 10px;
  font-size: 3.4vh;
  line-height: 3.4vh;
  text-decoration: none;
}

.mobile-menu-opener {
  display: none;
}

.menu-opener {
  width: 1rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
}

.films---body {
  color: var(--body-base);
  background-color: #f4f0e8;
  padding-top: 0;
  padding-bottom: 140px;
}

.menu-closer {
  color: var(--movie-green);
}

.mobile-navlink-holder {
  display: none;
}

.bold-text-2 {
  color: #043933;
}

.background-video {
  max-width: 100%;
  height: 100%;
  position: static;
  top: 0;
}

.background-video.desktop {
  pointer-events: auto;
}

.background-video.mobile-video {
  pointer-events: auto;
  display: none;
}

.body-2 {
  background-color: #f4f0e8;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.about-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 85vw;
  display: flex;
}

.mail-to-button {
  margin-bottom: 10px;
}

.email {
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.email:hover {
  border-bottom: 2px solid #000;
}

.company-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.company-info.sub-help-text {
  color: var(--body-base);
  font-family: PT Sans, sans-serif;
  font-size: 4vh;
  font-weight: 700;
  line-height: 4vh;
  text-decoration: none;
}

.div-block-5 {
  margin-bottom: 0;
}

.div-block-6 {
  margin-bottom: 10px;
}

.normal-text {
  width: auto;
  font-weight: 400;
  position: absolute;
}

.normal-text.color-white {
  color: #fff;
  font-size: 20px;
}

.normal-text.postitioning-normal {
  position: static;
}

.div-block-7 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
  position: static;
}

.bold-text-4 {
  font-family: var(--body-text);
  font-size: var(--desktop-info);
  line-height: 2vh;
}

.body-3 {
  background-color: var(--body-base);
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8.absolute-positioning-global-center {
  position: absolute;
  inset: 0%;
}

.financing-div {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.image-4 {
  width: 30%;
  margin-right: auto;
  display: block;
}

.image-5 {
  object-fit: contain;
  width: 50%;
  margin-right: auto;
}

.error-message {
  background-color: #0000;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--landscape-plot);
  color: #000;
  font-family: PT Serif, serif;
  font-size: var(--desktop-info-body);
  text-align: left;
  background-color: #fff0;
  flex: 0 auto;
  margin-bottom: 10px;
  padding-left: 0;
  line-height: 32px;
}

.text-field::placeholder {
  color: var(--landscape-plot);
  font-size: var(--desktop-info-body);
  text-align: left;
}

.text-field.color {
  font-family: var(--naslov-font);
  color: var(--movie-green);
  font-size: var(--desktop-info-body);
}

.e-mail-form {
  width: 90vw;
  margin-top: 100px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.desktop-email-block {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-12 {
  color: #000;
  display: flex;
}

.div-block-15 {
  color: var(--movie-green);
  font-family: PT Serif, serif;
  display: flex;
}

.form-block {
  color: var(--movie-green);
  background-color: #0000;
  font-size: 30px;
  line-height: 35px;
}

.field-label {
  width: auto;
  color: var(--movie-green);
  border-bottom: 2px solid #b17afa;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 32px;
  display: none;
}

.div-block-17 {
  width: 180px;
  color: var(--movie-green);
  font-family: PT Serif, serif;
  font-size: var(--desktop-title);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-7 {
  color: var(--movie-green);
}

.div-block-18 {
  color: #b17afa;
  font-size: 30px;
  line-height: 32px;
}

.submit-button {
  width: auto;
  color: var(--black);
  font-size: var(--desktop-subtitle);
  text-align: center;
  background-color: #0000;
  flex: none;
  padding: 5px 5px 0;
  line-height: 32px;
}

.form-wrapper {
  width: 70%;
}

.success-message-2 {
  color: var(--movie-green);
  background-color: #0000;
}

.textarea {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 2px solid #b17afa;
  height: 30vh;
  padding-left: 0;
}

.textarea::placeholder {
  color: #b17afa;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.textarea.text-field {
  border-bottom-color: var(--landscape-plot);
  height: 30vh;
}

.textarea.text-field::placeholder {
  color: var(--landscape-plot);
  font-size: var(--desktop-info-body);
}

.form {
  color: var(--movie-green);
}

.div-block-19 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.imdb-link {
  margin-bottom: 10px;
}

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

.cookie-paragraph {
  color: #050505;
  width: 60vw;
  max-width: none;
  font-family: PT Sans, sans-serif;
  font-size: var(--desktop-plot-text);
  margin-bottom: 0;
  margin-right: 20px;
  line-height: 22px;
  position: static;
}

.checkbox-label {
  display: none;
}

.fs-cookie-popup {
  background-color: var(--body-base);
  width: 100%;
  max-width: none;
  height: auto;
  color: var(--body-base);
  border: 2px #000;
  border-top: 1px solid #000;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-end;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}

.link-privacy {
  color: #27313d;
  text-decoration: underline;
}

.checkbox {
  background-color: #b8b8b8;
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: #b8b8b8;
  border-radius: 20px;
  width: 40px;
  height: 20px;
  transition: all .15s;
}

.checkbox.w--redirected-checked {
  background-color: var(--movie-green);
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 100%;
  background-size: contain;
  border: 2px solid #27313d;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.cookie-tag {
  color: var(--movie-green);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.close-button {
  width: 30px;
  height: 30px;
  transition: all .3s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-button:hover {
  opacity: .5;
  transform: scale(1.1)rotate(180deg);
}

.button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

.fs-preferences-manager-wrapper {
  z-index: 10;
  background-color: #27313dd9;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button {
  background-color: var(--landscape-plot);
  color: var(--body-base);
  border: 2px solid #27313d;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  transition: all .3s;
}

.button:hover {
  background-color: var(--movie-green);
  color: var(--body-base);
  border: 2px solid #27313d;
}

.button.deny {
  float: left;
  background-color: var(--landscape-plot);
  width: auto;
  color: var(--body-base);
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: PT Sans, sans-serif;
}

.button.deny:hover {
  background-color: var(--movie-green);
  color: #faf7f2;
  -webkit-text-stroke-color: var(--body-base);
}

.button.accept {
  float: left;
  background-color: var(--landscape-plot);
  width: 90%;
  color: var(--body-base);
  text-align: center;
  -webkit-text-stroke-color: var(--black);
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  position: relative;
}

.button.accept:hover {
  background-color: var(--movie-green);
  color: var(--body-base);
  -webkit-text-stroke-color: var(--body-base);
}

.privacy-title {
  color: var(--movie-green);
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.preferences-link {
  color: #27313d;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  display: block;
}

.preferences-link:hover {
  opacity: .5;
}

.preferences-container {
  z-index: 99;
  background-color: var(--body-base);
  border: 2px solid #f1f1f1;
  border-radius: 1px;
  min-width: 500px;
  max-width: 500px;
  max-height: 1080px;
  margin: auto;
  padding: 25px;
  position: relative;
  top: 100px;
  bottom: auto;
}

.image {
  transition: all .2s;
}

.fs-manager-opener {
  cursor: pointer;
  background-color: #27313d;
  border: 1px #000;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 5px;
  transition: all .3s;
  display: none;
  position: fixed;
  inset: auto auto auto 20px;
}

.fs-manager-opener:hover {
  opacity: 1;
  transform: rotate(270deg)scale(1.1);
}

.cookies {
  position: relative;
}

.consents-form {
  margin-bottom: 0;
}

.field-wrapper {
  background-color: var(--landscape-plot);
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: grid;
}

.paragraph {
  color: var(--movie-green);
  margin-bottom: 5px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

.paragraph.bold {
  color: var(--movie-green);
  text-align: right;
  font-size: 15px;
  font-weight: 700;
}

.body-4 {
  background-color: var(--body-base);
  height: 100vh;
  overflow: hidden;
}

.div-block-20 {
  flex-flow: column;
  width: 70%;
  display: flex;
}

.cookie-paragraph-2 {
  color: #050505;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  position: static;
}

.fs-cookie-popup-2 {
  background-color: #faf7f2cf;
  border: 2px #000;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: 90vw;
  height: auto;
  margin-bottom: 1%;
  margin-left: 2%;
  margin-right: 2%;
  padding: 15px;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}

.checkbox-2 {
  background-color: #b8b8b8;
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: #b8b8b8;
  border-radius: 20px;
  width: 40px;
  height: 20px;
  transition: all .15s;
}

.checkbox-2.w--redirected-checked {
  background-color: #27313d;
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 100%;
  background-size: contain;
  border: 2px solid #27313d;
}

.checkbox-2.w--redirected-focus {
  box-shadow: none;
}

.cookie-tag-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.close-button-2 {
  width: 30px;
  height: 30px;
  transition: all .3s;
  position: static;
  inset: 20px 20px auto auto;
}

.close-button-2:hover {
  opacity: .5;
  transform: scale(1.1)rotate(180deg);
}

.button-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

.fs-preferences-manager-wrapper-2 {
  z-index: 200000;
  background-color: #27313dd9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.button-2 {
  background-color: var(--black);
  border: 2px #27313d;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s;
}

.button-2:hover {
  background-color: var(--black);
  color: var(--body-base);
  border: 2px #27313d;
}

.button-2.deny {
  float: left;
  background-color: var(--black);
  color: var(--body-base);
  text-align: center;
  border-style: none;
  padding-left: 15px;
  padding-right: 15px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  transition-property: none;
}

.button-2.deny:hover {
  background-color: var(--black);
  color: #faf7f2;
  border-style: none;
  border-width: 0;
}

.button-2.accept {
  float: left;
  background-color: var(--black);
  color: var(--body-base);
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  position: relative;
}

.privacy-title-2 {
  color: var(--black);
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.preferences-link-2 {
  color: var(--black);
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.preferences-link-2:hover {
  opacity: 1;
}

.preferences-container-2 {
  z-index: 10000;
  background-color: #faf7f2;
  border: 2px solid #f1f1f1;
  border-radius: 20px;
  width: 60vw;
  min-width: 500px;
  max-width: none;
  max-height: 1080px;
  padding: 25px;
  overflow: visible;
}

.fs-manager-opener-2 {
  opacity: .7;
  cursor: pointer;
  background-color: #000;
  border: 1px #000;
  border-radius: 200px;
  width: 50px;
  height: 50px;
  padding: 5px;
  transition: all .3s;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-manager-opener-2:hover {
  opacity: 1;
  transform: rotate(270deg)scale(1.1);
}

.cookies-2 {
  width: auto;
  height: auto;
  display: none;
}

.field-wrapper-2 {
  background-color: var(--black);
  color: var(--body-base);
  border-style: none;
  font-size: 16px;
}

.paragraph-2 {
  margin-bottom: 5px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-2.bold {
  color: #27313d;
  text-align: right;
  font-size: 15px;
  font-weight: 700;
}

.paragraph-2.black-font {
  color: var(--black);
}

.div-block-21 {
  justify-content: space-between;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .films, .films.w--current {
    font-size: 3.8vh;
    line-height: 3.8vh;
  }

  .projects---grid {
    width: 85vw;
  }

  .project-name {
    font-size: 5vh;
    line-height: 5vh;
  }

  .div-media-holder {
    width: 85vw;
  }

  .div-media-holder.play-interaction-div {
    height: auto;
  }

  .project-media, .project-thumbnail {
    width: 85vw;
  }

  .project-thumbnail.no-video-positioning {
    height: auto;
  }

  .project-thumbnail.cover-photo-div {
    width: 85vw;
  }

  .project-thumbnail.cover-photo-div.full-height {
    object-fit: contain;
    height: auto;
  }

  .project-information, .screen-grabs, .project-navigation-carousel {
    width: 85vw;
  }

  .next-arrow.desktop.mobile-arrow, .next-arrow.desktop-arrow.mobile-arrow {
    width: 5vh;
    height: 5vh;
  }

  .navigacijska-traka-mob-ver {
    width: 85vw;
  }

  .contact-page, .about-page {
    font-size: 3.8vh;
    line-height: 3.8vh;
  }

  .normal-text.color-white {
    font-size: 22px;
    line-height: 22px;
  }

  .image-4 {
    width: 30%;
  }

  .image-5 {
    width: 50%;
  }

  .e-mail-form {
    width: 100%;
    margin-top: 100px;
  }

  .desktop-email-block {
    margin-bottom: 100px;
  }

  .div-block-19 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 85vw;
  }

  .cookie-tag {
    font-size: 24px;
    line-height: 24px;
  }

  .button.deny {
    font-size: 16px;
  }

  .button.accept {
    font-size: 18px;
  }

  .privacy-title {
    font-size: 26px;
    line-height: 24px;
  }

  .preferences-link {
    font-size: 18px;
  }

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

  .paragraph {
    font-size: 17px;
    line-height: 20px;
  }

  .paragraph.bold {
    font-size: 18px;
  }

  .cookie-tag-2 {
    font-size: 24px;
    line-height: 22px;
  }

  .button-2, .button-2.deny {
    font-size: 18px;
  }

  .privacy-title-2 {
    font-size: 24px;
    line-height: 22px;
  }

  .preferences-link-2 {
    font-size: 18px;
  }

  .fs-manager-opener-2 {
    width: 60px;
    height: 60px;
  }

  .paragraph-2, .paragraph-2.bold {
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  .films, .films.w--current {
    font-size: 3.8vh;
    line-height: 3.8vh;
  }

  .projects---grid, .projects---grid.margin-40.landscape-spaces, .project-media.no-video {
    width: 85vw;
  }

  .project-thumbnail.no-video-positioning {
    width: 85vw;
    height: auto;
  }

  .project-thumbnail.cover-photo-div.full-height {
    height: auto;
  }

  .director-sub-title-text {
    width: 80%;
  }

  .bold-text {
    line-height: 3.2vh;
  }

  .screen-grabs, .project-navigation-carousel {
    width: 85vw;
  }

  .films-main.nav-font-desktop, .about-main, .contact {
    font-size: 4vh;
  }

  .next-arrow.desktop.mobile-arrow, .next-arrow.desktop-arrow.mobile-arrow {
    width: 5vh;
    height: 5vh;
  }

  .contact-page, .about-page {
    font-size: 3.8vh;
    line-height: 3.8vh;
  }

  .background-video {
    width: 100%;
  }

  .financing-div {
    padding-top: 60px;
  }

  .text-field {
    height: 45px;
    padding-bottom: 0;
    line-height: 40px;
  }

  .text-field::placeholder {
    line-height: 45px;
  }

  .e-mail-form {
    margin-top: 100px;
    padding-top: 0;
  }

  .desktop-email-block {
    margin-bottom: 100px;
    padding-bottom: 180px;
  }

  .div-block-15 {
    align-items: flex-end;
    height: 50px;
  }

  .textarea.text-field {
    height: 25vh;
  }

  .div-block-19 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cookie-tag {
    font-size: 26px;
  }

  .button.deny {
    font-size: 18px;
  }

  .preferences-container {
    width: 40%;
    max-width: none;
    max-height: none;
  }

  .field-wrapper {
    font-size: 18px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph.bold {
    font-size: 20px;
  }

  .cookie-tag-2 {
    font-size: 28px;
    line-height: 28px;
  }

  .button-2, .button-2.deny {
    font-size: 22px;
    line-height: 24px;
  }

  .privacy-title-2 {
    font-size: 28px;
    line-height: 28px;
  }

  .preferences-link-2 {
    font-size: 22px;
    line-height: 22px;
  }

  .fs-manager-opener-2 {
    width: 70px;
    height: 70px;
  }

  .cookies-2 {
    display: none;
  }

  .paragraph-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .paragraph-2.bold {
    font-size: 22px;
    line-height: 22px;
  }

  .div-block-21 {
    font-size: 28px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1920px) {
  .films, .films.w--current {
    font-size: 4vh;
    line-height: 4vh;
  }

  .projects---grid, .projects---grid.margin-40.landscape-spaces {
    width: 80vw;
  }

  .project-div {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .project-screen-grab {
    overflow: auto;
  }

  .project-name {
    font-size: 7vh;
    line-height: 7vh;
  }

  .div-media-holder {
    width: 80vw;
  }

  .div-media-holder.play-interaction-div {
    height: auto;
  }

  .project-media {
    width: 85vw;
    height: auto;
  }

  .project-thumbnail {
    object-fit: cover;
    width: 80vw;
    height: auto;
  }

  .project-thumbnail.no-video-positioning {
    object-fit: cover;
    object-position: 50% 100%;
    width: 80vw;
    min-width: auto;
    max-width: none;
    height: auto;
  }

  .project-thumbnail.cover-photo-div {
    width: 80vw;
  }

  .project-thumbnail.cover-photo-div.full-height {
    z-index: 0;
    aspect-ratio: auto;
    object-fit: fill;
    width: 80vw;
    height: auto;
    position: absolute;
  }

  .project-information {
    width: 80vw;
  }

  .bold-text {
    line-height: 3.6vh;
  }

  .screen-grabs {
    width: 80vw;
  }

  .project-screen.poster {
    width: 30vw;
  }

  .project-navigation-carousel {
    width: 80vw;
  }

  .image-2 {
    width: 22vw;
  }

  .navigacijska-traka-mob-ver {
    width: 80vw;
  }

  .logo-svg {
    width: 22vw;
  }

  .contact-page, .about-page {
    font-size: 4vh;
    line-height: 4vh;
  }

  .films---body {
    padding-bottom: 220px;
    overflow: auto;
  }

  .about-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80vw;
    display: flex;
  }

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

  .normal-text.color-white {
    font-size: 32px;
    line-height: 32px;
  }

  .div-block-7 {
    width: 90vw;
  }

  .image-4 {
    margin-right: auto;
  }

  .image-5 {
    box-sizing: content-box;
    object-fit: contain;
    width: 50%;
    height: auto;
  }

  .text-field {
    line-height: 38px;
  }

  .e-mail-form {
    flex-flow: column;
    display: block;
  }

  .desktop-email-block {
    width: 80vw;
    margin-bottom: 140px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .textarea.text-field {
    height: 25vh;
    min-height: 20vh;
  }

  .div-block-19 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 80vw;
  }

  .cookie-paragraph {
    font-size: 26px;
    line-height: 30px;
  }

  .fs-cookie-popup {
    padding-bottom: 40px;
  }

  .cookie-tag {
    font-size: 36px;
    line-height: 32px;
  }

  .button.deny {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
    line-height: 26px;
  }

  .button.accept {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
    line-height: 26px;
    display: flex;
  }

  .privacy-title {
    font-size: 32px;
    line-height: 32px;
  }

  .preferences-link {
    font-size: 24px;
    line-height: 24px;
  }

  .preferences-container {
    width: 40%;
    max-width: none;
    max-height: none;
  }

  .field-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
  }

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

  .paragraph.bold {
    font-size: 26px;
    line-height: 26px;
  }

  .button-2, .button-2.deny {
    font-size: 26px;
    line-height: 34px;
  }

  .privacy-title-2 {
    font-size: 32px;
    line-height: 32px;
  }

  .preferences-link-2 {
    font-size: 26px;
    line-height: 26px;
  }

  .fs-manager-opener-2 {
    width: 80px;
    height: 80px;
  }

  .paragraph-2 {
    font-size: 26px;
    line-height: 30px;
  }

  .paragraph-2.bold {
    font-size: 26px;
  }

  .div-block-21 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .dinaridi---homepage.homepage {
    display: flex;
  }

  .homepage---media-div {
    flex-flow: row;
    display: block;
  }

  .films {
    color: #000;
    background-color: #d0c19d00;
    font-size: 24px;
    line-height: 24px;
  }

  .films.w--current {
    color: #000;
    font-size: 24px;
    line-height: 24px;
  }

  .projects---grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .projects---grid.margin-40 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .project-div {
    max-height: none;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .project-screen-grab {
    object-fit: contain;
    object-position: 50% 0%;
    min-width: 100%;
    height: auto;
  }

  .project-name {
    color: var(--body-base);
    text-shadow: 0 1px 4px #0003;
    font-size: 36px;
    line-height: 42px;
  }

  .div-media-holder {
    padding-bottom: 20px;
  }

  .project-media {
    aspect-ratio: auto;
    height: auto;
  }

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

  .project-thumbnail.no-video-positioning {
    height: auto;
  }

  .project-thumbnail.cover-photo-div {
    aspect-ratio: auto;
    object-fit: cover;
  }

  .project-thumbnail.cover-photo-div.full-height {
    aspect-ratio: 16 / 9;
  }

  .title-div {
    font-size: var(--tablet-title);
  }

  .project-title {
    font-size: var(--tablet-title);
    line-height: 38px;
  }

  .project-title._404-page-color {
    font-size: var(--tablet-body-info);
  }

  .director-sub-title-text {
    width: 70vw;
    font-size: var(--tablet-subtitle);
    line-height: 26px;
  }

  .director-sub-title-text.about---lenth-landscape.about-info {
    width: 100%;
    line-height: 32px;
  }

  .plot-text {
    font-size: var(--tablet-plot);
  }

  .bold-text {
    font-size: var(--tablet-plot);
    line-height: 26px;
  }

  .heading {
    font-size: var(--tablet-info-title);
    line-height: 26px;
  }

  .text-block {
    font-size: var(--tablet-body-info);
    line-height: 32px;
  }

  .screen-grabs {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 20px;
  }

  .project-screen.poster {
    width: 50vw;
  }

  .project-navigation-carousel {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .information-text-inner {
    margin-bottom: 0;
  }

  .next-project {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    align-items: center;
  }

  .previous-project {
    justify-content: center;
    align-items: center;
  }

  .heading-2 {
    width: auto;
    font-family: Lato, sans-serif;
    font-size: var(--tablet-carousel-size);
    line-height: 32px;
    display: flex;
  }

  .heading-4 {
    width: 35vw;
    font-family: Lato, sans-serif;
    font-size: var(--tablet-carousel-size);
    line-height: 32px;
  }

  .films-main.nav-font-desktop, .about-main, .contact {
    font-size: 32px;
    line-height: 32px;
  }

  .image-2 {
    width: 22vw;
    min-width: 50px;
  }

  .next-arrow {
    width: 40px;
    height: 40px;
  }

  .next-arrow.desktop.mobile-arrow, .next-arrow.desktop-arrow.mobile-arrow {
    width: 32px;
    height: 32px;
  }

  .navigacijska-traka-mob-ver {
    max-width: 90vw;
    margin-bottom: 40px;
    padding-top: 20px;
  }

  .logo-svg {
    width: 22vw;
  }

  .navbar-links-holder {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .contact-page, .about-page {
    font-family: Lato, sans-serif;
    font-size: 24px;
    line-height: 24px;
  }

  .films---body {
    padding-bottom: 0;
  }

  .background-video.desktop {
    display: none;
  }

  .background-video.mobile-video {
    display: block;
  }

  .body-2 {
    padding-bottom: 0;
  }

  .mail-to-button {
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .company-info.sub-help-text {
    font-size: var(--tablet-body-info);
    line-height: 24px;
    text-decoration: underline;
  }

  .div-block-6 {
    margin-bottom: 20px;
  }

  .normal-text.color-white {
    font-size: 18px;
    line-height: 18px;
  }

  .div-block-7 {
    padding-top: 10px;
  }

  .bold-text-4 {
    font-size: 22px;
    line-height: 24px;
  }

  .div-block-8.absolute-positioning-global-center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-4 {
    width: 35%;
  }

  .image-5 {
    object-fit: contain;
    width: 50%;
    margin-right: auto;
  }

  .text-field {
    font-size: var(--tablet-info-title);
  }

  .text-field::placeholder, .text-field.color::placeholder {
    font-size: var(--tablet-carousel-size);
  }

  .e-mail-form {
    padding-top: 0;
  }

  .desktop-email-block {
    padding-top: 20px;
  }

  .email-anchor {
    padding-top: 0;
  }

  .div-block-17 {
    justify-content: flex-start;
    align-items: center;
  }

  .submit-button {
    font-size: var(--tablet-title);
  }

  .textarea.text-field {
    font-size: var(--tablet-info-title);
    line-height: 30px;
  }

  .textarea.text-field::placeholder {
    font-size: var(--tablet-carousel-size);
  }

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

  .cookie-paragraph {
    width: 50vw;
    font-size: 14px;
    line-height: 16px;
  }

  .fs-cookie-popup {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: flex;
    left: 0;
  }

  .fs-preferences-manager-wrapper {
    display: none;
    inset: 0%;
  }

  .button.deny, .button.accept {
    width: 100%;
  }

  .fs-manager-opener {
    z-index: 1;
  }

  .cookie-paragraph-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .cookie-paragraph-2.paragraph-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .fs-cookie-popup-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    max-width: 95%;
    display: flex;
  }

  .fs-preferences-manager-wrapper-2 {
    z-index: 20000;
    display: flex;
  }

  .fs-manager-opener-2 {
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .dinaridi---homepage.homepage {
    display: block;
    overflow: hidden;
  }

  .homepage---media-div {
    justify-content: center;
    align-items: center;
  }

  .films {
    background-color: #0000;
    font-size: 32px;
    line-height: 32px;
    overflow: hidden;
  }

  .films.w--current {
    color: #000;
    background-color: #98444400;
    font-size: 32px;
    line-height: 32px;
  }

  .projects---grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .projects---grid.margin-40.landscape-spaces {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .project-div {
    max-height: none;
  }

  .project-screen-grab {
    aspect-ratio: auto;
    object-fit: contain;
    flex: none;
    width: 90vw;
    height: auto;
    display: block;
  }

  .project-name {
    pointer-events: auto;
    -webkit-text-stroke-color: var(--movie-green);
    text-shadow: 0 1px 1px #0003;
    font-size: 36px;
    line-height: 42px;
  }

  .div-media-holder {
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .project-media {
    height: auto;
  }

  .body {
    display: block;
  }

  .project-thumbnail.no-video-positioning {
    height: auto;
  }

  .project-thumbnail.cover-photo-div {
    object-fit: cover;
  }

  .project-thumbnail.cover-photo-div.full-height {
    height: auto;
    overflow: clip;
  }

  .project-information {
    margin-bottom: 60px;
  }

  .title-div {
    font-size: var(--lanscape-title);
  }

  .project-title {
    font-size: var(--lanscape-title);
    margin-top: 0;
    line-height: 32px;
  }

  .project-title._404-page-color {
    font-size: var(--landscape-body-info);
  }

  .director-sub-title-text {
    width: 100%;
    font-size: var(--landscape-subtitle);
    line-height: 28px;
  }

  .director-sub-title-text.about---lenth-landscape {
    width: 100%;
    line-height: 5vh;
  }

  .bold-text {
    color: var(--landscape-plot);
    font-size: var(--landscape-plot-size);
    line-height: 30px;
  }

  .heading {
    font-size: var(--landscape-tile-info);
    line-height: 24px;
  }

  .text-block {
    color: #043933;
    font-size: var(--landscape-body-info);
    line-height: 32px;
  }

  .next-project {
    justify-content: flex-end;
    align-items: center;
  }

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

  .heading-2 {
    font-size: var(--landscape-carousel);
    text-align: right;
    line-height: 28px;
  }

  .heading-4 {
    font-size: var(--landscape-carousel);
    line-height: 28px;
  }

  .navigacijska-traka {
    background-color: #0000;
    background-image: linear-gradient(#00000057, #0000002b 36%, #00000017 82%, #0000 100%, #00000005);
    width: 100%;
    padding: 0 20px;
    display: block;
  }

  .films-main.nav-font-desktop {
    text-align: center;
    width: 30vw;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 32px;
  }

  .about-main {
    text-align: center;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 32px;
  }

  .contact {
    text-align: center;
    width: 30vw;
    font-size: 32px;
    line-height: 32px;
  }

  .nav-menu-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #00000005;
    flex-flow: column;
    width: 100%;
    height: 70vh;
    padding-top: 20px;
    padding-left: 0;
    display: flex;
    overflow: auto;
  }

  .image-2 {
    width: 28vw;
    display: block;
  }

  .menu-button-3 {
    color: #fff;
  }

  .menu-button-3.w--open {
    background-color: #0000;
  }

  .arrow {
    width: 2vh;
    height: 2vh;
  }

  .next-arrow.desktop.mobile-arrow, .next-arrow.desktop-arrow.mobile-arrow {
    width: 30px;
    height: 30px;
  }

  .navigacijska-traka-mob-ver {
    flex-flow: column;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-top: 0;
    padding-right: 0;
    display: block;
  }

  .backtohome-button {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .logo-svg {
    width: 28vw;
    min-width: 50px;
    margin-top: 0;
  }

  .navbar-links-holder {
    display: none;
  }

  .contact-page, .about-page {
    font-size: 32px;
    line-height: 32px;
  }

  .mobile-menu-opener {
    color: #000;
    justify-content: center;
    align-items: center;
    width: 4.5rem;
    height: 4.5rem;
    padding: 10px;
    display: flex;
  }

  .menu-opener {
    width: 3.7rem;
    height: 3.7rem;
    padding: 0;
  }

  .films---body {
    flex-flow: column;
    padding-top: 0;
    display: block;
  }

  .menu-closer {
    width: 2rem;
    font-family: Lato, sans-serif;
    font-size: 1rem;
    display: none;
  }

  .mobile-navlink-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .openers {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .link-holders {
    width: 100%;
    height: 50vh;
    padding-top: 60px;
    display: block;
  }

  .body-2 {
    display: block;
  }

  .company-info.sub-help-text {
    font-size: var(--landscape-body-info);
    line-height: 24px;
  }

  .div-block-7 {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    display: flex;
    overflow: visible;
  }

  .link-block-26 {
    margin-bottom: 0;
    display: flex;
  }

  .div-block-8.absolute-positioning-global-center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-4 {
    width: 40%;
  }

  .text-field {
    padding-bottom: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .text-field::placeholder {
    font-size: var(--landscape-subtitle);
    line-height: 21px;
  }

  .text-field.color, .text-field.color::placeholder {
    font-size: var(--landscape-subtitle);
  }

  .e-mail-form {
    margin-top: 60px;
    padding-top: 0;
  }

  .desktop-email-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .email-anchor {
    padding-top: 20px;
  }

  .div-block-17 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-7 {
    font-size: 24px;
    line-height: 30px;
  }

  .submit-button {
    font-size: var(--lanscape-title);
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 21px;
  }

  .form-wrapper {
    width: 80%;
  }

  .textarea.text-field {
    height: 25vh;
  }

  .textarea.text-field::placeholder {
    font-size: var(--landscape-subtitle);
    line-height: 21px;
  }

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

  .cookie-paragraph {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
  }

  .fs-cookie-popup {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: row;
    margin-bottom: 2%;
    padding: 15px;
    display: flex;
  }

  .button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    display: flex;
  }

  .preferences-container {
    min-width: 300px;
    max-width: 80vw;
  }

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

  .cookie-paragraph-2 {
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .fs-cookie-popup-2 {
    flex-direction: column;
    width: 90%;
    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    inset: auto 0% 0%;
  }

  .button-wrapper-2 {
    grid-column-gap: 10px;
    margin-top: 0;
  }

  .fs-preferences-manager-wrapper-2 {
    z-index: 20000000;
    display: flex;
    inset: 0%;
  }

  .preferences-container-2 {
    width: 80vw;
    min-width: 300px;
    max-width: 80vw;
    max-height: none;
  }
}

@media screen and (max-width: 479px) {
  .dinaridi---homepage.homepage {
    height: 100vh;
    overflow: hidden;
  }

  .homepage---media-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: block;
    overflow: visible;
  }

  .films {
    color: #000;
    height: 100%;
    font-size: 32px;
    line-height: 32px;
    overflow: auto;
  }

  .films.w--current {
    background-color: #0000;
    font-size: 32px;
    line-height: 32px;
  }

  .projects---grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 100px;
  }

  .project-div {
    flex-flow: column;
  }

  .project-screen-grab {
    height: auto;
  }

  .project-name {
    z-index: 3;
    -webkit-text-stroke-color: var(--movie-green);
    text-shadow: 0 1px 1px #0003;
    font-size: 24px;
    line-height: 28px;
    position: absolute;
    top: auto;
  }

  .project-media {
    height: auto;
  }

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

  .project-thumbnail.no-video-positioning {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: 50% 50%;
    height: auto;
    overflow: hidden;
  }

  .project-thumbnail.cover-photo-div.full-height {
    height: auto;
  }

  .project-information {
    margin-bottom: 40px;
  }

  .title-div {
    font-size: var(--mobile-title);
  }

  .project-title {
    font-size: var(--mobile-title);
    margin-top: 0;
    line-height: 32px;
  }

  .project-title._404-page-color {
    z-index: 4;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-size: var(--landscape-body-info);
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    inset: auto 0%;
  }

  .director-sub-title-text {
    font-size: var(--mobbile-subtitle);
    font-weight: 700;
    line-height: 26px;
  }

  .director-sub-title-text.about---lenth-landscape.about-info {
    line-height: 24px;
  }

  .plot-text {
    font-size: 18px;
    line-height: 28px;
  }

  .bold-text {
    font-size: var(--mobile-plot);
    line-height: 22px;
  }

  .heading {
    font-size: var(--mobile-titlle-info);
    line-height: 26px;
  }

  .heading.normal-text {
    font-size: var(--mobile-info-body);
    line-height: 26px;
  }

  .text-block {
    font-size: var(--mobile-info-body);
    line-height: 28px;
  }

  .text-block.heading {
    font-family: PT Sans, sans-serif;
  }

  .screen-grabs {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-screen.poster {
    width: 100%;
  }

  .project-navigation-carousel {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    white-space: pre-wrap;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .information-text-inner {
    font-size: var(--mobile-info-body);
  }

  .next-project {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .previous-project {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .heading-2 {
    width: 100%;
    font-size: var(--mobile-carousel);
    text-align: right;
    flex: 1;
  }

  .heading-4 {
    width: 100%;
    font-size: var(--mobile-carousel);
  }

  .no-underline {
    margin-left: 0;
  }

  .link-block-20 {
    max-width: none;
  }

  .navigacijska-traka {
    background-image: linear-gradient(#00000057, #0000002b 33%, #00000017 82%, #00000012);
    flex-flow: wrap;
    width: 100%;
    height: 18vh;
    margin: auto 0;
    padding: 0 20px 20px;
    display: block;
    position: absolute;
    top: 0;
  }

  .films-main.nav-font-desktop, .about-main, .contact {
    width: 60vw;
  }

  .nav-menu-2 {
    background-color: #0000000d;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 60vh;
    margin-left: 0;
    padding-top: 20px;
    display: flex;
  }

  .image-2 {
    width: 45vw;
    font-size: 5vh;
  }

  .arrow {
    width: 1.5vh;
    height: 1.5vh;
  }

  .next-arrow {
    width: 30px;
    height: 30px;
    color: var(--movie-green);
  }

  .navigacijska-traka-mob-ver {
    height: auto;
    max-height: 98%;
    padding-top: 0;
    display: block;
    overflow: hidden;
  }

  .backtohome-button.w--current {
    display: inline-block;
  }

  .logo-svg {
    width: 45vw;
    color: var(--color-text);
  }

  .navbar-links-holder {
    display: none;
  }

  .contact-page, .about-page {
    font-size: 32px;
    line-height: 32px;
  }

  .films---body {
    overflow: visible;
  }

  .menu-closer {
    width: 2rem;
    display: block;
  }

  .mobile-navlink-holder {
    justify-content: center;
    align-items: stretch;
    height: auto;
  }

  .openers {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
  }

  .link-holders {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 60vh;
    padding-top: 60px;
    display: flex;
  }

  .bold-text-3 {
    font-size: 3.5vh;
    line-height: 5vh;
  }

  .background-video {
    z-index: 4;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .body-2 {
    background-color: var(--body-base);
    display: block;
  }

  .mail-to-button {
    margin-bottom: 10px;
  }

  .company-info.sub-help-text {
    z-index: 4;
    font-size: var(--mobile-info-body);
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
    position: relative;
    inset: 0% auto;
  }

  .ethical-code.email {
    font-size: 3vh;
  }

  .div-block-6 {
    margin-bottom: 10px;
  }

  .normal-text {
    font-size: var(--mobbile-subtitle);
    line-height: 32px;
  }

  .normal-text.color-white {
    font-size: 16px;
    line-height: 16px;
  }

  .div-block-7 {
    flex-flow: wrap;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 90vw;
    height: 18vh;
    display: flex;
  }

  .bold-text-4 {
    font-size: var(--mobile-info-body);
  }

  .link-block-26 {
    margin-bottom: 0;
  }

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

  .div-block-8 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
  }

  .financing-div {
    margin-bottom: 0;
  }

  .image-4 {
    width: 60%;
  }

  .image-5 {
    width: 70%;
    margin-right: auto;
  }

  .text-field {
    font-size: 24px;
    line-height: 21px;
  }

  .text-field::placeholder {
    font-size: var(--mobbile-subtitle);
    line-height: 21px;
  }

  .text-field.color::placeholder {
    font-size: var(--mobbile-subtitle);
  }

  .e-mail-form {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .desktop-email-block {
    flex-flow: column;
  }

  .submit-button {
    font-size: var(--mobile-title);
    line-height: 21px;
  }

  .form-wrapper {
    width: 100%;
    padding-bottom: 60px;
  }

  .textarea.text-field {
    font-size: var(--mobbile-subtitle);
    line-height: 28px;
  }

  .textarea.text-field::placeholder {
    line-height: 21px;
  }

  .cookie-paragraph {
    max-width: none;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .fs-cookie-popup {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    margin-bottom: 0;
    margin-right: 0;
    padding: 15px;
    display: grid;
  }

  .cookie-tag {
    margin-bottom: 2px;
    font-size: 20px;
  }

  .close-button {
    color: var(--movie-green);
    top: 10px;
    right: 10px;
  }

  .button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 60%;
    margin-right: auto;
    display: flex;
  }

  .fs-preferences-manager-wrapper {
    align-items: flex-start;
    padding-top: 5vw;
    display: none;
    overflow: scroll;
  }

  .button.deny {
    margin-right: 0;
    padding: 10px;
    line-height: 16px;
  }

  .button.accept {
    margin-right: 0;
  }

  .privacy-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

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

  .preferences-container {
    min-width: 250px;
    padding: 15px;
  }

  .cookies {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .field-wrapper {
    padding: 10px;
    line-height: 16px;
  }

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

  .cookie-paragraph-2 {
    max-width: 200px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .cookie-paragraph-2.paragraph-2 {
    max-width: none;
  }

  .fs-cookie-popup-2 {
    z-index: 750000;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 90%;
    margin-bottom: 10px;
    margin-right: auto;
    padding: 15px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .cookie-tag-2 {
    margin-bottom: 2px;
  }

  .close-button-2 {
    top: 10px;
    right: 10px;
  }

  .button-wrapper-2 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .fs-preferences-manager-wrapper-2 {
    align-items: flex-start;
    padding-top: 5vw;
    display: none;
    overflow: scroll;
  }

  .button-2.deny, .button-2.accept {
    margin-right: 0;
  }

  .privacy-title-2 {
    margin-bottom: 10px;
  }

  .preferences-link-2 {
    margin-right: 0;
  }

  .preferences-container-2 {
    padding: 15px;
  }
}

#w-node-_60b0209e-f8d8-07a9-116e-906dd3f808b3-3a9c81c5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_60b0209e-f8d8-07a9-116e-906dd3f808b5-3a9c81c5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_60b0209e-f8d8-07a9-116e-906dd3f808b7-3a9c81c5 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_60b0209e-f8d8-07a9-116e-906dd3f808ce-3a9c81c5, #w-node-_60b0209e-f8d8-07a9-116e-906dd3f808d8-3a9c81c5, #w-node-_60b0209e-f8d8-07a9-116e-906dd3f808e2-3a9c81c5 {
  place-self: center end;
}

#w-node-e3745aec-bf9c-9749-80e6-b727efce0ec3-82008a5c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e3745aec-bf9c-9749-80e6-b727efce0ec5-82008a5c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e3745aec-bf9c-9749-80e6-b727efce0ec7-82008a5c {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-e3745aec-bf9c-9749-80e6-b727efce0ede-82008a5c, #w-node-e3745aec-bf9c-9749-80e6-b727efce0ee8-82008a5c, #w-node-e3745aec-bf9c-9749-80e6-b727efce0ef2-82008a5c {
  place-self: center end;
}

#w-node-_6829fb4d-bb34-a3f3-9283-202f4b20ab4c-32b94dcd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6829fb4d-bb34-a3f3-9283-202f4b20ab4e-32b94dcd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6829fb4d-bb34-a3f3-9283-202f4b20ab50-32b94dcd {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_6829fb4d-bb34-a3f3-9283-202f4b20ab67-32b94dcd, #w-node-_6829fb4d-bb34-a3f3-9283-202f4b20ab71-32b94dcd, #w-node-_6829fb4d-bb34-a3f3-9283-202f4b20ab7b-32b94dcd {
  place-self: center end;
}

#w-node-_1de35275-7636-d50c-83f5-cbb35b873e43-a816c8f7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1de35275-7636-d50c-83f5-cbb35b873e45-a816c8f7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1de35275-7636-d50c-83f5-cbb35b873e47-a816c8f7 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_1de35275-7636-d50c-83f5-cbb35b873e5e-a816c8f7, #w-node-_1de35275-7636-d50c-83f5-cbb35b873e68-a816c8f7, #w-node-_1de35275-7636-d50c-83f5-cbb35b873e72-a816c8f7 {
  place-self: center end;
}

#w-node-_2a7fd357-8a40-a286-fdb6-4234daad571d-52e74745 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2a7fd357-8a40-a286-fdb6-4234daad571f-52e74745 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2a7fd357-8a40-a286-fdb6-4234daad5721-52e74745 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_2a7fd357-8a40-a286-fdb6-4234daad5738-52e74745, #w-node-_2a7fd357-8a40-a286-fdb6-4234daad5742-52e74745, #w-node-_2a7fd357-8a40-a286-fdb6-4234daad574c-52e74745 {
  place-self: center end;
}

#w-node-_768ae7d3-de7e-eb0b-dc9e-f52e7909255c-529373d9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_768ae7d3-de7e-eb0b-dc9e-f52e7909255e-529373d9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_768ae7d3-de7e-eb0b-dc9e-f52e79092560-529373d9 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_768ae7d3-de7e-eb0b-dc9e-f52e79092577-529373d9, #w-node-_768ae7d3-de7e-eb0b-dc9e-f52e79092581-529373d9, #w-node-_768ae7d3-de7e-eb0b-dc9e-f52e7909258b-529373d9 {
  place-self: center end;
}

#w-node-db1c46c0-4733-09eb-d2be-2b90ee39a601-9b1790f6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-db1c46c0-4733-09eb-d2be-2b90ee39a603-9b1790f6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-db1c46c0-4733-09eb-d2be-2b90ee39a605-9b1790f6 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-db1c46c0-4733-09eb-d2be-2b90ee39a61c-9b1790f6, #w-node-db1c46c0-4733-09eb-d2be-2b90ee39a626-9b1790f6, #w-node-db1c46c0-4733-09eb-d2be-2b90ee39a630-9b1790f6 {
  place-self: center end;
}

#w-node-_982d3b27-43f6-ce2c-4ee5-399a0d9a588d-0461c3ef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_982d3b27-43f6-ce2c-4ee5-399a0d9a588f-0461c3ef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_982d3b27-43f6-ce2c-4ee5-399a0d9a5891-0461c3ef {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_982d3b27-43f6-ce2c-4ee5-399a0d9a58a8-0461c3ef, #w-node-_982d3b27-43f6-ce2c-4ee5-399a0d9a58b2-0461c3ef, #w-node-_982d3b27-43f6-ce2c-4ee5-399a0d9a58bc-0461c3ef {
  place-self: center end;
}

#w-node-cb0d355f-620a-50b4-6e84-193c5bb38eeb-12023ea2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cb0d355f-620a-50b4-6e84-193c5bb38eed-12023ea2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb0d355f-620a-50b4-6e84-193c5bb38eef-12023ea2 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-cb0d355f-620a-50b4-6e84-193c5bb38f06-12023ea2, #w-node-cb0d355f-620a-50b4-6e84-193c5bb38f10-12023ea2, #w-node-cb0d355f-620a-50b4-6e84-193c5bb38f1a-12023ea2 {
  place-self: center end;
}

#w-node-_245a258d-3061-5587-aaee-c9af55a45242-f9ac14ee {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_245a258d-3061-5587-aaee-c9af55a45244-f9ac14ee {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_245a258d-3061-5587-aaee-c9af55a45246-f9ac14ee {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_245a258d-3061-5587-aaee-c9af55a4525d-f9ac14ee, #w-node-_245a258d-3061-5587-aaee-c9af55a45267-f9ac14ee, #w-node-_245a258d-3061-5587-aaee-c9af55a45271-f9ac14ee {
  place-self: center end;
}

#w-node-_189e56d4-250e-ddb0-e115-44fee162b40c-e9aef645 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_189e56d4-250e-ddb0-e115-44fee162b40e-e9aef645 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_189e56d4-250e-ddb0-e115-44fee162b410-e9aef645 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_189e56d4-250e-ddb0-e115-44fee162b427-e9aef645, #w-node-_189e56d4-250e-ddb0-e115-44fee162b431-e9aef645, #w-node-_189e56d4-250e-ddb0-e115-44fee162b43b-e9aef645 {
  place-self: center end;
}

#w-node-a91859cc-e880-45e0-8ec9-bc8217136fc6-b726e97c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a91859cc-e880-45e0-8ec9-bc8217136fc8-b726e97c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a91859cc-e880-45e0-8ec9-bc8217136fca-b726e97c {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-a91859cc-e880-45e0-8ec9-bc8217136fe1-b726e97c, #w-node-a91859cc-e880-45e0-8ec9-bc8217136feb-b726e97c, #w-node-a91859cc-e880-45e0-8ec9-bc8217136ff5-b726e97c {
  place-self: center end;
}

#w-node-_11ba9502-4c7f-8067-8fb4-5ddb792188b0-2b4da065 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_11ba9502-4c7f-8067-8fb4-5ddb792188b2-2b4da065 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_11ba9502-4c7f-8067-8fb4-5ddb792188b4-2b4da065 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_11ba9502-4c7f-8067-8fb4-5ddb792188cb-2b4da065, #w-node-_11ba9502-4c7f-8067-8fb4-5ddb792188d5-2b4da065, #w-node-_11ba9502-4c7f-8067-8fb4-5ddb792188df-2b4da065 {
  place-self: center end;
}

#w-node-_0d250175-2821-5a3a-b14e-17e570a28296-120c0d0c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0d250175-2821-5a3a-b14e-17e570a28298-120c0d0c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0d250175-2821-5a3a-b14e-17e570a2829a-120c0d0c {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_0d250175-2821-5a3a-b14e-17e570a282b1-120c0d0c, #w-node-_0d250175-2821-5a3a-b14e-17e570a282bb-120c0d0c, #w-node-_0d250175-2821-5a3a-b14e-17e570a282c5-120c0d0c {
  place-self: center end;
}

#w-node-_796d011a-f317-e76e-f3a9-20ab29fa89ec-9d928ae3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_796d011a-f317-e76e-f3a9-20ab29fa89ee-9d928ae3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_796d011a-f317-e76e-f3a9-20ab29fa89f0-9d928ae3 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_796d011a-f317-e76e-f3a9-20ab29fa8a07-9d928ae3, #w-node-_796d011a-f317-e76e-f3a9-20ab29fa8a11-9d928ae3, #w-node-_796d011a-f317-e76e-f3a9-20ab29fa8a1b-9d928ae3 {
  place-self: center end;
}

#w-node-_9a634e20-d281-c08f-769c-55a9630fad95-7f5b0f8b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9a634e20-d281-c08f-769c-55a9630fad97-7f5b0f8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9a634e20-d281-c08f-769c-55a9630fad99-7f5b0f8b {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_9a634e20-d281-c08f-769c-55a9630fadb0-7f5b0f8b, #w-node-_9a634e20-d281-c08f-769c-55a9630fadba-7f5b0f8b, #w-node-_9a634e20-d281-c08f-769c-55a9630fadc4-7f5b0f8b {
  place-self: center end;
}

#w-node-ed95cb49-a171-4840-4771-049909921152-fe427415 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ed95cb49-a171-4840-4771-049909921154-fe427415 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ed95cb49-a171-4840-4771-049909921156-fe427415 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-ed95cb49-a171-4840-4771-04990992116d-fe427415, #w-node-ed95cb49-a171-4840-4771-049909921177-fe427415, #w-node-ed95cb49-a171-4840-4771-049909921181-fe427415 {
  place-self: center end;
}

#w-node-_18efd794-54ad-71b5-1851-1cf8df8ca388-dc2637f3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_18efd794-54ad-71b5-1851-1cf8df8ca38a-dc2637f3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_18efd794-54ad-71b5-1851-1cf8df8ca38c-dc2637f3 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_18efd794-54ad-71b5-1851-1cf8df8ca3a3-dc2637f3, #w-node-_18efd794-54ad-71b5-1851-1cf8df8ca3ad-dc2637f3, #w-node-_18efd794-54ad-71b5-1851-1cf8df8ca3b7-dc2637f3 {
  place-self: center end;
}

#w-node-_734daf72-36aa-471d-ccf2-315f96ab54dc-fb664762 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_734daf72-36aa-471d-ccf2-315f96ab54de-fb664762 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_734daf72-36aa-471d-ccf2-315f96ab54e0-fb664762 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_734daf72-36aa-471d-ccf2-315f96ab54f7-fb664762, #w-node-_734daf72-36aa-471d-ccf2-315f96ab5501-fb664762, #w-node-_734daf72-36aa-471d-ccf2-315f96ab550b-fb664762 {
  place-self: center end;
}

#w-node-ff931945-7f70-5e7a-70f5-015489556fbb-1e7e55ef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ff931945-7f70-5e7a-70f5-015489556fbd-1e7e55ef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff931945-7f70-5e7a-70f5-015489556fbf-1e7e55ef {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-ff931945-7f70-5e7a-70f5-015489556fd6-1e7e55ef, #w-node-ff931945-7f70-5e7a-70f5-015489556fe0-1e7e55ef, #w-node-ff931945-7f70-5e7a-70f5-015489556fea-1e7e55ef {
  place-self: center end;
}

#w-node-_77c9ffbe-3a32-8e7b-8235-982d84708935-a52716b0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_77c9ffbe-3a32-8e7b-8235-982d84708937-a52716b0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_77c9ffbe-3a32-8e7b-8235-982d84708939-a52716b0 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_77c9ffbe-3a32-8e7b-8235-982d84708950-a52716b0, #w-node-_77c9ffbe-3a32-8e7b-8235-982d8470895a-a52716b0, #w-node-_77c9ffbe-3a32-8e7b-8235-982d84708964-a52716b0 {
  place-self: center end;
}

#w-node-_6225022b-fd19-64fd-911e-0a1c4a226698-af9e8759 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6225022b-fd19-64fd-911e-0a1c4a22669a-af9e8759 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6225022b-fd19-64fd-911e-0a1c4a22669c-af9e8759 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_6225022b-fd19-64fd-911e-0a1c4a2266b3-af9e8759, #w-node-_6225022b-fd19-64fd-911e-0a1c4a2266bd-af9e8759, #w-node-_6225022b-fd19-64fd-911e-0a1c4a2266c7-af9e8759 {
  place-self: center end;
}

#w-node-_465eef24-69e5-038b-cdbd-6900c21dcaa4-aa65c71b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_465eef24-69e5-038b-cdbd-6900c21dcaa6-aa65c71b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_465eef24-69e5-038b-cdbd-6900c21dcaa8-aa65c71b {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_465eef24-69e5-038b-cdbd-6900c21dcabf-aa65c71b, #w-node-_465eef24-69e5-038b-cdbd-6900c21dcac9-aa65c71b, #w-node-_465eef24-69e5-038b-cdbd-6900c21dcad3-aa65c71b {
  place-self: center end;
}

@media screen and (max-width: 479px) {
  #w-node-_60b0209e-f8d8-07a9-116e-906dd3f808b2-3a9c81c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_60b0209e-f8d8-07a9-116e-906dd3f808b3-3a9c81c5 {
    place-self: auto;
  }

  #w-node-_60b0209e-f8d8-07a9-116e-906dd3f808b7-3a9c81c5 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-e3745aec-bf9c-9749-80e6-b727efce0ec2-82008a5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e3745aec-bf9c-9749-80e6-b727efce0ec3-82008a5c {
    place-self: auto;
  }

  #w-node-e3745aec-bf9c-9749-80e6-b727efce0ec7-82008a5c {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_6829fb4d-bb34-a3f3-9283-202f4b20ab4b-32b94dcd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_6829fb4d-bb34-a3f3-9283-202f4b20ab4c-32b94dcd {
    place-self: auto;
  }

  #w-node-_6829fb4d-bb34-a3f3-9283-202f4b20ab50-32b94dcd {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_1de35275-7636-d50c-83f5-cbb35b873e42-a816c8f7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_1de35275-7636-d50c-83f5-cbb35b873e43-a816c8f7 {
    place-self: auto;
  }

  #w-node-_1de35275-7636-d50c-83f5-cbb35b873e47-a816c8f7 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_2a7fd357-8a40-a286-fdb6-4234daad571c-52e74745 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2a7fd357-8a40-a286-fdb6-4234daad571d-52e74745 {
    place-self: auto;
  }

  #w-node-_2a7fd357-8a40-a286-fdb6-4234daad5721-52e74745 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_768ae7d3-de7e-eb0b-dc9e-f52e7909255b-529373d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_768ae7d3-de7e-eb0b-dc9e-f52e7909255c-529373d9 {
    place-self: auto;
  }

  #w-node-_768ae7d3-de7e-eb0b-dc9e-f52e79092560-529373d9 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-db1c46c0-4733-09eb-d2be-2b90ee39a600-9b1790f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-db1c46c0-4733-09eb-d2be-2b90ee39a601-9b1790f6 {
    place-self: auto;
  }

  #w-node-db1c46c0-4733-09eb-d2be-2b90ee39a605-9b1790f6 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_982d3b27-43f6-ce2c-4ee5-399a0d9a588c-0461c3ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_982d3b27-43f6-ce2c-4ee5-399a0d9a588d-0461c3ef {
    place-self: auto;
  }

  #w-node-_982d3b27-43f6-ce2c-4ee5-399a0d9a5891-0461c3ef {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-cb0d355f-620a-50b4-6e84-193c5bb38eea-12023ea2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-cb0d355f-620a-50b4-6e84-193c5bb38eeb-12023ea2 {
    place-self: auto;
  }

  #w-node-cb0d355f-620a-50b4-6e84-193c5bb38eef-12023ea2 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_245a258d-3061-5587-aaee-c9af55a45241-f9ac14ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_245a258d-3061-5587-aaee-c9af55a45242-f9ac14ee {
    place-self: auto;
  }

  #w-node-_245a258d-3061-5587-aaee-c9af55a45246-f9ac14ee {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_189e56d4-250e-ddb0-e115-44fee162b40b-e9aef645 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_189e56d4-250e-ddb0-e115-44fee162b40c-e9aef645 {
    place-self: auto;
  }

  #w-node-_189e56d4-250e-ddb0-e115-44fee162b410-e9aef645 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-a91859cc-e880-45e0-8ec9-bc8217136fc5-b726e97c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-a91859cc-e880-45e0-8ec9-bc8217136fc6-b726e97c {
    place-self: auto;
  }

  #w-node-a91859cc-e880-45e0-8ec9-bc8217136fca-b726e97c {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_11ba9502-4c7f-8067-8fb4-5ddb792188af-2b4da065 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_11ba9502-4c7f-8067-8fb4-5ddb792188b0-2b4da065 {
    place-self: auto;
  }

  #w-node-_11ba9502-4c7f-8067-8fb4-5ddb792188b4-2b4da065 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_0d250175-2821-5a3a-b14e-17e570a28295-120c0d0c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_0d250175-2821-5a3a-b14e-17e570a28296-120c0d0c {
    place-self: auto;
  }

  #w-node-_0d250175-2821-5a3a-b14e-17e570a2829a-120c0d0c {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_796d011a-f317-e76e-f3a9-20ab29fa89eb-9d928ae3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_796d011a-f317-e76e-f3a9-20ab29fa89ec-9d928ae3 {
    place-self: auto;
  }

  #w-node-_796d011a-f317-e76e-f3a9-20ab29fa89f0-9d928ae3 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_9a634e20-d281-c08f-769c-55a9630fad94-7f5b0f8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_9a634e20-d281-c08f-769c-55a9630fad95-7f5b0f8b {
    place-self: auto;
  }

  #w-node-_9a634e20-d281-c08f-769c-55a9630fad99-7f5b0f8b {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-ed95cb49-a171-4840-4771-049909921151-fe427415 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-ed95cb49-a171-4840-4771-049909921152-fe427415 {
    place-self: auto;
  }

  #w-node-ed95cb49-a171-4840-4771-049909921156-fe427415 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_18efd794-54ad-71b5-1851-1cf8df8ca387-dc2637f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_18efd794-54ad-71b5-1851-1cf8df8ca388-dc2637f3 {
    place-self: auto;
  }

  #w-node-_18efd794-54ad-71b5-1851-1cf8df8ca38c-dc2637f3 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_734daf72-36aa-471d-ccf2-315f96ab54db-fb664762 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_734daf72-36aa-471d-ccf2-315f96ab54dc-fb664762 {
    place-self: auto;
  }

  #w-node-_734daf72-36aa-471d-ccf2-315f96ab54e0-fb664762 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-ff931945-7f70-5e7a-70f5-015489556fba-1e7e55ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-ff931945-7f70-5e7a-70f5-015489556fbb-1e7e55ef {
    place-self: auto;
  }

  #w-node-ff931945-7f70-5e7a-70f5-015489556fbf-1e7e55ef {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_77c9ffbe-3a32-8e7b-8235-982d84708934-a52716b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_77c9ffbe-3a32-8e7b-8235-982d84708935-a52716b0 {
    place-self: auto;
  }

  #w-node-_77c9ffbe-3a32-8e7b-8235-982d84708939-a52716b0 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_6225022b-fd19-64fd-911e-0a1c4a226697-af9e8759 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_6225022b-fd19-64fd-911e-0a1c4a226698-af9e8759 {
    place-self: auto;
  }

  #w-node-_6225022b-fd19-64fd-911e-0a1c4a22669c-af9e8759 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_465eef24-69e5-038b-cdbd-6900c21dcaa3-aa65c71b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_465eef24-69e5-038b-cdbd-6900c21dcaa4-aa65c71b {
    place-self: auto;
  }

  #w-node-_465eef24-69e5-038b-cdbd-6900c21dcaa8-aa65c71b {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Founders Grotesk Mono';
  src: url('../fonts/FoundersGroteskMono-Regular-BF66175e9603eb8.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}