.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 {
  font-family: 'Sf pro text', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Sf pro display', sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 80px;
  font-weight: 600;
}

h2 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: 'Sf pro display', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Sf pro display', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.01em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

p {
  margin-bottom: 24px;
  font-family: 'Sf pro text', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.01em;
}

a {
  font-family: 'Sf pro text', sans-serif;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: 'Sf pro text', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}
.trigger-type {
  font-family: 'Sf pro text', sans-serif;
  color: #fff;
  margin-top: 13px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.hero-trigger {
  position: fixed;
  top: 0px;
  z-index: 10000;
  width: 100%;
  height: 50px;
  background-color: #F44146;

}


.section-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 680px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-bottom: 72px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 0px 0px;
}

.wrapper-1160 {
  position: relative;
  width: 100%;
  max-width: 1160px;
  min-width: 960px;
}

.wrapper-1160.events-dropdown {
  margin-bottom: 16px;
  padding: 24px;
  -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;
  border-radius: 24px;
  background-color: #0d1e2e;
}

.wrapper-1160.top-margin-120 {
  margin-top: 120px;
}

.hero-nav {

  top: 60px;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  max-width: 1160px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero-content {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btn-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  padding: 12px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #ffdc00;
  box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #000;
  font-size: 20px;
  line-height: 32px;
}



.btn-default:hover {
  background-color: #f44146;
  color: #fff;
}

.btn-default.top-margin-40 {
  margin-top: 40px;
}

.section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 400px;
  padding: 0px 0px;
  -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;
}

.section-content.emphasis {
  background-color: #0d1e2e;
}

