:root {
  --corp-red: #d60035;
  --light-grey: #eee;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  font-family: Montserrat Regular Custom, sans-serif;
}

.container {
  perspective: 1000px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.container.grid {
  margin-top: 60px;
}

.container.full-grid {
  display: none;
}

.container.proj {
  margin-top: 40px;
}

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

.nav-link-black {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.nav-link-black:hover {
  color: var(--corp-red);
}

.nav-link-black.w--current {
  color: #000;
}

.brand-2 {
  justify-content: center;
  align-items: center;
  min-width: 130px;
  max-width: 130px;
  min-height: 130px;
  max-height: 130px;
  display: flex;
}

.brand-2.w--current {
  min-width: 130px;
  max-width: 130px;
  min-height: 130px;
  max-height: 130px;
}

.navbar-2 {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  justify-content: space-around;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-menu-2 {
  text-align: right;
  flex: 1;
  max-width: none;
}

.container-menu {
  border-bottom: 1px solid #fff;
  align-items: center;
  min-height: 130px;
  max-height: 130px;
  display: flex;
  position: relative;
}

.image-header-div {
  background-image: url('../images/1a-Large.jpg'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  min-height: 500px;
  max-height: 500px;
}

.header {
  position: relative;
}

.logo-div-header {
  background-color: #fff;
  border-radius: 20px 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 450px;
  max-width: 450px;
  min-height: 250px;
  max-height: 250px;
  padding-left: 60px;
  padding-right: 60px;
  line-height: 40px;
  display: none;
  position: absolute;
  top: auto;
  bottom: -18%;
  left: auto;
  right: 10%;
  box-shadow: 7px 11px 13px -4px rgba(0, 0, 0, .1);
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.text-block-11 {
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
}

.slider-image-div {
  background-image: url('../images/P8080945.JPG');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
  max-height: 400px;
}

.slider-image-div._1 {
  background-image: url('../images/P8080919.JPG');
}

.slider-image-div._3 {
  background-image: url('../images/P8080934.JPG');
}

.slider-homepage {
  padding-bottom: 100px;
}

.slide {
  min-height: 400px;
  max-height: 400px;
}

.slider {
  min-height: 400px;
  max-height: 400px;
  display: none;
}

.projects {
  padding-top: 100px;
  padding-bottom: 100px;
}

.projects.homepage {
  padding-top: 0;
}

.heading {
  color: var(--corp-red);
  margin-top: 60px;
  font-size: 40px;
  font-weight: 400;
}

.heading.proj {
  margin-top: 0;
}

.div-image-project {
  background-color: var(--light-grey);
  background-image: url('../images/Contemporary-Dance-Tour-image-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  min-width: 400px;
  max-width: 400px;
  min-height: 100%;
  max-height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-image-project._2nd-project {
  background-image: url('../images/Lekcija-plakat-ENG-Large.jpg');
}

.div-image-project._2nd-project-mk {
  background-image: url('../images/Lekcija-plakat-MKD-Large.jpg');
}

.footer {
  background-color: var(--corp-red);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  max-height: 200px;
  display: flex;
  position: relative;
}

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

.div-block-5 {
  text-align: center;
}

.footer-links {
  color: #fff;
  text-transform: uppercase;
  margin: 10px;
  font-size: 16px;
  text-decoration: none;
}

.heading-2 {
  margin-top: 0;
}

.div-block-6 {
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-3 {
  color: #000;
  max-width: 50%;
}

.link-block {
  min-width: 30px;
  max-width: 30px;
  margin-right: 10px;
}

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

.container-footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-width: 80%;
  max-width: 80%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.brand-2-copy {
  justify-content: center;
  align-items: center;
  min-width: 200px;
  max-width: 100px;
  display: flex;
}

.div-block-7 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.social-icons-footer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-copy {
  min-width: 30px;
  max-width: 30px;
  margin-left: 5px;
  margin-right: 5px;
}

.text-span {
  font-family: Montserrat Medium Custom, sans-serif;
  font-weight: 500;
}

.text-block-12 {
  color: var(--corp-red);
  font-family: Montserrat Light Custom, sans-serif;
  font-size: 70px;
  line-height: 70px;
  position: absolute;
  top: 73.4px;
  right: 437.3px;
}

.div-block-10 {
  background-image: url('../images/Picture-1b---about-the-assosiation.jpeg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  min-width: 500px;
  max-width: 500px;
  min-height: 350px;
  max-height: 350px;
  display: flex;
  position: relative;
}

.container-about-hero {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 60%;
  margin-top: 20px;
  padding-bottom: 100px;
  display: flex;
}

.text-span-2 {
  font-size: 50px;
}

.image-5 {
  min-width: 50px;
  max-width: 50px;
  transform: rotate(90deg);
}

.div-block-11 {
  color: #333;
  align-items: center;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.text-block-13 {
  margin-left: 20px;
}

.feat-dancers {
  padding-bottom: 100px;
  display: none;
}

.div-image-dancer {
  background-image: url('../images/Untitled-3.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  min-width: 300px;
  max-width: 100%;
  min-height: 300px;
  max-height: 100%;
  position: relative;
}

.div-block-12 {
  background-color: #fff;
  border-radius: 20px 40px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  max-width: 200px;
  min-height: 80px;
  max-height: 80px;
  display: flex;
  position: absolute;
  top: -5%;
  bottom: 0%;
  left: auto;
  right: -6%;
}

.heading-2-dancer {
  text-align: center;
  margin-top: 0;
  font-size: 30px;
}

.text-block-11-dancer {
  margin-top: 100px;
  line-height: 25px;
}

.div-image-dancer-reverse {
  background-image: url('../images/Untitled-3.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  min-width: 300px;
  max-width: 100%;
  min-height: 300px;
  max-height: 100%;
  position: relative;
}

.grid-2-copy {
  grid-column-gap: 50px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.top-banner {
  background-image: url('../images/Project-page-photo.jpg');
  background-position: 50% 0;
  background-size: cover;
  min-height: 350px;
  max-height: 350px;
}

.top-banner.proj {
  background-image: url('../images/Project-page-photo.jpg'), linear-gradient(#eee, #eee);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  min-height: 400px;
  max-height: 400px;
}

.top-banner.cont {
  background-image: url('../images/contact-page-photo-Large.jpg');
  background-position: 50% 70%;
  background-size: cover;
  min-height: 400px;
  max-height: 400px;
}

.field-label {
  color: #000;
  font-weight: 600;
}

.grid-contact {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: none;
  background-size: auto;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.text-field {
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0 0 11px 1px rgba(0, 0, 0, .1);
}

.text-field.message {
  min-height: 100px;
  max-height: 100px;
}

.form-container {
  opacity: 1;
  background-color: #f3f3f3;
  border-radius: 7px;
  padding: 40px;
  display: none;
  box-shadow: 0 8px 20px -9px rgba(0, 0, 0, .33);
}

.heading-2-black {
  color: var(--corp-red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat Semi Bold Custom, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
}

.submit-button {
  border: 1px solid var(--corp-red);
  color: var(--corp-red);
  background-color: #fff;
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  transition: all .4s cubic-bezier(.455, .03, .515, .955);
}

.submit-button:hover {
  background-color: var(--corp-red);
  color: #fff;
}

.text-block-2 {
  color: #000;
  margin-top: 60px;
  font-family: Montserrat Regular Custom, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.div-block-13 {
  color: #232323;
}

.grid-projects {
  grid-column-gap: 50px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider2.tall {
  overflow: hidden;
}

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

.section.is--slider {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: none;
  overflow: hidden;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
}

.splide__slide.five-cards {
  width: 20%;
}

.splide__track {
  width: 100%;
}

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

.splide__arrows.is--center {
  justify-content: center;
  padding-left: 1em;
}

.slider-tall {
  padding-bottom: 3.5em;
}

.slider-tall.center {
  text-align: center;
  padding-bottom: 0;
}

.slider-tall_img {
  width: 100%;
  margin-bottom: 2em;
  padding-top: 149%;
  transition: border-radius .5s, transform .5s;
  position: relative;
  overflow: hidden;
}

.slider-tall_img.rounded {
  border-radius: 2em;
}

.slider-tall_photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .5s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(1.2);
}

.text-opacity {
  opacity: .3;
  transition: opacity .35s;
  display: none;
}

.sliders_text2 {
  font-style: italic;
}

.container-4 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 2em 0;
}

.slider-css {
  height: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.splide__arrow {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow-right_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 1px solid #242022;
  border-radius: 100vw;
  width: 6em;
  height: 3em;
  margin-right: 1em;
  transition: all .2s;
}

.splide__arrow:hover {
  background-color: rgba(55, 50, 53, .06);
}

.splide__arrow.splide__arrow--prev {
  opacity: 1;
  background-image: url('../images/arrow-right.svg');
  border-style: none;
  border-color: #ffd5ea;
  width: 9em;
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__arrow.splide__arrow--next {
  background-image: url('../images/arrow-right.svg');
  border-style: none;
  border-color: #ffd5ea;
  width: 9em;
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

.splide__arrows-copy {
  justify-content: flex-start;
  align-items: stretch;
  display: none;
}

.image-3-copy {
  color: #000;
  max-width: 50%;
  margin-top: -1px;
}

.image-3-copy-copy {
  color: #000;
  max-width: 60%;
  margin-top: 5px;
}

.link-block-copy-copy {
  min-width: 30px;
  max-width: 30px;
  margin-right: 5px;
}

.div-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.text-block-14 {
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: 0%;
  right: 0%;
}

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

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

.grid-home {
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-top: 200px;
}

.grid-home.about {
  display: none;
}

.about-text-div {
  min-width: 600px;
  max-width: 600px;
}

.section-4 {
  overflow: hidden;
}

.loading {
  z-index: 2147483647;
  background-color: #454545;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

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

.section-5 {
  overflow: hidden;
}

.div-block-18 {
  flex-direction: column;
  margin-left: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-3 {
  text-align: center;
  font-size: 50px;
}

.list {
  justify-content: flex-start;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.arrow_contain {
  float: right;
  text-align: center;
  margin-top: 40px;
  position: relative;
}

.arrow_img {
  width: 5em;
}

.slider-title2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 5.1em;
  padding-right: 7.1em;
  display: block;
}

.item {
  width: 30vw;
  min-width: 30vw;
  padding-left: 1vw;
  padding-right: 1vw;
}

.arrow {
  margin-left: 2.6em;
}

.slider_contain {
  width: 100%;
  position: relative;
}

.card {
  color: #eae9e4;
  background-color: #0a1e1c;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.text-contain {
  z-index: 20;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 3.4em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-3-copy.is--dark {
  color: #dfdad5;
  display: none;
}

.bg-color {
  background-color: #dccdc6;
  padding: 0;
}

.news {
  padding-bottom: 100px;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-20 {
  background-image: url('../images/LOGO-1-A4-VER.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 80px;
}

.text-block-15 {
  text-align: center;
  margin-top: 60px;
  font-family: Montserrat Semi Bold Custom, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.wg-dropdown-1 {
  text-transform: uppercase;
  border-radius: 7px 7px 0 0;
  flex-direction: column;
  align-items: stretch;
  font-weight: 700;
}

.wg-flag-copy {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 25px;
  display: flex;
}

.wg-dd-1-list {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px rgba(17, 23, 156, .07);
}

.wg-flag-ico-3 {
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, .27);
  width: 100%;
  max-width: none;
  height: 100%;
}

.wg-selector-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.wg-flag-ico-3-copy {
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 5px;
}

.wg-dd-1-togle-2 {
  z-index: 1;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  width: 100%;
  padding: 15px;
}

.wg-dd-1-togle-2:hover {
  color: rgba(0, 0, 0, 0);
}

.wg-dropdown-1-link-2 {
  color: #000;
  background-color: #fff;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  transition: background-color .1s;
}

.wg-dropdown-1-link-2:hover {
  background-color: var(--corp-red);
  color: #fff;
}

.wg-dropdown-1-link-2.w--current {
  padding: 20px;
}

.wg-element-3 {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  transition: background-color .2s;
  display: inline-block;
  position: relative;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  display: flex;
}

.text-block-16 {
  color: #fff;
  display: none;
}

.flag-6 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.mobile-dropdown {
  display: none;
}

.flag-11 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.lang-mobile {
  color: #484646;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  padding-left: 11px;
  padding-right: 11px;
  text-decoration: none;
  transition: all .8s;
  display: flex;
  position: relative;
}

.lang-mobile:hover {
  color: #fff;
  background-image: linear-gradient(to right, #5bbcac, #549637);
}

.langauge-line-base {
  background-color: rgba(155, 158, 184, .22);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.langauge-line-break {
  background-color: #5b3acc;
  width: 0%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fdddd {
  display: block;
}

.heading-5 {
  text-align: center;
}

.div-block-470 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  min-width: 300px;
  max-width: 300px;
  min-height: 400px;
  max-height: 400px;
}

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

.grid-news {
  grid-column-gap: 50px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 60px;
  display: none;
}

.sponsor {
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-sponsor {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-sponsor._2nd {
  grid-template-columns: 1fr 1fr 1fr;
}

.sponsor-image {
  background-image: url('../images/exhibitors-logos.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  padding-top: 0;
  padding-bottom: 0;
}

.sponsor-image._2sponsor-image {
  background-image: url('../images/exhibitors-logos2.png');
  background-size: contain;
}

.sponsor-image._3s-image {
  background-image: url('../images/exhibitors-logos3.png');
  background-position: 50%;
}

.collection-item {
  background-color: var(--white);
  border-radius: 6px;
  margin-bottom: 100px;
  box-shadow: 0 2px 13px 5px rgba(0, 0, 0, .07);
}

.text-block-17 {
  text-align: justify;
  line-height: 23px;
}

.div-block-472 {
  display: flex;
}

.project-link {
  background-color: var(--white);
  color: #333;
  border-radius: 10px;
  text-decoration: none;
  display: inline;
}

.div-block-473 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  min-width: 100%;
  max-width: 100%;
  min-height: 300px;
  max-height: 300px;
  margin-top: 40px;
}

.rich-text-block {
  margin-top: 40px;
}

.div-block-474 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.div-block-475 {
  margin-top: 40px;
  display: flex;
}

.div-block-476 {
  background-image: url('../images/up-arrow.png');
  background-position: 50%;
  background-size: cover;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-left: 5px;
  transform: rotate(90deg);
}

.text-block-18 {
  font-family: Montserrat Semi Bold Custom, sans-serif;
  font-weight: 400;
}

.back {
  color: #333;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.back.w--current {
  margin-top: 0;
}

.back-arrow {
  background-image: url('../images/up-arrow.png');
  background-position: 50%;
  background-size: cover;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  margin-right: 5px;
  transform: rotate(-90deg);
}

.text-block-18-copy {
  font-family: Montserrat Semi Bold Custom, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.heading-6 {
  margin-top: 40px;
}

.collaborators-image {
  background-image: url('../images/exhibitors-logos4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  height: 200px;
}

.collaborators-image._2nd-image {
  background-image: url('../images/exhibitors-logos5.png');
}

.collaborators-image._3rd-image {
  background-image: url('../images/exhibitors-logos8.png');
}

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

.gallery-grid.hide {
  display: none;
}

.gallery-image {
  background-image: url('../images/2-Large.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 250px;
  max-height: 250px;
}

.gallery-image._2i {
  background-image: url('../images/6-Large.jpg');
}

.gallery-image._3i {
  background-image: url('../images/7-Large.jpg');
}

.gallery-image._4i {
  background-image: url('../images/11-Large.jpg');
}

.gallery-image._5i {
  background-image: url('../images/29-Large.jpg');
}

.gallery-image._6i {
  background-image: url('../images/34-Large.jpg');
}

.gallery-image._7i {
  background-image: url('../images/38-Large.jpg');
}

.gallery-image._8i {
  background-image: url('../images/39-Large.jpg');
}

.gallery-image._9i {
  background-image: url('../images/10-Large.jpg');
}

.gallery-image._10i {
  background-image: url('../images/12-Large.jpg');
}

.gallery-image._11i {
  background-image: url('../images/19-Large.jpg');
}

.gallery-image._12i {
  background-image: url('../images/23-Large.jpg');
}

.gallery-image._13i {
  background-image: url('../images/30-Large.jpg');
}

.gallery-image._14i {
  background-image: url('../images/41-Large.jpg');
}

.gallery-image._15i {
  background-image: url('../images/50-Large.jpg');
}

.gallery-image._16i {
  background-image: url('../images/52-Large.jpg');
}

.gallery-image._17i {
  background-image: url('../images/55-Large.jpg');
}

.gallery-image._18i {
  background-image: url('../images/70-Large.jpg');
}

.gallery-image._19i {
  background-image: url('../images/376243911_2329274913927584_6000494355973908916_n-Large.jpg');
}

.gallery-image._20i {
  background-image: url('../images/376248781_2329275453927530_3084928626986547192_n-Large.jpg');
}

.gallery-image._21i {
  background-image: url('../images/376266306_2329276273927448_8602038191355458145_n-Large.jpg');
}

.gallery-image._22i {
  background-image: url('../images/376277725_2329275577260851_4833329637054712536_n-Large.jpg');
}

.gallery-image._23i {
  background-image: url('../images/376286141_2329274697260939_8680720865339880359_n-Large.jpg');
}

.gallery-image._24i {
  background-image: url('../images/376400560_2329274543927621_8945507872992771735_n-Large.jpg');
}

.gallery-image._25i {
  background-image: url('../images/377248905_2329274257260983_8024226231876131622_n-Large.jpg');
}

.gallery-image._26i {
  background-image: url('../images/380703630_10228383535445226_864213436940724943_n-Large.jpg');
}

.gallery-image._1c {
  background-image: url('../images/CDT-1-Large.jpg');
}

.gallery-image._2c {
  background-image: url('../images/CDT-2-Large.jpg');
}

.gallery-image._3c {
  background-image: url('../images/CDT-3-Large.jpg');
}

.gallery-image._4c {
  background-image: url('../images/CDT-4-Large.jpg');
}

.gallery-image._5c {
  background-image: url('../images/CDT-5-Large.jpg');
}

.gallery-image._6c {
  background-image: url('../images/CDT-6-Large.jpg');
}

.gallery-image._7c {
  background-image: url('../images/CDT-7-Large.jpg');
}

.gallery-image._8c {
  background-image: url('../images/image00003-Large.jpg');
}

.gallery-image._9c {
  background-image: url('../images/image00010-Large.jpg');
}

.gallery-image._10c {
  background-image: url('../images/image00012-Large.jpg');
}

.gallery-image._11c {
  background-image: url('../images/image00020-Large.jpg');
}

.gallery-image._12c {
  background-image: url('../images/image00029-Large.jpg');
}

.gallery-image._13c {
  background-image: url('../images/image00078-Large.jpg');
}

.gallery-image._14c {
  background-image: url('../images/image00093-Large.jpg');
}

.gallery-image._15c {
  background-image: url('../images/image00118-Large.jpg');
}

.gallery-image._16c {
  background-image: url('../images/image00150-Large.jpg');
}

.div-block-478 {
  margin-top: 40px;
}

.div-block-479 {
  background-image: url('../images/Contemporary-Dance-Tour-image-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 100%;
  max-width: 100%;
  min-height: 400px;
  max-height: 400px;
  margin-top: 40px;
}

.div-block-479._2img {
  background-image: url('../images/постер-лекција.png');
  background-position: 50%;
}

.rich-text-block-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.link-2, .link-3 {
  color: #333;
}

.grid-supporters {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.sponsor-image-1 {
  background-image: url('../images/exhibitors-logos6.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  padding-top: 0;
  padding-bottom: 0;
}

.sponsor-image-1._2image-s {
  background-image: url('../images/exhibitors-logos7.png');
}

.text-block-19 {
  font-size: 40px;
}

.brand-2-copy.w--current {
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
  display: none;
}

.brand-2-copy {
  justify-content: center;
  align-items: center;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  display: flex;
}

.brand-2-copy.w--current {
  min-width: 130px;
  max-width: 130px;
  min-height: 130px;
  max-height: 130px;
}

.devdv {
  justify-content: center;
  align-items: center;
  min-width: 130px;
  max-width: 130px;
  min-height: 130px;
  max-height: 130px;
  display: flex;
}

.devdv.w--current {
  min-width: 130px;
  max-width: 130px;
  min-height: 130px;
  max-height: 130px;
}

.news-copy {
  padding-bottom: 100px;
  display: none;
}

.div-block-480, .div-block-481 {
  display: none;
}

.background-video {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph {
  text-align: justify;
}

.video {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .container.grid, .container.proj {
    margin-top: 0;
  }

  .nav-link-black {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    border-top: 1px solid #fcc;
    font-weight: 400;
  }

  .nav-link-black.last-one-menu {
    border-bottom: 1px solid #fcc;
  }

  .navbar-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-copy {
    color: #000;
  }

  .menu-button {
    text-align: right;
    flex: 1;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .container-menu {
    min-width: 100%;
    max-width: 100%;
  }

  .logo-div-header {
    min-width: 350px;
    max-width: 350px;
    min-height: 200px;
    max-height: 200px;
  }

  .grid {
    margin-top: 40px;
  }

  .div-image-project {
    border-radius: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 300px;
    max-height: 300px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-footer {
    min-width: 90%;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-2-copy {
    min-width: 200px;
  }

  .div-block-7 {
    align-items: stretch;
  }

  .text-block-12 {
    font-size: 60px;
    right: 345.3px;
  }

  .container-about-hero {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-image-dancer, .div-image-dancer-reverse {
    min-width: 100%;
    max-width: 100%;
    min-height: 250px;
    max-height: 250px;
  }

  .grid-2-copy {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
  }

  .grid-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__slide.five-cards {
    width: 33.3333%;
  }

  .container-4 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid-home {
    margin-top: 160px;
  }

  .div-block-18 {
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card {
    height: 50vw;
  }

  .text-block-15 {
    margin-top: 40px;
  }

  .wg-dropdown-1 {
    flex: 1;
  }

  .wg-element-3 {
    background-color: #fff;
    border-radius: 0;
    margin-right: 0;
    display: none;
  }

  .wg-element-wrapper.sw6 {
    align-items: center;
    display: flex;
  }

  .fdropdown-list-3-copy {
    background-color: #fff;
  }

  .fdropdown-list-3-copy.w--open {
    position: relative;
  }

  .flag-6 {
    background-image: url('../images/us.svg');
  }

  .mobile-dropdown {
    background-color: #fff;
    min-width: 100%;
    display: block;
  }

  .flag-11 {
    background-image: url('../images/Flag_of_North_Macedonia.svg');
  }

  .lang-mobile:hover {
    color: #000;
    background-image: none;
  }

  .mobile-toggle-copy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    display: flex;
  }

  .show-this-if-dropdown-open {
    display: none;
  }

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

  .hide-this-language-selection {
    display: none;
  }

  .div-block-472 {
    flex-flow: column;
  }

  .gallery-image {
    min-height: 200px;
    max-height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-2 {
    position: relative;
  }

  .image-header-div {
    min-height: 300px;
    max-height: 300px;
  }

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

  .slider-homepage {
    padding-top: 0;
  }

  .heading {
    font-size: 32px;
  }

  .div-image-project {
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-links {
    font-size: 14px;
  }

  .heading-2 {
    margin-top: 0;
  }

  .container-footer {
    min-width: 100%;
    max-width: 100%;
  }

  .brand-2-copy {
    min-width: 150px;
  }

  .social-icons-footer {
    top: -18%;
  }

  .footer-links-div {
    align-self: flex-end;
  }

  .text-block-12 {
    right: 175px;
  }

  .div-block-10 {
    min-width: 400px;
    max-width: 400px;
    min-height: 250px;
    max-height: 250px;
  }

  .container-about-hero {
    padding-bottom: 40px;
  }

  .feat-dancers {
    padding-top: 20px;
  }

  .div-image-dancer {
    min-width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .heading-2-dancer, .text-block-11-dancer {
    margin-top: 0;
  }

  .div-image-dancer-reverse {
    min-width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .grid-2-copy {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .top-banner.proj {
    min-height: 300px;
    max-height: 300px;
  }

  .top-banner.cont {
    background-position: 50% 100%;
    min-height: 300px;
    max-height: 300px;
  }

  .grid-contact {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form-container {
    margin-right: 0;
  }

  .grid-projects {
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: .75fr;
    align-content: center;
    justify-content: center;
  }

  .splide.slider2.tall {
    overflow: visible;
  }

  .splide__slide, .splide__slide.five-cards {
    width: 100%;
  }

  .slider-tall_img {
    padding-top: 125%;
  }

  .container-4 {
    padding: 0 8vw;
  }

  .grid-home {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 100px;
  }

  .about-home-div {
    margin-left: 60px;
  }

  .about-text-div {
    min-width: auto;
    max-width: none;
    margin-bottom: 40px;
  }

  .div-block-18 {
    margin-top: 20px;
    margin-left: 0;
  }

  .slider-title2 {
    margin-bottom: 4em;
    padding-left: 2.9em;
    padding-right: 2.9em;
  }

  .item {
    width: 45vw;
    min-width: 45vw;
  }

  .card {
    height: 300px;
  }

  .section-3-copy.is--dark {
    transform: scale(.5);
  }

  .news {
    padding-top: 60px;
  }

  .wg-element-3 {
    width: 100%;
  }

  .flag-6 {
    background-image: url('../images/us.svg');
  }

  .mobile-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .language-overviw {
    z-index: 300000;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100vw;
    min-height: auto;
    max-height: none;
    padding-left: 111px;
    padding-right: 111px;
    display: flex;
    position: static;
    top: 10vh;
  }

  .lang-mobile {
    display: flex;
  }

  .mobile-toggle-copy {
    z-index: 999999;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .mobile-toggle-copy.w--open {
    z-index: 99999;
    flex-direction: column;
    align-items: center;
    min-width: 100vw;
    margin-top: 0;
    display: flex;
  }

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

  .grid-news {
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: .75fr;
    align-content: center;
    justify-content: center;
  }

  .sponsor {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .sponsor-image {
    height: 150px;
  }

  .div-block-472 {
    flex-direction: column;
  }

  .collaborators-image {
    height: 150px;
  }

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

  .sponsor-image-1 {
    height: 150px;
  }

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

  .news-copy {
    padding-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .image-header-div {
    background-position: 0%;
    background-size: cover;
    min-height: 250px;
    max-height: 250px;
  }

  .logo-div-header {
    min-width: 250px;
    max-width: 250px;
    min-height: 150px;
    max-height: 150px;
    padding-left: 40px;
    padding-right: 40px;
    top: auto;
    bottom: -22%;
    left: auto;
    right: 9%;
  }

  .slider-homepage {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .heading {
    text-align: center;
  }

  .div-image-project {
    min-width: 100%;
    max-width: 100%;
  }

  .footer {
    flex-direction: column;
    min-height: 0;
    max-height: none;
    padding: 20px;
    display: block;
  }

  .grid-3 {
    display: block;
  }

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .footer-links {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

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

  .div-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    justify-items: center;
    min-height: 140px;
    max-height: 140px;
    display: grid;
  }

  .social-icons-footer {
    position: static;
  }

  .footer-links-div {
    align-self: auto;
  }

  .text-block-12 {
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    top: auto;
    bottom: -19%;
    left: 0%;
    right: 0%;
  }

  .div-block-10 {
    min-width: 100%;
    max-width: 100%;
    min-height: 200px;
    max-height: 200px;
  }

  .text-span-2 {
    font-size: 30px;
  }

  .div-image-dancer, .div-image-dancer-reverse {
    min-width: 100%;
    max-width: 100%;
  }

  .grid-2-copy {
    grid-row-gap: 15px;
  }

  .top-banner {
    background-position: 0%;
    background-size: cover;
    min-height: 350px;
    max-height: 350px;
  }

  .top-banner.proj {
    min-height: 200px;
    max-height: 200px;
  }

  .top-banner.cont {
    background-image: url('../images/contact-page-photo-Large.jpg'), linear-gradient(#000, #000);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    min-height: 200px;
    max-height: 200px;
  }

  .grid-contact {
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form-container {
    margin-top: 20px;
    margin-right: 0;
  }

  .text-block-2 {
    margin-top: 40px;
    line-height: 25px;
  }

  .grid-projects {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .link-block-copy-copy {
    min-width: 30px;
    margin-right: 0;
  }

  .div-block-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .grid-home {
    margin-top: 100px;
  }

  .about-home-div {
    margin-left: 0;
  }

  .about-text-div {
    min-width: 100%;
    max-width: 100%;
  }

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

  .div-block-18 {
    margin-top: 0;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    font-size: 40px;
  }

  .arrow_contain {
    z-index: 10000;
  }

  .slider-title2 {
    margin-bottom: 5.5em;
    padding-left: 2.2em;
    padding-right: 2.2em;
    font-size: 1.1em;
  }

  .item {
    width: 88vw;
    min-width: 88vw;
  }

  .arrow.slider-prev {
    margin-left: 0;
  }

  .card {
    height: 100vw;
  }

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

  .wg-element-3, .fdropdown-list-3-copy {
    display: none;
  }

  .fdropdown-list-3-copy.w--open {
    min-height: auto;
    position: static;
    top: 0;
  }

  .flag-6 {
    background-image: url('../images/us.svg');
    border-radius: 0;
    width: 30px;
  }

  .mobile-dropdown {
    z-index: 2147483647;
    flex-direction: column;
    min-height: auto;
    margin-top: 0;
    display: flex;
    position: static;
    top: 0;
  }

  .language-overviw {
    z-index: 2147483647;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 1;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-width: 100vw;
    max-width: 100vw;
    min-height: auto;
    max-height: none;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
    top: 0;
    left: 0;
  }

  .flag-11 {
    background-image: url('../images/Flag_of_North_Macedonia.svg');
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    width: 30px;
  }

  .lang-mobile {
    justify-content: flex-start;
    padding-left: 13px;
    padding-right: 13px;
    display: flex;
    position: static;
  }

  .lang-mobile:hover {
    color: #000;
    background-image: none;
  }

  .mobile-toggle-copy {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    min-width: 100vw;
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .mobile-toggle-copy.w--open {
    border-bottom: 4px solid var(--corp-red);
    text-align: center;
    background-color: #fff;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    min-height: 340px;
    margin-top: -330px;
    margin-right: 0;
    padding: 0;
    transition: all .4s ease-in-out;
    display: flex;
    position: relative;
  }

  .show-this-if-dropdown-open {
    margin-top: 10px;
    display: none;
  }

  .image-83 {
    min-width: 30px;
    min-height: 30px;
    max-height: 30px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .hide-this-language-selection {
    margin-left: 10px;
    display: flex;
  }

  .div-block-469 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    min-height: 90px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .grid-news {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .sponsor-image {
    height: 100px;
  }

  .div-block-472 {
    flex-direction: column;
  }

  .collaborators-image {
    height: 100px;
  }

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

  .gallery-image {
    min-height: 150px;
    max-height: 150px;
  }

  .sponsor-image-1 {
    height: 100px;
  }
}

#w-node-_741d49bf-46ca-f641-5b05-c61834c10197-1a781879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-f5ebb3c1-7d87-d597-4acf-2f561d7ea54e-1a781879 {
  justify-self: center;
}

#w-node-_883d4c9a-641e-5b03-b118-d9a81ed6a676-1a781879, #w-node-_11aa4fd6-f9b6-d303-5a76-52bcda26e114-da26e10d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_741d49bf-46ca-f641-5b05-c61834c10197-6d16674a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: auto;
}

#w-node-_883d4c9a-641e-5b03-b118-d9a81ed6a676-6d16674a, #w-node-c9359732-cc8a-c1b0-1ea9-038f4b8f01ec-6d16674a, #w-node-_60aef3fd-78bc-a0d5-b283-6fe52ce3f0a6-6d16674a, #w-node-_7ecc1ba4-6bb5-457f-57fb-5aec905646ae-6d16674a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_679f9322-27df-779c-41e4-6ffcb00649d6-6d16674a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_679f9322-27df-779c-41e4-6ffcb00649d7-6d16674a, #w-node-_753b290b-ae8e-3174-6348-e45ea30c3dc1-6d16674a, #w-node-c8be12af-d4b5-339a-0411-2d303fe04500-6d16674a, #w-node-c00d87ef-6132-f3c3-ddaf-417ebb2ae793-6d16674a, #w-node-_8e8c1dee-7bc8-5d4d-b156-003c4ca097e7-6d16674a, #w-node-_8e8c1dee-7bc8-5d4d-b156-003c4ca097eb-6d16674a, #w-node-_8e8c1dee-7bc8-5d4d-b156-003c4ca097ee-6d16674a, #w-node-_8e8c1dee-7bc8-5d4d-b156-003c4ca097f1-6d16674a, #w-node-_8e8c1dee-7bc8-5d4d-b156-003c4ca097f5-6d16674a, #w-node-_8e8c1dee-7bc8-5d4d-b156-003c4ca097f9-6d16674a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d398971d-5471-8a61-bd24-ca9aa96cb6da-501bb328 {
  align-self: start;
  justify-self: start;
}

#w-node-d398971d-5471-8a61-bd24-ca9aa96cb6ef-501bb328 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_741d49bf-46ca-f641-5b05-c61834c10197-c5fe4378 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-f5ebb3c1-7d87-d597-4acf-2f561d7ea54e-c5fe4378 {
  justify-self: center;
}

#w-node-_883d4c9a-641e-5b03-b118-d9a81ed6a676-c5fe4378, #w-node-_23611b10-bd76-b5c5-b7e4-b597a4c2236e-c5fe4378, #w-node-fb4ba2f5-0e82-d1ad-f514-de528d5a6abd-8d5a6aac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_741d49bf-46ca-f641-5b05-c61834c10197-4ff2eed2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: auto;
}

#w-node-_80df0f3d-d093-e321-bef8-9ebafbd4ed21-4ff2eed2, #w-node-_80df0f3d-d093-e321-bef8-9ebafbd4ed22-4ff2eed2, #w-node-_80df0f3d-d093-e321-bef8-9ebafbd4ed23-4ff2eed2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80df0f3d-d093-e321-bef8-9ebafbd4ed27-4ff2eed2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_80df0f3d-d093-e321-bef8-9ebafbd4ed28-4ff2eed2, #w-node-_372512f1-e5e0-7cdb-93bc-f9c37fe80f62-4ff2eed2, #w-node-_80df0f3d-d093-e321-bef8-9ebafbd4ed2c-4ff2eed2, #w-node-_80df0f3d-d093-e321-bef8-9ebafbd4ed2d-4ff2eed2, #w-node-_8e8c1dee-7bc8-5d4d-b156-003c4ca097e7-4ff2eed2, #w-node-_8e8c1dee-7bc8-5d4d-b156-003c4ca097eb-4ff2eed2, #w-node-_8e8c1dee-7bc8-5d4d-b156-003c4ca097ee-4ff2eed2, #w-node-_8e8c1dee-7bc8-5d4d-b156-003c4ca097f1-4ff2eed2, #w-node-_8e8c1dee-7bc8-5d4d-b156-003c4ca097f5-4ff2eed2, #w-node-_8e8c1dee-7bc8-5d4d-b156-003c4ca097f9-4ff2eed2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d398971d-5471-8a61-bd24-ca9aa96cb6da-ef05608d {
  align-self: start;
  justify-self: start;
}

#w-node-d398971d-5471-8a61-bd24-ca9aa96cb6ef-ef05608d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_741d49bf-46ca-f641-5b05-c61834c10197-1a781879, #w-node-_741d49bf-46ca-f641-5b05-c61834c10197-6d16674a {
    justify-self: start;
  }

  #w-node-_8e8c1dee-7bc8-5d4d-b156-003c4ca097e7-6d16674a, #w-node-_8e8c1dee-7bc8-5d4d-b156-003c4ca097f1-6d16674a, #w-node-_8e8c1dee-7bc8-5d4d-b156-003c4ca097f5-6d16674a {
    align-self: center;
    justify-self: center;
  }

  #w-node-_741d49bf-46ca-f641-5b05-c61834c10197-c5fe4378, #w-node-_741d49bf-46ca-f641-5b05-c61834c10197-4ff2eed2 {
    justify-self: start;
  }

  #w-node-_8e8c1dee-7bc8-5d4d-b156-003c4ca097e7-4ff2eed2, #w-node-_8e8c1dee-7bc8-5d4d-b156-003c4ca097f1-4ff2eed2, #w-node-_8e8c1dee-7bc8-5d4d-b156-003c4ca097f5-4ff2eed2 {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8e8c1dee-7bc8-5d4d-b156-003c4ca097ee-6d16674a, #w-node-_8e8c1dee-7bc8-5d4d-b156-003c4ca097ee-4ff2eed2 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_741d49bf-46ca-f641-5b05-c61834c10197-1a781879, #w-node-_741d49bf-46ca-f641-5b05-c61834c10197-c5fe4378 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Montserrat Black Custom';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Light Custom';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Medium Custom';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Bold Custom';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Regular Custom';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Semi Bold Custom';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}