.navbar-light {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.container-light-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.navbar-light-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.company-name-block {
  padding-left: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar-light-bold-link {
  margin-right: 10px;
  padding-right: 40px;
  padding-left: 40px;
  color: #747474;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.navbar-light-bold-link:hover {
  color: #000;
}

.navbar-light-navbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding: 12px 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.navbar-light-navbutton:hover {
  background-color: #242424;
}

.image {
  width: 100%;
  height: 30px;
}

.container {
  width: 100%;
  max-width: 90vw;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000;
  background-color: hsla(0, 0%, 95.7%, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.body {
  background-color: #f4f4f4;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navlink {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 100px;
  padding-left: 0px;
  text-align: left;
}

.nav-menu-2 {
  display: none;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  display: block;
  border-style: solid;
  border-width: 1px 0px 0px;
  border-color: #000;
  background-color: #ffde00;
}

.section.hero {
  border-width: 0px;
  background-color: #eec45d;
}

.section.areas {
  background-color: #eec45d;
}

.section.areas.no-background {
  border-top-style: none;
  background-color: transparent;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  text-align: left;
}

.container-4.footer-container {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.mask {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-2 {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area Area-2";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  background-color: transparent;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  margin-left: 60%;
  background-color: #ffde00;
  text-align: left;
}

.heading {
  margin-bottom: 30px;
  font-family: Neuemontreal, sans-serif;
  text-align: left;
}

.div-block-4 {
  position: relative;
  padding-left: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block {
  font-family: Neuemontreal, sans-serif;
  text-align: left;
}

.h2 {
  margin-bottom: 60px;
  font-family: Neuemontreal, sans-serif;
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  text-align: left;
}

.h2.view-more {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.h5 {
  font-family: Neuemontreal, sans-serif;
  color: #6c6c6c;
  text-align: left;
}

.h5.mt-10 {
  margin-top: 40px;
}

.h5.mt-40 {
  margin-top: 40px;
}

.right-arrow {
  left: 0px;
  top: auto;
  right: 56%;
  bottom: 0%;
  display: block;
  max-height: 80px;
  min-height: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.icon {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
}

.icon-2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 20px;
  color: #000;
}

.left-arrow {
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  max-height: 80px;
  min-height: 80px;
  margin-right: 40px;
  -webkit-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

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

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

.columns-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40vh;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-5 {
  position: static;
  display: block;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: #000;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: #000;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: #000;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px 1px;
  border-color: #000;
}

.div-block-10 {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-2 {
  display: none;
  width: 75%;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.container-3 {
  position: static;
  display: block;
  max-width: 90vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 0px solid #000;
}

.section-2 {
  border: 1px solid #000;
}

.section-2.color-division {
  background-color: #e07354;
}

.section-2.color-division.white {
  border-right-width: 0px;
  border-left-width: 0px;
  background-color: transparent;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nice-division {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 66px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-2 {
  text-align: left;
}

.heading-2.h2 {
  margin-bottom: 20px;
  font-size: 24px;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e07354;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30vh;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

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

.text-block-2 {
  text-align: left;
}

.container-slider {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "image image content";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.div-block-11 {
  padding: 0px 40px 80px;
}

.slide-image-container {
  width: 100%;
  height: 100%;
  max-height: 80vh;
}

.div-block-12 {
  width: 100%;
  height: 100%;
}

.image-3 {
  overflow: visible;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-13 {
  width: auto;
}

.slide-text-container {
  height: 100%;
  background-color: #eec45d;
  -webkit-transition: background-color 300ms cubic-bezier(.39, .575, .565, 1), color 300ms cubic-bezier(.39, .575, .565, 1);
  transition: background-color 300ms cubic-bezier(.39, .575, .565, 1), color 300ms cubic-bezier(.39, .575, .565, 1);
}

.slide-text-wrapper {
  position: -webkit-sticky;
  position: sticky;
  padding: 20px 5vw 80px 40px;
}

.div-block-14 {
  width: 100%;
  height: 100%;
  max-height: 80vh;
}

.text-slider {
  width: 100%;
  height: 100%;
}

.image-slider {
  height: 100%;
}

.div-block-15 {
  height: 80vh;
  max-height: 80vh;
  background-color: #eec45d;
}

.hidden {
  display: none;
}

.column-custom {
  height: 100%;
}

.nice-columns {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 60vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nice-column {
  display: block;
  overflow: visible;
  height: auto;
  min-height: 0vh;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nice-column-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 50vh;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 0px none #000;
  border-left: 0px none #000;
}

.nice-column-content.nice-column-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nice-column-content.nice-column-content-center.nice-column-content-border-left {
  min-height: 60vh;
  border-right-style: none;
  border-right-width: 0px;
}

.nice-column-content.nice-column-content-border-left {
  min-height: 60vh;
  border-right-style: solid;
  border-right-width: 0px;
  border-left-style: solid;
  border-left-width: 1px;
  font-family: Neuemontreal, sans-serif;
}

.nice-column-content.nice-column-content-border-left.nice-column-content-border-right {
  border-right-width: 1px;
}

.nice-column-content.nice-column-content-event {
  height: 100%;
  min-height: 0vh;
  padding: 0px;
  border-left-style: solid;
  border-left-width: 1px;
}

.nice-column-content.nice-column-content-event.nice-column-content-border-right {
  border-right-style: solid;
  border-right-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
}

.brand {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-button-2 {
  display: none;
}

.nice-event-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nice-event-card-content {
  height: auto;
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nice-event-info-wrapper {
  margin-bottom: 10px;
  padding-top: 10px;
}

.nice-event-image-wrapper {
  width: 100%;
  height: 100%;
}

.nice-event-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nice-event-small-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nice-event-local {
  margin-bottom: 0px;
}

.nice-event-date {
  margin-bottom: 0px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.nice-event-buy-ticket-button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-top: 1px solid #000;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #333;
  font-weight: 700;
  text-align: center;
}

.nice-event-buy-ticket-button:hover {
  background-color: #eec45d;
}

.nice-event-buy-ticket-button.hidden {
  display: none;
}

.nice-image-plus-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nice-image-plus-text-content {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nice-image-plus-text-image {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nice-3-images-content {
  display: -ms-grid;
  display: grid;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nice-3-images-image-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nice-image-plust-text-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 60px 79px 60px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-4 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Neuemontreal, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.paragraph-2 {
  font-family: Neuemontreal, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.nice-be-a-partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nice-be-a-partner-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #2c6f30;
}

.nice-be-a-partner-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f3c9e1;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  width: 50%;
  min-width: 200px;
}

.wrapper {
  width: 100%;
  height: 100%;
  max-width: 500px;
}

.heading-5 {
  margin-bottom: 21px;
  font-family: Neuemontreal, sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.paragraph-3 {
  max-width: 45ch;
  margin-bottom: 50px;
  font-family: Neuemontreal, sans-serif;
}

.button {
  padding: 11px 60px;
  border-radius: 20px;
  background-color: #000;
  font-family: Montserrat, sans-serif;
}

.form-wrapper-inner {
  width: 75%;
  max-width: 500px;
  min-width: 300px;
}

.button-2 {
  padding: 11px 60px;
  border-radius: 20px;
  background-color: #000;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
}

.button-2:hover {
  background-color: #f3c9e1;
  color: #000;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-link {
  margin-right: -15px;
  margin-bottom: 0px;
  margin-left: -15px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
  font-family: Neuemontreal, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.slide-nav {
  display: none;
  padding-bottom: 43px;
}

@media screen and (min-width: 1280px) {
  .button {
    -webkit-transition: color 300ms ease, background-color 300ms ease;
    transition: color 300ms ease, background-color 300ms ease;
  }

  .button:hover {
    background-color: #eec45d;
    color: #000;
  }

  .footer-link {
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    font-size: 18px;
  }

  .footer-link:hover {
    color: #000;
    /* font-size: 18px; */
    text-decoration: underline;
  }
}

@media screen and (min-width: 1440px) {
  .container-4 {
    max-width: 1400px;
    background-color: #f4f4f4;
  }

  .container-3 {
    max-width: 1400px;
  }

  .section-2 {
    border-right-width: 0px;
    border-left-width: 0px;
  }

  .footer {
    background-color: #e07354;
    color: #000;
    text-align: center;
  }

  .footer-flex-container {
    min-height: 30vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .button {
    font-family: Neuemontreal, sans-serif;
  }

  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-lin {
    padding-top: 11px;
    padding-right: 0px;
    padding-bottom: 11px;
    background-color: transparent;
    font-family: Neuemontreal, sans-serif;
    color: #333;
    font-size: 20px;
    font-weight: 700;
  }

  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-link {
    background-color: transparent;
    font-family: Neuemontreal, sans-serif;
    color: #000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
  }
}

@media screen and (max-width: 991px) {
  .container-light-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-light-navbutton {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navbar-light-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #5343ff;
  }

  .div-block-2 {
    grid-template-areas: "Area"
      "Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(20vh, 40vh) auto;
    grid-template-rows: minmax(20vh, 40vh) auto;
  }

  .right-arrow {
    right: 69%;
  }

  .column-5 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

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

  .div-block-15 {
    background-color: #eec45d;
  }

  .nice-columns {
    min-height: 50vh;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nice-column {
    height: auto;
    min-height: 0px;
    min-width: 50%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .nice-column-content.nice-column-content-border-left {
    border-top: 1px solid #000;
    border-right-width: 1px;
  }

  .nice-column-content.nice-column-content-event {
    min-height: 0vh;
    border-right-style: solid;
    border-right-width: 1px;
  }

  .nice-event-wrapper {
    min-height: 0vh;
  }

  .nice-event-card-content {
    border-top: 1px solid #000;
  }

  .nice-event-buy-ticket-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .container-light-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .right-arrow {
    right: 57%;
  }

  .main-content {
    padding: 40px 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .nice-image-plus-text {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nice-image-plus-text-content {
    min-width: 100%;
  }

  .nice-image-plus-text-image {
    min-width: 100%;
  }

  .form-wrapper-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .right-arrow.w-slider-arrow-right{
    display:none;
  }
  
  .left-arrow.w-slider-arrow-left{
    display:none;
  }

  .div-block-15{
    height: auto;
    max-height: 200vh;
  }
  .heading{
    margin-bottom: 20px;
  }
  .h2{
    margin-bottom: 20px;
  }
  .navbar-light-navbutton:hover {
    background-color: #fff;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
  }

  .container-4.footer-container {
    margin-bottom: 60px;
  }

  .right-arrow {
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .icon {
    color: #000;
  }

  .icon-2 {
    top: 0px;
    color: #000;
  }

  .left-arrow {
    left: auto;
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section-2.color-division.white {
    border-top-width: 0px;
  }

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

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .footer-logo-link {
    height: 60px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .footer-image {
    margin-bottom: 0px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .text-slider {
    max-width: 100vw;
    min-height: 44vh;
  }

  .nice-columns {
    min-height: 30vh;
  }

  .nice-column {
    min-width: 100%;
  }

  .nice-column-content.nice-column-content-center.nice-column-content-border-left {
    min-height: 0vh;
  }

  .nice-column-content.nice-column-content-border-left {
    min-height: 0vh;
  }

  .nice-image-plust-text-content-wrapper {
    padding-right: 20px;
  }

  .heading-4 {
    font-size: 24px;
  }

  .paragraph-2 {
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .nice-be-a-partner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nice-be-a-partner-logo {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nice-be-a-partner-form {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .logo-wrapper {
    padding: 20px;
  }

  .form-wrapper-inner {
    padding-top: 19px;
    padding-bottom: 20px;
  }

  .div-block-17 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-18 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-link {
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .icon-3 {
    display: none;
  }

  .slide-nav {
    display: none;
  }
}

#w-node-_92ccf112-dc54-0e9c-933b-b4c870d008bf-ef5e99b4 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

#child-slider.w-node-_17906988-fe7a-fa7d-3161-d2fdaeb170f4-ef5e99b4 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

#w-node-_5255888a-c1d1-deee-c5a9-22c84cbba749-ef5e99b4 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: image;
}

#w-node-ee1d3055-21d7-ba70-62f1-4c873060964e-ef5e99b4 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: Area-2;
}

@media screen and (max-width: 991px) {
  #w-node-_92ccf112-dc54-0e9c-933b-b4c870d008bf-ef5e99b4 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #child-slider.w-node-_17906988-fe7a-fa7d-3161-d2fdaeb170f4-ef5e99b4 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-ee1d3055-21d7-ba70-62f1-4c873060964e-ef5e99b4 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

#main-slider.w-node-_4e7eee8d-1b96-497a-7397-1ed1e9398b8f-ef5e99b4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4e7eee8d-1b96-497a-7397-1ed1e9398b96-ef5e99b4 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: content;
}

#w-node-_172dda5f-0404-5695-6382-b5ebe0689d43-ef5e99b4 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: content;
}

@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}