.section-content.graph-bg {

  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.grid {
  -ms-grid-columns: 760px auto;
  grid-template-columns: 760px auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-760 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 760px;
  -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;
}

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

.nav-brand {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;

}

.video-wrapper {
  width: 100%;
  min-height: 360px;
  min-width: 687px;
  margin-top: 80px;
  margin-bottom: 120px;
}

.centered {
  text-align: center;
}

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

.grid-4-col.aim {
  margin-top: 80px;
}

.section-footer {
  min-height: 192px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-footer.emphasis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0d1e2e;
}

.body {
  background-color: #09131c;
}

.grid-wrapper {
  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: 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;
  text-align: left;
}

.grid-wrapper.centered {
  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;
}

.emoji-icon {
  margin-bottom: 8px;
}

.body-small-18-32 {
  font-size: 18px;
  line-height: 32px;
  text-align: left;
}

.body-small-18-32.white {
  color: #fff;
}

.body-small-18-32.white-50 {
  opacity: 0.5;
  font-family: 'Sf pro text', sans-serif;
  color: #fff;
  line-height: 32px;
  text-align: left;
}

.yellow {

  color: #ffdc00;

}

.body-small-18-32.black {
  color: #09131c;
}

.body-small-18-32.centered {
  text-align: center;
}

.nav-brand-title {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 16px;
  color: #ffdc00;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 25px;
  text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}

.grid-2-col {
  -ms-grid-columns: 560px auto;
  grid-template-columns: 560px auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-col.bottom-margin-120 {
  margin-bottom: 120px;
}

.for-you-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.events-dropdown {
  width: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.dropdown-icon {
  width: 32px;
  height: 32px;
  color: #fff;
}

.event-number-circle {
  margin-right: 32px;
}

.event-date-and-time-wrapper {
  width: 248px;
  margin-right: 40px;
}

.small-dropdown-list {
  background-color: transparent;
}

.small-dropdown-list.w--open {
  position: relative;
}

.horizontal-filler {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-title {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.dropdown-title.horizontal-fill {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.yellow-spacer {
  margin-top: 40px;
  margin-bottom: 40px;
}

.red-spacer {
  margin-top: 32px;
  margin-bottom: 32px;
}

.grid-2x2 {
  max-width: 1160px;
  grid-column-gap: 40px;
  grid-row-gap: 72px;
  -ms-grid-columns: minmax(560px, 1fr) minmax(560px, 1fr);
  grid-template-columns: minmax(560px, 1fr) minmax(560px, 1fr);
}

.emoji-list-item {
  margin-right: 16px;
}

.rounded-box-wrapper {
  min-height: 336px;
  padding: 32px 96px 32px 32px;
  border-radius: 16px;
  box-shadow: 8px 0 16px 16px rgba(9, 19, 28, 0.05);
}

.rounded-box-wrapper.blue {
  background-color: #1c2c3b;
}

.rounded-box-wrapper.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 48px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dce2ea;
}

.rounded-box-wrapper.yellow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffdc00;
}

.body-20-32 {
  font-size: 20px;
}

.levels-illustration {
  position: absolute;
  left: auto;
  top: -5%;
  right: 0%;
  bottom: -6%;
}

.signage-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.emoji-signage {
  margin-right: 8px;
  margin-left: 8px;
}

.grid-2x0 {
  grid-column-gap: 40px;
  -ms-grid-columns: minmax(660px, 1fr) minmax(460px, 0.5fr);
  grid-template-columns: minmax(660px, 1fr) minmax(460px, 0.5fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2x0.bottom-margin-152 {
  margin-top: 48px;
  margin-bottom: 152px;
}

.grid-2x0.top-bottom-margin-48 {
  margin-top: 48px;
  margin-bottom: 153px;
}

.price-card-title {
  margin-bottom: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.price-card-price {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-small {
  padding: 9px 40px;
  border-radius: 36px;
  background-color: #09131c;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-size: 18px;
  line-height: 24px;
}

.btn-small:hover {
  background-color: #f44146;
}

.price-card-list {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #09131c;
  font-size: 18px;
  line-height: 32px;
}

.price-card-list-item {
  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;
}

.dark-check-icon {
  margin-right: 16px;
}

.horizontal-flex {
  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;
}

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

.max-15-persons-circle {
  margin-left: 56px;
}

.small-dropdown-wrapper {
  width: 100%;
  height: 80px;
  padding: 24px;
  border-radius: 16px;
  background-color: #0d1e2e;
}

.dropdown-list {
  background-color: transparent;
}

.dropdown-list.w--open {
  position: relative;
  padding-left: 374px;
}

.small-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -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;
  border-radius: 16px;
  background-color: #0d1e2e;
  color: #fff;
}

.small-dropdown-toggle.w--open {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.footer-grid {
  grid-column-gap: 40px;
  -ms-grid-columns: 120px 1fr 1.5fr 0.5fr;
  grid-template-columns: 120px 1fr 1.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.small-dropdown-item {
  padding: 24px 24px 1px;
  background-color: #1c2c3b;
}

.small-events-dropdown {
  width: 100%;
  margin-bottom: 15px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.small-events-dropdown.last-item {
  margin-bottom: 0px;
}

.small-events-dropdown.first-item {
  margin-top: 46px;
}

.faq-illustration-imageimage {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.footer-list {
  text-align: left;
}

.footer-list-item {
  margin-bottom: 8px;
}

.footer-list-item.last-item {
  margin-bottom: 0px;
}

.regular {
  font-weight: 400;
}

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

.mobile-title {
  display: none;
}

.testimonial-rounded-box {
  min-height: 336px;
  padding: 32px 96px 32px 32px;
  border-radius: 16px;
  box-shadow: 8px 0 16px 16px rgba(9, 19, 28, 0.05);
}

.testimonial-rounded-box.blue {
  background-color: #1c2c3b;
}

.testimonial-rounded-box.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 48px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dce2ea;
}

.testimonial-rounded-box.yellow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffdc00;
}

.section-testimonial {
  display: none;
}

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

.levels-illustration-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 167px;
  height: 196px;
}

@media screen and (max-width: 991px) {
  .section-hero {
    padding-right: 40px;
    padding-left: 40px;
  }
  .wrapper-1160 {
    min-width: auto;
  }
  .hero-nav {
    width: 90vw;
  }
  .section-content {
    padding-right: 40px;
    padding-left: 40px;
  }
  .section-content.emphasis {
    padding-right: 40px;
    padding-left: 40px;
  }
  .section-content.graph-bg {
    padding-right: 41px;
    padding-left: 41px;
    background-position: 50% 50%;
  }
  .section-footer.emphasis {
    padding-right: 40px;
    padding-left: 40px;
  }
  .grid-2x2 {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .levels-illustration {
    position: relative;
    margin-bottom: 39px;
  }
  .grid-2x0.top-bottom-margin-48 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-family: Sfcompactdisplay, sans-serif;
    font-size: 56px;
    line-height: 64px;
    font-weight: 600;
  }
  h2 {
    font-family: Sfcompactdisplay, sans-serif;
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
  }
  h3 {
    font-family: Sfcompactdisplay, sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    text-align: left;
  }
  h4 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  p {
    font-family: Sfcompacttext, sans-serif;
    font-size: 20px;
  }
  a {
    font-family: Sfcompacttext, sans-serif;
    font-weight: 400;
    text-decoration: none;
  }
  .section-hero {
    min-height: 85vh;
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
  }
  .wrapper-1160 {
    min-width: auto;
  }
  .wrapper-1160.top-margin-120 {
    margin-top: 80px;
  }
  .hero-nav {
    z-index: 10000;
  }
  .btn-default {
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .btn-default.header {
    display: none;
  }
  .section-content {
    padding: 40px 24px;
  }
  .section-content.emphasis {
    padding: 40px 24px;
  }
  .section-content.graph-bg {
    padding: 40px 24px;
    background-position: 50% 44%;
  }
  .wrapper-760 {
    display: block;
  }
  .video-wrapper {
    width: 100%;
    height: auto;
    min-height: auto;
    min-width: auto;
    margin-top: 119px;
    margin-bottom: 120px;
  }
  .grid-4-col.aim {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .section-footer.emphasis {
    padding: 25px 24px;
  }
  .grid-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: Sfcompacttext, sans-serif;
  }
  .grid-wrapper.centered {
    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;
  }
  .grid-wrapper.horizontal-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .emoji-icon {
    width: 48px;
    margin-bottom: 16px;
  }
  .body-small-18-32 {
    font-family: Sfcompacttext, sans-serif;
    line-height: 32px;
    text-align: left;
  }
  .body-small-18-32.white {
    position: relative;
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .body-small-18-32.white-50 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .body-small-18-32.dropdown {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .grid-2-col.bottom-margin-120 {
    margin-bottom: 40px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  .dropdown-toggle {
    -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;
  }
  .dropdown-icon {
    position: absolute;
    left: auto;
    top: 12px;
    right: 0%;
    bottom: auto;
  }
  .dropdown-icon.faq {
    top: 28px;
    right: 16px;
  }
  .event-number-circle {
    margin-bottom: 32px;
  }
  .event-date-and-time-wrapper {
    width: 100%;
  }
  .dropdown-title {
    font-family: 'Sf pro display', sans-serif;
  }
  .dropdown-title.horizontal-fill {
    max-width: 84%;
    margin-top: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Sfcompactdisplay, sans-serif;
    font-weight: 600;
    white-space: normal;
  }
  .yellow-spacer {
    margin-top: 0px;
  }
  .grid-2x2 {
    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;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .emoji-list-item {
    width: 36px;
    height: 36px;
    margin-right: 24px;
  }
  .rounded-box-wrapper.blue {
    display: none;
    padding: 24px;
  }
  .rounded-box-wrapper.grey {
    padding: 32px 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rounded-box-wrapper.yellow {
    padding-right: 16px;
    padding-left: 16px;
  }
  .levels-illustration {
    margin-left: 28%;
  }
  .signage-wrapper {
    display: block;
    -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;
  }
  .emoji-signage {
    display: inline-block;
    padding: 0px 8px 8px;
  }
  .grid-2x0 {
    margin-top: 32px;
    margin-bottom: 32px;
    -ms-grid-columns: 200fr;
    grid-template-columns: 200fr;
  }
  .grid-2x0.bottom-margin-152 {
    margin-bottom: 40px;
    -ms-grid-columns: 0.5fr;
    grid-template-columns: 0.5fr;
  }
  .grid-2x0.top-bottom-margin-48 {
    margin-bottom: 56px;
  }
  .price-card-title {
    text-align: center;
  }
  .price-card-price {
    text-align: center;
  }
  .price-card-list-item {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }
  .dark-check-icon {
    width: 16px;
    margin-right: 8px;
  }
  .horizontal-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .bottom-margin-40 {
    margin-bottom: 24px;
    font-weight: 600;
  }
  .max-15-persons-circle {
    display: block;
    margin-top: 0px;
  }
  .dropdown-list.w--open {
    padding-left: 0px;
  }
  .small-dropdown-toggle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .faq-illustration-imageimage {
    display: none;
  }
  .footer-list-item {
    font-family: Sfcompacttext, sans-serif;
  }
  .header-brandguide-logo {
    height: 100%;
    width: 45%;

  }
  .heading-2 {
    text-align: left;
  }
  .mobile-title {
    display: block;
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .heading-3 {
    display: none;
  }
  .desktop-title {
    display: none;
  }
  .dropdown-date-text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Sfcompactdisplay, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }
  .mobile-testimonial-slider {
    display: block;
    width: 100%;
    min-height: 480px;
    background-color: transparent;
  }
  .slider-left-arrow {
    display: none;
  }
  .right-slider-arrow {
    display: none;
  }
  .slide-nav {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -51px;
  }
  .testimonial-rounded-box {
    height: 100%;
    min-height: 400px;
  }
  .testimonial-rounded-box.blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    padding: 24px;
    -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;
  }
  .testimonial-rounded-box.grey {
    padding: 32px 16px 32px 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .testimonial-rounded-box.yellow {
    padding-right: 16px;
    padding-left: 24px;
  }
  .slide {
    width: 96%;
  }
  .section-testimonial {
    display: block;
    overflow: hidden;
    padding-bottom: 80px;
    padding-left: 24px;
    background-color: #0d1e2e;
  }
  .body-link {
    color: #ffdc00;
    text-decoration: none;
  }
}

#w-node-e633c38dcbda-4c42f652 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-8f9403202f52-4c42f652 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-96906ddb20da-4c42f652 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-350a3893bada-4c42f652 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfcompacttext';
  src: url('../fonts/SFCompactText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro text';
  src: url('../fonts/SF-Pro-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfcompactdisplay';
  src: url('../fonts/SFCompactDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfcompactdisplay';
  src: url('../fonts/SFCompactDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
#map {
  width: 100%;
  height: 600px;
    background-image: url('../images/Hero-Bg-Image.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  #map {
    height: 450px;
  }
}

@media screen and (max-width: 479px) {
  #map {
    height: 300px;
  }
}
.wrapper-1160.yellow-topbottom-margin {
  min-height: 560px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding: 69px;
  border-radius: 16px;
  background-color: #01080E;
}
.wrapper-1160.yellow-topbottom-margin {
  margin-top: 80px;
  padding: 40px;
}
.wrapper-1160.yellow-topbottom-margin {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 24px;
}
