@font-face {
  font-family: Suisseintl book;
  src: url('../fonts/SuisseIntl-Book.woff2') format("woff2"), url('../fonts/SuisseIntl-Book.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Regular.woff2') format("woff2"), url('../fonts/SuisseIntl-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Semibold.woff2') format("woff2"), url('../fonts/SuisseIntl-Semibold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Suisseintlmono;
  src: url('../fonts/SuisseIntlMono-Bold.woff2') format("woff2"), url('../fonts/SuisseIntlMono-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Suisseintlmono;
  src: url('../fonts/SuisseIntlMono-Regular.woff2') format("woff2"), url('../fonts/SuisseIntlMono-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --plum: #e9b2d8;
  --cyan: #43f5f2;
  --purple: #1e1021;
  --black: black;
}

body {
  color: #f0f4b2;
  background-color: #f0f4b2;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  color: #78707a;
  margin-bottom: 10px;
}

a {
  color: #33f6f3;
  letter-spacing: 1px;
  font-size: 18px;
  text-decoration: underline;
}

.container {
  z-index: 2;
  clear: left;
  max-width: 1200px;
  padding: 125px 20px 125px 60px;
  position: relative;
}

.container.less-top {
  padding-top: 140px;
}

.container.less-top.not-relative {
  padding-top: 10vw;
  padding-bottom: 14vw;
  padding-left: 0;
  position: static;
}

.container.less-padding {
  margin-top: -75px;
  padding-top: 0;
  padding-bottom: 0;
}

.container.less-top-copy {
  padding-top: 80px;
}

.container.mega-padded {
  padding-top: 30vw;
}

.container.less-top-bottom {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container.mega-padded-copy {
  padding-top: 25vw;
  padding-bottom: 25vw;
}

.hero-section {
  z-index: 1;
  clear: left;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bottom-image-section {
  z-index: 1;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.campfire-image {
  z-index: 1;
  width: 80%;
  min-width: 1000px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-2 {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.section {
  clear: left;
  color: #fff;
  width: 100%;
  position: relative;
}

.section.treasure-hunt {
  color: #fff;
  background-image: url('../images/knife-chef.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 84vw;
}

.section.overflow-visible {
  z-index: 2;
}

.section.creative-challenge {
  clear: left;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: auto;
  min-height: auto;
  overflow: hidden;
}

.section.padded {
  padding-left: 10px;
  padding-right: 10px;
}

.section.overflow-hidden {
  overflow: hidden;
}

.number {
  margin-bottom: 42px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 16px;
}

.number.margined {
  margin-top: 5px;
  margin-bottom: 0;
}

.number.centered {
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  background-color: #0b5884;
  border-radius: 8px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.row.flexed {
  justify-content: center;
  align-items: center;
}

.link {
  clear: left;
  margin-top: 45px;
  padding-bottom: 15px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.link.overflow-hidden {
  border-radius: 0;
  overflow: hidden;
}

.line-trail {
  transform-origin: 0%;
  color: #0b5884;
  background-color: #0b5884;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-3 {
  z-index: 1;
  clear: left;
  opacity: .5;
  width: 150px;
  margin-top: 60px;
  margin-bottom: -175px;
  position: relative;
  bottom: 0;
  left: 0;
}

.image-3.v2 {
  margin-bottom: -125px;
  left: 20px;
}

.white-paragraph {
  color: #fff;
  margin-top: 42px;
  font-family: Libre Baskerville, sans-serif;
  font-weight: 400;
}

.paragraph {
  margin-bottom: 42px;
}

.heading {
  color: #8a8a8a;
  font-size: 3.25vw;
  line-height: 1.6em;
}

.heading.larger {
  font-family: Libre Baskerville, sans-serif;
  font-size: 55px;
}

.heading.purple {
  color: #f0f4b2;
  font-family: Libre Baskerville, sans-serif;
}

.heading.happening {
  color: #5a505c;
  font-size: 42px;
}

.div-block {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-4 {
  position: absolute;
}

.image-5 {
  margin-top: 150px;
}

.hero-heading {
  line-height: 1.1em;
}

.hero-heading.hidden {
  color: #f0f4b2;
  font-family: Libre Baskerville, sans-serif;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.2em;
}

.text-block {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2em;
  display: inline-block;
}

.text-block-2 {
  margin-left: 10px;
  font-size: 18px;
  line-height: 1.4em;
  display: inline-block;
}

.hold-dates {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.button {
  clear: left;
  color: #000;
  text-align: center;
  background-color: #f0f4b2;
  border-radius: 8px;
  width: 280px;
  padding: 15px 80px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button.margined {
  margin-top: 35px;
}

.button.large {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.text-block-3 {
  z-index: 2;
  text-align: center;
  margin-left: -40px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 14px;
  position: relative;
}

.text-block-3.absolute {
  color: #fff;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}

.absolute-block {
  background-color: #f0f4b2;
  border-radius: 30%;
  width: 120%;
  height: 125%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -12.5%;
  left: -10%;
  right: 0;
}

.hero-link {
  color: #e9b2d8;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  font-family: Suisseintl, sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: 70px;
}

.text-span {
  color: #fff;
}

.image-6 {
  margin-left: 10px;
}

.epic-image {
  position: absolute;
  top: 15px;
  left: 15px;
}

.heading-2 {
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 1em;
}

.centered-hero-text {
  clear: left;
  color: #fff;
  text-align: center;
  width: auto;
  font-family: Libre Baskerville, sans-serif;
  font-size: 14px;
  display: inline;
  position: relative;
}

.centered-hero-text.all-caps {
  color: #9d90a8b5;
  text-transform: uppercase;
  font-size: 11px;
}

.centered-hero-text.all-caps.full {
  color: #fff;
  text-transform: none;
  width: auto;
  font-family: Suisseintl, sans-serif;
  font-size: 12px;
}

.div-block-3 {
  clear: left;
  text-align: center;
  width: 79%;
  font-family: Libre Baskerville, sans-serif;
  display: inline-block;
  position: relative;
}

.div-block-4 {
  width: 148px;
  height: 35px;
  margin-bottom: -15px;
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 6px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.div-block-4.shortened {
  width: 120px;
  padding-left: 0;
}

.div-block-4.shortened.margined {
  margin-left: 15px;
  margin-right: 15px;
}

.div-block-4.shortened.full {
  width: auto;
}

.link-line {
  transform-origin: 0%;
  background-color: #9d90a8;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 9px;
}

.link-line.short {
  background-color: #9d90a8b5;
  width: 104px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  bottom: 9px;
  left: 0;
  right: 0;
}

.link-line.short.fullen {
  width: 100%;
}

.right-side-link {
  z-index: 30;
  position: absolute;
  bottom: 150px;
  right: 20px;
}

.right-side-link.hero-link.v2 {
  flex-direction: column;
  justify-content: flex-end;
  width: 45px;
  height: 214px;
  padding-left: 0;
  padding-right: 0;
  bottom: 150px;
  right: 20px;
}

.text-block-4 {
  color: #f0f4b2;
  width: 185px;
  margin-right: -10px;
  font-family: Libre Baskerville, sans-serif;
  position: relative;
  top: -74px;
  transform: rotate(90deg);
}

.text-block-4.taller {
  width: 265px;
  font-size: 10px;
  top: -122px;
}

.text-block-4.taller.biggest {
  width: 345px;
  top: -162px;
}

.image-7 {
  margin-bottom: 55px;
  position: absolute;
}

.tabs-parent {
  width: 100%;
}

.tabs-menu {
  float: right;
  width: 42%;
}

.tabs {
  color: #43f5f26b;
  background-color: #0000;
  width: 100%;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5em;
}

.tabs.w--current {
  color: #43f5f2;
  background-color: #fff0;
}

.paragraph-2 {
  transform-origin: 50% 0;
  color: #fff;
  max-width: 60%;
  font-family: Libre Baskerville, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.status-block {
  background-color: #43f5f2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  display: flex;
  position: relative;
}

.activity-icon {
  float: left;
  opacity: .42;
  width: 25px;
  height: 32px;
  margin-right: 10px;
  position: relative;
  top: 11px;
  transform: rotate(52deg);
}

.activity-icon.full {
  opacity: 1;
}

.activity-icon.full.flexed {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: none;
}

.activity-icon.full.v3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 32px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: 0;
  transform: scale(1.5);
}

.activity-icon.no-rotation {
  color: #fff;
  text-align: center;
  height: 22px;
  transform: none;
}

.activity-icon.flexed {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.activity-icon.flexed.no-rotation {
  height: 27px;
  top: 9px;
}

.dot {
  background-color: #fff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.dot._2 {
  top: 18px;
  right: -5px;
  overflow: auto;
}

.dot._3 {
  background-color: #fff;
  top: 14px;
  left: -4px;
  right: 0;
}

.small-line {
  color: #fff;
  background-color: #fff;
  border-radius: 1px;
  width: 15px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.small-line.v2 {
  transform: rotate(45deg);
}

.small-line.v3 {
  transform: rotate(90deg);
}

.small-line.v4 {
  transform: rotate(135deg);
}

.small-line.white {
  background-color: #fff;
  border-radius: 100%;
}

.triangle {
  color: #fff;
  background-color: #0000;
  border-bottom: 10px solid #43f5f2;
  border-left: 6px solid #fff0;
  border-right: 6px solid #fff0;
  border-radius: 0%;
  width: 5px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.triangle.v2 {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 6px;
}

.triangle.white {
  border-bottom-color: #fff;
}

.circle {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.circle.white {
  border-width: 3px;
  border-color: #fff;
  width: 20px;
  height: 20px;
}

.half-circle {
  background-color: #fff;
  border: 1px #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 15px;
  height: 7px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.half-circle.rotated {
  background-color: #fff;
  border-width: 1px;
  border-color: #fff;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  transform: rotate(180deg);
}

.half-circle.rotated.v2 {
  bottom: -1px;
}

.half-circle.rotated.v3 {
  bottom: 7px;
}

.half-circle.white {
  background-color: #fff;
}

.tab-text {
  color: #fff;
  font-family: Libre Baskerville, sans-serif;
}

.fishing-v2 {
  float: left;
  opacity: .42;
  width: 25px;
  height: 32px;
  margin-right: 10px;
  position: relative;
  top: 11px;
  transform: rotate(52deg);
}

.fishing-v2.no-rotation {
  text-align: center;
  height: 22px;
  transform: none;
}

.fishing-v2.flexed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fishing-v2.flexed.no-rotation {
  height: 27px;
  top: 9px;
}

.fishing-v2.flexed.no-rotation.fishing {
  opacity: 1;
  width: 27px;
  margin-right: 0;
  position: absolute;
  top: 27.5px;
  left: 30px;
}

.kayaking {
  float: left;
  opacity: .42;
  width: 25px;
  height: 32px;
  margin-right: 10px;
  position: relative;
  top: 11px;
  transform: rotate(52deg);
}

.kayaking.no-rotation {
  text-align: center;
  height: 22px;
  transform: none;
}

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

.kayaking.flexed.no-rotation {
  opacity: 1;
  height: 27px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 24px;
  left: 31px;
}

.background-image {
  z-index: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.bg-image {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-image.v2 {
  width: 100%;
  inset: 0 0 auto;
}

.row-2 {
  text-align: center;
}

.judge-heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Suisseintlmono, sans-serif;
  font-weight: 400;
}

.background-video {
  color: #fff;
  background-image: url('../images/yumm.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 50vh;
}

.mega-heading {
  color: #fff3;
  text-transform: uppercase;
  font-family: Libre Baskerville, sans-serif;
  font-size: 11vw;
  line-height: 1em;
}

.text-span-2 {
  color: #fff0;
  background-image: url('../images/logo-invision2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  display: inline;
}

.absolute-mobile-hero-bg-image {
  display: none;
}

.large-heading {
  font-family: Libre Baskerville, sans-serif;
  font-size: 5vw;
  line-height: 1.2em;
}

.flex-footer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.left-side {
  display: flex;
}

.left-side-link {
  z-index: 30;
  position: absolute;
  bottom: 150px;
  right: 20px;
}

.left-side-link.hero-link.v2 {
  flex-direction: column;
  justify-content: flex-end;
  width: 45px;
  height: 214px;
  padding-left: 0;
  padding-right: 0;
  bottom: 0;
  left: 20px;
  right: auto;
}

.left-side-link.hero-link.v2.top {
  top: -140px;
  bottom: auto;
  left: 20px;
}

.image-9 {
  width: 420px;
  max-width: none;
}

.loading-section {
  z-index: 45;
  transform-origin: 50% 0;
  color: #f0f4b2;
  background-color: #81d8d0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-family: Libre Baskerville, sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.text-span-3 {
  color: #43f5f2;
}

.heading-3 {
  font-size: 3vw;
  line-height: 1.3em;
}

.curved-top {
  border-top: 50px solid #1e1121;
  border-bottom: 1px #000;
  border-top-left-radius: 40%;
  border-top-right-radius: 40%;
  width: 140%;
  height: 25vw;
  position: absolute;
  bottom: -20vw;
  left: -20%;
  right: 0;
}

.heading-4 {
  font-family: Libre Baskerville, sans-serif;
  line-height: 1.3em;
}

.heading-5 {
  font-size: 36px;
}

.curved-item {
  border-top: 3vw solid #1e1021;
  border-top-left-radius: 65%;
  width: 50%;
  height: 13vw;
  position: absolute;
  bottom: -9vw;
  left: 0;
}

.curved-item.right {
  border-top-left-radius: 0%;
  border-top-right-radius: 65%;
  bottom: -9vw;
  left: auto;
  right: 0;
}

.left-side-curve {
  border-bottom: 4.65vw solid #0000;
  border-left: 9vw solid #1e1021;
  width: 100px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.right-side-curve {
  border-bottom: 4.65vw solid #0000;
  border-right: 9vw solid #1e1021;
  position: absolute;
  top: 0;
  right: 0;
}

.hold-logo {
  text-align: center;
  max-width: 45%;
  margin-top: -8vw;
  padding: 20px 0;
}

.heading-6 {
  font-family: Libre Baskerville, sans-serif;
  font-size: 25px;
}

.yeww {
  float: right;
  color: #291c2c;
  font-size: 11vw;
  font-weight: 600;
  line-height: 1.5em;
  position: absolute;
  bottom: 15%;
  right: 0;
}

.flex-row {
  justify-content: center;
  align-items: flex-start;
  margin-left: 40px;
  display: flex;
}

.hold-headings {
  width: 47%;
}

.treasure-huntingz {
  float: left;
  opacity: .42;
  width: 25px;
  height: 32px;
  margin-right: 10px;
  position: relative;
  top: 11px;
  transform: rotate(52deg);
}

.treasure-huntingz.flexed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.treasure-huntingz.flexed.treasure-hunting {
  margin-right: 0;
  position: absolute;
  top: 28px;
  left: 31px;
}

.mountain-climbing {
  float: left;
  opacity: .42;
  width: 25px;
  height: 32px;
  margin-right: 10px;
  position: relative;
  top: 11px;
  transform: rotate(52deg);
}

.mountain-climbing.no-rotation {
  text-align: center;
  height: 22px;
  transform: none;
}

.mountain-climbing.no-rotation.triangular {
  opacity: 1;
  position: absolute;
  top: 33px;
  transform: scale(0);
}

.modal__parent {
  z-index: 999999;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.modal__bg {
  cursor: pointer;
  background-color: #1c2e46a6;
  width: 100%;
  height: 100%;
  position: absolute;
}

.modal__container {
  color: #1c2e46;
  background-color: #fff;
  border-radius: 15px;
  width: 99%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.modal__heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3em;
}

.close-button {
  text-align: center;
  cursor: pointer;
  width: 45px;
  height: 45px;
  font-size: 45px;
  line-height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
}

.social-link {
  color: #455afb;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  padding: 15px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
}

.social-link.no-shadow {
  z-index: 27;
  box-shadow: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
}

.small-link {
  color: #1e1021;
  text-decoration: underline;
}

.text-block-4-copy {
  color: #f0f4b2;
  width: 185px;
  margin-bottom: -20px;
  margin-right: -10px;
  font-family: Libre Baskerville, sans-serif;
  position: relative;
  top: -74px;
  transform: rotate(90deg);
}

.text-block-4-copy.taller {
  width: 265px;
  font-size: 10px;
  top: -122px;
}

.text-block-4-copy.taller.biggest {
  width: 345px;
  top: -162px;
}

.body {
  background-color: #81d8d0;
}

.paragraph-4 {
  color: #0b5884;
}

.rowe {
  justify-content: center;
  align-items: flex-start;
  margin-top: 171px;
  display: flex;
}

.rowe.flexed {
  justify-content: center;
  align-items: center;
}

.row-2-copy {
  text-align: center;
  margin-top: 80px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f0f4b2;
  border-radius: 8px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 12px 25px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #0b5884;
}

.button-primary:active {
  background-color: #43464d;
}

.text-block-5 {
  color: #0b5884;
}

.chefs {
  mix-blend-mode: overlay;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.chefs.v2 {
  width: 100%;
  inset: 0 0 auto;
}

.bold-text {
  color: #fff;
  text-align: left;
  font-weight: 600;
  text-decoration: none;
}

.heading-7, .heading-8, .bold-text-2, .heading-9 {
  font-family: Libre Baskerville, sans-serif;
}

.paragraph-5, .paragraph-6 {
  color: #0b5884;
  font-family: Libre Baskerville, sans-serif;
}

.column-7 {
  background-color: #0b5884;
  border-radius: 8px;
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .container.less-top {
    padding-top: 100px;
  }

  .container.less-top.not-relative {
    padding-bottom: 300px;
  }

  .hero-section {
    min-height: auto;
  }

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

  .hero-heading.hidden {
    font-size: 3.5vw;
  }

  .text-block {
    font-size: 32px;
  }

  .text-block-2 {
    font-size: 1.35vw;
  }

  .text-block-3 {
    text-align: center;
    left: 0%;
    right: -1px;
  }

  .text-block-3.absolute {
    text-align: center;
  }

  .hero-link {
    font-size: 1.5vw;
    bottom: 40px;
  }

  .heading-2 {
    font-size: 23px;
  }

  .centered-hero-text {
    font-size: 13px;
  }

  .div-block-3 {
    width: 84%;
    font-size: 18px;
  }

  .div-block-4 {
    width: 144px;
  }

  .tabs-menu {
    width: 42%;
  }

  .tabs {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-2 {
    max-width: 90%;
  }

  .tab-text {
    font-size: 3vw;
  }

  .background-image.large {
    width: 160%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: 0%;
  }

  .bg-image.v2 {
    width: 125%;
    max-width: none;
    top: 0;
    left: auto;
    right: 0;
  }

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

  .image-9 {
    width: 110%;
  }

  .hold-logo {
    width: 310px;
    max-width: 400px;
    margin-top: -3vw;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    font-size: 2vw;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .chefs.v2 {
    width: 125%;
    max-width: none;
    top: 0;
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .bottom-image-section {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .row {
    flex-flow: wrap;
  }

  .div-block {
    display: flex;
  }

  .text-block-2 {
    font-size: 2.25vw;
  }

  .button {
    margin-top: 10px;
  }

  .text-block-3 {
    left: 0;
  }

  .div-block-3 {
    width: 54%;
  }

  .div-block-4.shortened {
    margin-bottom: 0;
  }

  .tabs-menu {
    float: none;
    width: 100%;
  }

  .tabs {
    width: 50%;
  }

  .background-image.large {
    width: 300%;
    left: -95%;
  }

  .bg-image.v2 {
    width: 195%;
  }

  .flex-footer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .image-8 {
    margin-top: 25px;
  }

  .image-9 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-3 {
    font-size: 10vw;
  }

  .hold-logo {
    width: 100%;
    max-width: 340px;
    padding-left: 5%;
    position: absolute;
    top: 10%;
    right: 0;
  }

  .yeww {
    font-size: 21vw;
    bottom: -1%;
  }

  .flex-row {
    flex-direction: column;
  }

  .hold-headings {
    width: 100%;
  }

  .rowe {
    flex-flow: wrap;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .chefs.v2 {
    width: 195%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 6.25vw;
  }

  .container {
    padding-top: 85px;
    padding-bottom: 50px;
  }

  .container.less-top {
    padding-top: 70px;
    padding-bottom: 216px;
  }

  .container.less-top.not-relative {
    padding-top: 20px;
    padding-bottom: 40vw;
    position: relative;
  }

  .container.less-padding {
    margin-top: 0;
  }

  .container.footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .hero-section {
    align-items: flex-start;
    min-height: 100vh;
    overflow: hidden;
  }

  .bottom-image-section {
    z-index: 1;
    background-image: none;
    bottom: 0%;
    left: 0;
    right: 0;
  }

  .campfire-image {
    padding-top: 169px;
    padding-left: 0;
    padding-right: 538px;
  }

  .section {
    overflow: hidden;
  }

  .section.overflow-visible {
    overflow: visible;
  }

  .image-3 {
    z-index: 1;
  }

  .image-3.v2 {
    opacity: .2;
    margin-top: 15px;
  }

  .heading {
    font-size: 10.25vw;
  }

  .heading.larger {
    font-size: 7vw;
  }

  .heading.happening {
    font-size: 11vw;
  }

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

  .image-5 {
    margin-top: 15px;
  }

  .hero-heading.hidden {
    display: none;
  }

  .text-block {
    font-size: 13vw;
  }

  .text-block-2 {
    margin-left: 3%;
    font-size: 4vw;
  }

  .button {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .text-block-3.absolute {
    left: 12px;
  }

  .text-block-3.absolute.v2 {
    left: 0;
  }

  .absolute-block {
    display: none;
  }

  .hero-link {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 12px;
    bottom: 30px;
  }

  .image-6 {
    width: 20px;
  }

  .epic-image {
    display: none;
  }

  .heading-2 {
    text-align: left;
    margin-top: 0;
    font-size: 8vw;
  }

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

  .div-block-4.shortened.full.margined {
    margin-left: 0;
  }

  .right-side-link.hero-link.v2 {
    bottom: 0;
    right: 0;
  }

  .tabs {
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14vw;
    line-height: 1.3em;
  }

  .tab-text {
    font-size: 6vw;
    line-height: 3em;
  }

  .tabs-content {
    clear: left;
  }

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

  .column-2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .background-image, .background-image.large {
    display: none;
  }

  .bg-image.v2 {
    width: 100%;
  }

  .background-video {
    min-height: auto;
  }

  .mega-heading {
    font-size: 10vw;
  }

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

  .absolute-mobile-hero-bg-image {
    min-width: 120%;
    height: 110vh;
    display: block;
    position: absolute;
    top: 0;
    left: -10%;
    right: 0;
  }

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

  .large-heading {
    font-size: 14vw;
  }

  .left-side {
    flex-wrap: wrap;
  }

  .left-side-link.hero-link.v2 {
    bottom: -90px;
  }

  .left-side-link.hero-link.v2.top {
    left: -10px;
  }

  .image-9 {
    width: 100%;
    margin-bottom: 0;
  }

  .paragraph-3 {
    text-align: left;
  }

  .loading-section {
    display: none;
  }

  .column-6 {
    margin-top: -84px;
  }

  .curved-item, .curved-item.right {
    bottom: -20vw;
  }

  .hold-logo {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: 0%;
  }

  .heading-6 {
    text-align: center;
    font-size: 7vw;
  }

  .yeww {
    bottom: 0%;
  }

  .flex-row {
    align-items: center;
  }

  .hold-ticket-link-and-heading {
    margin-top: -10px;
  }

  .modal__container {
    top: 50%;
    left: 0;
    right: 0;
  }

  .social-link.no-shadow {
    margin-top: 0;
  }

  .body {
    background-color: #81d8d0;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .chefs.v2 {
    width: 100%;
  }
}


@font-face {
  font-family: 'Suisseintl book';
  src: url('../fonts/SuisseIntl-Book.woff2') format('woff2'), url('../fonts/SuisseIntl-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Regular.woff2') format('woff2'), url('../fonts/SuisseIntl-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Semibold.woff2') format('woff2'), url('../fonts/SuisseIntl-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Suisseintlmono';
  src: url('../fonts/SuisseIntlMono-Bold.woff2') format('woff2'), url('../fonts/SuisseIntlMono-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Suisseintlmono';
  src: url('../fonts/SuisseIntlMono-Regular.woff2') format('woff2'), url('../fonts/SuisseIntlMono-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}