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

.body {
  min-height: 100vh;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-family: 'Roboto Mono', sans-serif;
  color: #fff;
}

.centered-container {
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.menu-sect {
  position: fixed;
  top: 0px;
  z-index: 20;
  width: 100%;
  padding: 20px;
  background-color: hsla(0, 0%, 95.7%, 0);
}

.heading {
  position: relative;
  z-index: 20;
  width: 100%;
  font-family: 'Roboto Mono', sans-serif;
  color: #000;
  font-size: 160px;
  line-height: 160px;
}

.heading-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  margin-bottom: 40px;
  font-family: 'Roboto Mono', sans-serif;
  color: #000;
  font-size: 30px;
  text-align: center;
}

.heading-5 {
  font-family: 'Roboto Mono', sans-serif;
  font-size: 96px;
  line-height: 100px;
}

.paragraph {
  font-family: 'Roboto Mono', sans-serif;
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
}

.paragraph.taright {
  text-align: right;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px 0px 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column.last {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.link {
  color: #333;
}

.link-2 {
  color: #333;
}

.link-3 {
  color: #333;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 80px;
}

.paragraph-2 {
  width: 100%;
  margin-bottom: 30px;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.slide-2 {
  width: 25%;
  padding-right: 5px;
  padding-left: 5px;
}

.slide-nav {
  display: none;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  text-align: center;
}

.section-3 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.slider {
  background-color: #fff;
}

.heading-7 {
  width: 100%;
  margin-top: 0px;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.paragraph-5 {
  font-family: 'Roboto Mono', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button {
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 60px;
  background-color: #2d2d2d;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 18px;
  line-height: 32px;
  text-decoration: underline;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 35px;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container-2 {
  max-width: 1560px;
  padding-right: 60px;
  padding-left: 60px;
  border-top: 3px solid #000;
}

.section-4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-field {
  display: inline-block;
  width: 310px;
  height: 52px;
  margin-right: 10px;
  padding: 10px 20px;
  border: 2px solid #2d2d2d;
  background-color: #c4c4c4;
  font-family: 'Roboto Mono', sans-serif;
}

.text-field.booking {
  width: 100%;
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 10px;
}

.submit-button {
  position: relative;
  width: 59px;
  height: 52px;
  margin-left: 0px;
  background-color: #2d2d2d;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 25px;
  line-height: 24px;
  text-decoration: underline;
}

.field-label {
  margin-bottom: 23px;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.field-label.book-lab {
  width: 100%;
  max-width: 500px;
  margin-bottom: 10px;
}

.paragraph-10 {
  margin-bottom: 0px;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.heading-12 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: 'Roboto Mono', sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 23px;
}

.paragraph-13 {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.link-4 {
  color: #333;
}

.link-5 {
  color: #333;
}

.link-6 {
  color: #333;
}

.link-7 {
  color: #333;
}

.link-8 {
  color: #333;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 20px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-14 {
  font-family: 'Roboto Mono', sans-serif;
  line-height: 18px;
  font-weight: 700;
  text-align: right;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-color: hsla(0, 0%, 100%, 0.35);
}

.section-5 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-5 {
  padding-right: 20px;
  padding-left: 20px;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1560px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-7.fullw {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container-7.max960 {
  max-width: 960px;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: none;
  overflow: visible;
  width: auto;
  min-height: auto;
  margin-top: 0px;
  padding-top: 133px;
  padding-bottom: 100px;
  -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: rgba(0, 0, 0, 0.77);
  background-image: url('../images/hero.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: border-box;
}

.menu-nav {
  position: relative;
  z-index: 100;
  overflow: hidden;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  font-family: 'Roboto Mono', sans-serif;
  font-weight: 700;
  text-align: center;
}

.heading-15 {
  width: 100%;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}

.dark-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.8);
}

.menu-link {
  width: 100%;
  text-decoration: none;
}

.section-7 {
  display: block;
  padding-top: 150px;
  padding-bottom: 60px;
  -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;
}

.section-7.nobotpad {
  padding-bottom: 0px;
}

.section-7.contact {
  min-height: 70vh;
}

.section-7.hide {
  display: none;
}

.heading-23 {
  margin-bottom: 20px;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 27px;
  line-height: 38px;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-8 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-16 {
  margin-bottom: 30px;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.paragraph-17 {
  position: static;
  width: 100%;
  max-width: 800px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.paragraph-17.expand {
  padding-bottom: 0px;
}

.paragraph-17.readmore {
  line-height: 16px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.section-9 {
  padding-top: 170px;
  padding-bottom: 60px;
}

.column-11 {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.serv-pic-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.heading-25 {
  font-family: 'Roboto Mono', sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 54px;
  text-align: center;
}

.paragraph-18 {
  font-family: 'Roboto Mono', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.section-10 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-10.mob {
  display: none;
}

.paragraph-19 {
  font-family: 'Roboto Mono', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.section-11 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.heading-27 {
  width: 100%;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
}

.paragraph-20 {
  font-family: 'Roboto Mono', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: right;
}

.paragraph-20.textleft {
  text-align: left;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -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;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading-29 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 64px;
  line-height: 85px;
}

.paragraph-22 {
  width: 100%;
  margin-bottom: 0px;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
}

.paragraph-22.tacenter {
  text-align: center;
}

.sponsor-img {
  width: 100px;
  min-width: 100px;
}

.sponsor-img.small {
  width: 80px;
  min-width: 80px;
}

.column-17 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8.mob {
  display: none;
}

.columns-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  min-height: 350px;
  background-image: url('../images/web-example-4.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-3.meetwally {
  background-image: url('/wp-content/themes/uno/images/meetwally2.jpeg');
}

.div-block-3.luke-marsh {
  background-image: url('/wp-content/themes/uno/images/luke-marshall.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-3.elliott {
  background-image: url('../images/elliott-creed.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-3.dean-turnley {
  background-image: url('../images/dean.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-3.house-cat {
  background-image: url('/wp-content/themes/uno/images/housecat-tile.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-3.touring {
  background-image: url('../images/web-example-3.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-3.marketing {
  background-image: url('../images/web-example-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-3.uno {
  background-image: url('/wp-content/themes/uno/images/DJI_0033jhf_.jpeg');
}

.div-block-3.coastal-jam {
  background-image: url('/wp-content/themes/uno/images/coastaljam.jpeg');
}

.div-block-3.sundancer {
  background-image: url('/wp-content/themes/uno/images/DJI_0663.jpeg');
}

.div-block-3.horror-house {
  background-image: url('/wp-content/themes/uno/images/HORRORHOUSE-NOWM-42.jpg');
}

.div-block-3.dancing-heads {
  background-image: url('/wp-content/themes/uno/images/DANCING-HEADS-V1-NOWM-31.jpeg');
}

.div-block-3.digital-dance {
  background-image: url('/wp-content/themes/uno/images/Screen-Shot-2021-07-10-at-1.25.45-pm.png');
}

.div-block-3.urstookeep {
  background-image: url('/wp-content/themes/uno/images/urs2keep.jpeg');
}

.heading-30 {
  width: 100%;
  margin-bottom: 84px;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 34px;
  line-height: 50px;
  text-align: center;
}

.heading-30.hassubhead {
  margin-bottom: 30px;
}

.grid-3 {
  grid-row-gap: 72px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-31 {
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 58px;
  line-height: 60px;
  text-align: center;
}

.paragraph-23 {
  margin-bottom: 0px;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
}

.paragraph-23.textcenter {
  text-align: center;
}

.button-2 {
  width: 300px;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 3px solid #000;
  background-color: #c4c4c4;
  font-family: 'Roboto Mono', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.background-video {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 300px;
  min-width: 300px;
}

.columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-4 {
  width: 100%;
  grid-row-gap: 49px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-6 {
  position: relative;
}

.heading-33 {
  margin-top: 0px;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 40px;
  line-height: 56px;
}

.heading-33.textcenter {
  text-align: center;
}

.paragraph-24 {
  width: 700px;
  max-width: 100%;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  text-align: center;
}

.columns-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
div#maincon {
    margin: 40px auto;
}
.column-21.w-col.w-col-12.w-col-stack.headcon {
    display: block;
    text-align: center;
}
select#category1 {
    max-width: 600px;
    border: 1px solid #000;
    height: 52px;
}
span.field-span {
    font-size: 16px;
    line-height: 30px !important;
}
.column-20 {
  position: relative;
  overflow: hidden;
  padding-right: 40px;
}

.heading-34 {
  font-family: 'Roboto Mono', sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-25 {
  font-family: 'Roboto Mono', sans-serif;
  font-size: 18px;
}

.text-field-2 {
  max-width: 600px;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 1px solid #000;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
}

.textarea {
  max-width: 600px;
  padding-top: 10px;
  padding-bottom: 40px;
  border: 1px solid #000;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
}
p.paragraph-23.sunpara {
    text-align: center;
}

.submit-button-2 {
  width: 100%;
  max-width: 600px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-35 {
  font-family: 'Roboto Mono', sans-serif;
  font-size: 65px;
  line-height: 90px;
  font-weight: 700;
}

.heading-35.comingsoon {
  margin-top: 0px;
  line-height: 60px;
  text-align: center;
}

.heading-35.cmgsoonhead {
  margin-top: 10px;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 20px;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-6 {
  grid-column-gap: 38px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.column-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.div-block-7 {
  width: 100%;
  min-height: 300px;
}

.div-block-7.market-img {
  background-image: url('/wp-content/themes/uno/images/web-example-1-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-7.tour-img {
  background-image: url('../images/web-example-1-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-7.event-img {
  background-image: url('../images/web-example-1_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-banner {
  width: 100%;
  min-height: 300px;
  background-image: url('/wp-content/themes/uno/images/DANCING-HEADS-V1-NOWM-32.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-36 {
  padding-bottom: 0px;
  font-family: 'Roboto Mono', sans-serif;
  text-align: left;
}

.paragraph-26 {
  font-family: 'Roboto Mono', sans-serif;
}

.div-block-8 {
  margin-top: -30px;
}

.paragraph-27 {
  padding-bottom: 20px;
  font-family: 'Roboto Mono', sans-serif;
  color: #ccc;
  font-weight: 700;
}

.link-block-2 {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.logo-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 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;
}

.menu-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.logo-sect {
  position: static;
  z-index: 30;
  width: 100%;
}

.menu-btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  width: 90px;
  cursor: pointer;
}

.menu-btn.close-btn {
  z-index: 100;
}

.team-div {
  position: relative;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.team-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.team-name {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Roboto Mono', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.image-14 {
  width: 120px;
}

.header {
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 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;
}

.nav-sect {
  width: 100%;
  padding: 30px 40px;
}

.nav-sect.sticky {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  overflow: visible;
}

.nav-cont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 15px 40px;
  -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;
}

.logo {
  width: 120px;
  height: auto;
}

.artist-header {
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
}

.slider-2 {
  width: 100%;
  height: 500px;
}

.div-block-9 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/slideshow.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-9.coastal1 {
  background-image: url('/wp-content/themes/uno/images/cjt-96hgf.jpeg');
}

.div-block-9.coastal2 {
  background-image: url('../images/cjt-114.jpg');
  background-position: 50% 100%;
}

.div-block-9.coastal3 {
  background-image: url('/wp-content/themes/uno/images/CJ-TORQ-2021-NOWM-189.jpg');
}

.div-block-9.coastal4 {
  background-image: url('/wp-content/themes/uno/images/CJL-242.jpeg');
}

.div-block-9.coastal5 {
  background-image: url('../images/CJ-235.jpeg');
}

.div-block-9.coastal6 {
  background-image: url('/wp-content/themes/uno/images/cjt-102.jpg');
}

.div-block-9.coastal7 {
  background-image: url('/wp-content/themes/uno/images/CJ-161.jpeg');
}

.div-block-9.coastal8 {
  background-image: url('../images/MIDDLE-OF-PAGE.jpeg');
}

.div-block-9.coastal9 {
  background-image: url('/wp-content/themes/uno/images/CJ-198.jpeg');
}

.div-block-9.coastal10 {
  background-image: url('/wp-content/themes/uno/images/CJ-THE-PIER-2021---FIRST-EXPORT-11-1.jpeg');
}

.div-block-9.sundance1 {
  background-image: url('../images/297A3799.jpeg');
}

.div-block-9.sundance2 {
  background-image: url('/wp-content/themes/uno/images/297A3728.jpeg');
  background-position: 50% 80%;
}

.div-block-9.sundance3 {
  background-image: url('/wp-content/themes/uno/images/DJI_0663.jpeg');
}

.div-block-9.horror1 {
  background-image: url('/wp-content/themes/uno/images/HORRORHOUSE-NOWM-190.jpg');
  background-position: 50% 0%;
}

.div-block-9.horror2 {
  background-image: url('/wp-content/themes/uno/images/HORRORHOUSE-NOWM-160.jpg');
  background-position: 50% 0%;
}

.div-block-9.horror3 {
  background-image: url('/wp-content/themes/uno/images/HORRORHOUSE-NOWM-39.jpg');
}

.div-block-9.horror4 {
  background-image: url('/wp-content/themes/uno/images/HORRORHOUSE-NOWM-215.jpg');
}

.div-block-9.horror5 {
  background-image: url('/wp-content/themes/uno/images/HORRORHOUSE-NOWM-230.jpg');
}

.div-block-9.digital1 {
  background-image: url('../images/IMG_9299-3.jpg');
}

.div-block-9.digital2 {
  background-image: url('/wp-content/themes/uno/images/Screen-Shot-2021-07-10-at-1.25.45-pm.png');
}

.div-block-9.digital3 {
  background-image: url('../images/Screen-Shot-2021-07-10-at-1.54.57-pm.png');
}

.div-block-9.dancing1 {
  background-image: url('/wp-content/themes/uno/images/DANCING-HEADS-V1-NOWM-19.jpeg');
}

.div-block-9.dancing2 {
  background-image: url('../images/U-T-E-IG-19.11.19-DANCING-HEADS-V1-NOWM-30.jpg');
}

.div-block-9.dancing3 {
  background-image: url('/wp-content/themes/uno/images/DANCING-HEADS-V1-NOWM-31.jpeg');
}

.div-block-9.dancing4 {
  background-image: url('/wp-content/themes/uno/images/DSC_7789.jpg');
}

.div-block-9.dancing5 {
  background-image: url('/wp-content/themes/uno/images/DSC_7752-1.jpeg');
}

.div-block-9.uno1 {
  background-image: url('../images/put-where-slideshow-normally-goes.gif');
}

.div-block-9.uno1.livelyslide {
  background-image: url('../images/MIDDLE-OF-PAGE.jpeg');
}

.div-block-9.uno2 {
  background-image: url('/wp-content/themes/uno/images/SG-NOWM-138-1.jpeg');
}

.div-block-9.uno3 {
  background-image: url('/wp-content/themes/uno/images/000013370025.jpg');
}

.div-block-9.uno4 {
  background-image: url('/wp-content/themes/uno/images/DJI_0033jhf_.jpeg');
}

.div-block-9.sunsetslide {
  background-image: url('../images/put-where-slideshow-normally-goes.gif');
}

.div-block-9.niceslide {
  background-image: url('../images/MIDDLE-OF-PAGE.jpg');
}

.div-block-9.stateslide {
  background-image: url('../images/MIDDLE-OF-PAGE.jpeg');
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

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

.image-16 {
  width: 100%;
}

.image-17 {
  display: block;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.teamtitle {
  width: 100%;
  font-family: 'Roboto Mono', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.columns-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.artist-overlay {
  position: absolute;
  left: 10%;
  top: 25%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: none;
  width: 100%;
}

.image-19 {
  width: 100%;
}

.image-20 {
  width: 100%;
}

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

.list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}

.list-item-9 {
  width: 50%;
}

.list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-item-10 {
  padding-right: 5px;
  padding-left: 5px;
}

.columns-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}

.link-12 {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.link-block-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.heading-40 {
  width: 100%;
  margin-bottom: 40px;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
}

.textarea-2 {
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #000;
  background-color: #c4c4c4;
  font-family: 'Roboto Mono', sans-serif;
}

.select-field {
  width: 100%;
  height: 52px;
  max-width: 500px;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  border: 2px solid #000;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.form {
  max-width: 100%;
}

.columns-20 {
  width: 100%;
}

.list-4 {
  list-style-type: none;
}

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

.max700 {
  max-width: 700px;
}

.image-22 {
  width: 100%;
}

.column-29 {
  min-height: 300px;
}

.column-29.coastalbg {
  background-image: url('/wp-content/themes/uno/images/coastaljam.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/*.column-29.sundancebg {
  background-image: url('../images/SUNDANCERv5--shorten.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
*/
.column-29.horrorbg {
  background-image: url('/wp-content/themes/uno/images/horrorhouse.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-29.digitalbg {
  background-image: url('../images/nice-swoop-gif.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-29.dancingbg {
  background-image: url('/wp-content/themes/uno/images/dancing-heads.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-29.unobg {
  background-image: url('../images/DJI_0033jhf__1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-29.nicebg {
  background-image: url('../images/TOP-OF-PAGE.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-29.livelybg {
  background-image: url('../images/TOP-OF-PAGE.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-29.sunsetbg {
  background-image: url('../images/TOP-PHOTO.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.comingsoon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  -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-32 {
  width: 100%;
  margin-bottom: 64px;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}

.form-block-2 {
  width: 100%;
}

.footer {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 88px;
    line-height: 90px;
  }

  .paragraph {
    padding-bottom: 20px;
  }

  .column {
    padding-right: 0px;
  }

  .column.last {
    padding-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

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

  .columns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-10 {
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 16px;
  }

  .heading-12 {
    font-size: 18px;
  }

  .section-5 {
    padding-top: 20px;
  }

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

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

  .paragraph-19 {
    font-size: 22px;
    line-height: 30px;
  }

  .grid-3 {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .paragraph-23 {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 35px;
  }

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

  .heading-33 {
    font-size: 26px;
    line-height: 40px;
  }

  .heading-35 {
    width: 100%;
    margin-bottom: 20px;
    line-height: 90px;
  }

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

  .column-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .team-name {
    line-height: 35px;
  }

  .div-block-10 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero-overlay {
    padding: 40px 20px;
  }

  .menu-sect {
    position: fixed;
  }

  .heading {
    font-size: 58px;
    line-height: 67px;
  }

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

  .heading-5 {
    font-size: 80px;
    line-height: 90px;
  }

  .paragraph {
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .column {
    padding-right: 0px;
  }

  .column.last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

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

  .columns {
    -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-2 {
    font-size: 18px;
    line-height: 27px;
  }

  .slide-2 {
    width: 50%;
  }

  .heading-7 {
    font-size: 50px;
    line-height: 60px;
  }

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

  .field-label {
    font-size: 20px;
    line-height: 29px;
  }

  .heading-12 {
    font-size: 20px;
    line-height: 29px;
  }

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

  .section-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-7 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-7.fullw {
    padding: 0px;
  }

  .modal-wrapper {
    display: none;
  }

  .section-7 {
    padding-top: 140px;
  }

  .section-7.contact {
    min-height: 89vh;
  }

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

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

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

  .paragraph-17.readmore {
    line-height: 23px;
  }

  .column-11 {
    padding: 10px 20px;
  }

  .heading-25 {
    font-size: 26px;
    line-height: 39px;
  }

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

  .section-10.fullwid {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-10.mob {
    display: block;
    padding-top: 0px;
    padding-bottom: 40px;
  }

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

  .paragraph-20 {
    margin-bottom: 20px;
    text-align: left;
  }

  .column-15 {
    padding-bottom: 15px;
  }

  .heading-29 {
    margin-bottom: 28px;
    font-size: 60px;
    line-height: 70px;
  }

  .image-8 {
    display: none;
    width: 100%;
    margin-top: 32px;
  }

  .image-8.mob {
    display: block;
    padding-top: 8px;
    padding-bottom: 45px;
  }

  .div-block-3 {
    min-height: 250px;
  }

  .grid-3 {
    grid-row-gap: 37px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .heading-31 {
    width: 100%;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }

  .paragraph-23 {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 32px;
  }

  .button-2 {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .column-18 {
    margin-bottom: 69px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-4 {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .heading-33 {
    margin-bottom: 30px;
  }

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

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

  .grid-6 {
    grid-column-gap: 25px;
    grid-row-gap: 21px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .menu-btn {
    width: 80px;
  }

  .image-14 {
    width: 100px;
  }

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

  .artist-overlay {
    display: none;
  }

  .video {
    margin-top: 10px;
  }

  .image-18 {
    width: 100%;
  }

  .list-item-9 {
    width: 100%;
  }

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

  .column-29.coastalbg {
    min-height: 300px;
  }

  .column-29.sundancebg {
    min-height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .centered-container {
    text-align: left;
  }

  .menu-sect {
    padding: 0px;
  }

  .heading {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
  }

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

  .paragraph-2 {
    font-size: 18px;
    line-height: 27px;
  }

  .slide-2 {
    width: 100%;
  }

  .grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .paragraph-5 {
    font-size: 18px;
    line-height: 27px;
  }

  .button {
    padding: 15px 45px;
  }

  .section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-field {
    max-width: 100%;
  }

  .submit-button {
    margin-left: 0px;
  }

  .field-label {
    font-size: 18px;
    line-height: 27px;
  }

  .heading-12 {
    font-size: 18px;
    line-height: 27px;
  }

  .paragraph-13 {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 16px;
  }

  .paragraph-14 {
    text-align: center;
  }

  .container-7 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-7.fullw {
    padding-right: 0px;
    padding-left: 0px;
  }

  .modal-wrapper {
    display: none;
  }

  .heading-15 {
    font-size: 48px;
    line-height: 50px;
  }

  .section-7 {
    padding-top: 140px;
  }

  .heading-23 {
    font-size: 25px;
    line-height: 36px;
  }

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

  .section-10.fullwid {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-27 {
    font-size: 40px;
    line-height: 50px;
  }

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

  .column-15 {
    padding-top: 36px;
  }

  .heading-29 {
    margin-bottom: 32px;
    font-size: 50px;
    line-height: 59px;
  }

  .column-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sponsor-img {
    width: 70px;
    min-width: 70px;
  }

  .sponsor-img.small {
    width: 70px;
    min-width: 70px;
  }

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

  .heading-31 {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    direction: ltr;
    font-size: 50px;
    line-height: 52px;
  }

  .columns-12 {
    width: 100%;
  }

  .grid-4 {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .columns-14 {
    max-width: 100%;
  }

  .column-19 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }

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

  .heading-35 {
    margin-bottom: 40px;
    font-size: 38px;
    line-height: 50px;
  }

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

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

  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .nav-sect {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-cont {
    padding-right: 60px;
  }

  .icon {
    cursor: pointer;
  }

  .list-3 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-block {
    width: 350px;
    max-width: 100%;
  }

  .image-23 {
    width: 100%;
  }

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

#adam.w-node-_7e1df4c4-d63e-095f-17c2-ed1e91076e48-9ba93cf2 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

