.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: 'Avenir roman', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Avenir, sans-serif;
  font-size: 44px;
  line-height: 52px;
  font-weight: 900;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Avenir, sans-serif;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Avenir, sans-serif;
  color: #1b1717;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 24px;
}

a {
  color: #faaf52;
  text-decoration: underline;
}

.nav-bar-left {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.brand {
  right: -54px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  padding: 19px 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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #faaf52;
}

.nav-info {
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  height: 72px;
  margin: auto;
  padding-top: 2px;
  -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;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.nav-info-heading {
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nav-info-description {
  color: #777;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-menu-left {
  position: absolute;
  left: -196px;
  top: 328px;
  width: 480px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-align: right;
}

.nav-menu-left.hidden {
  display: none;
}

.nav-link {
  position: static;
  width: 100%;
  padding: 12px 14px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: Avenir, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  background-color: #55bbd9;
  opacity: 1;
  color: #fff;
}

.menu-button {
  position: absolute;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  height: 88px;
  padding: 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;
  opacity: 0;
}

.full-screen-menu-button {
  position: absolute;
  top: 215px;
  right: -60px;
  bottom: 0%;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 225px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFD700;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.menu-button-line {
  width: 20px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #000;
}

.menu-button-line.top-line {
  position: relative;
  z-index: 1;
}

.menu-button-line.middle-line {
  position: relative;
  z-index: 1;
}

.menu-button-line.bottom-line {
  position: relative;
  z-index: 1;
}

.menu-close-text {
  position: absolute;
  left: 64px;
  display: none;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.full-screen-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: scroll;
  width: 100%;
  margin-left: 120px;
  padding-right: 176px;
  padding-left: 16.66%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 93.3%, 0.98);
  opacity: 1;
  text-align: left;
}

.full-screen-menu-link {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 14px;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.full-screen-menu-link:hover {
  -webkit-transform: translate(8px, 0px);
  -ms-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
  color: #000;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.page-wrapper.nav-left {
  margin-right: 120px;
  margin-left: 120px;
  background-color: #eee;
}

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.split-image {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-split-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7%;
  padding-left: 7%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.location {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
  padding-right: 40px;
  padding-left: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #777;
  font-size: 12px;
  line-height: 16px;
}

.location.home {
  position: absolute;
  left: 48px;
  bottom: 48px;
  color: #fff;
}

.fa-map {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  font-family: Fontawesome, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1em;
}

.location-text {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.hero-split-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  color: #bbb;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
}

.link-v1 {
  box-shadow: 0 2px 0 0 #ddd;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.link-v1:hover {
  box-shadow: 0 2px 0 0 #000;
}

.gray-text {
  color: #777;
}

.button {
  position: relative;
  overflow: hidden;
  padding: 16px 60px;
  border-radius: 0px;
  background-color: #fcc1af;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: Avenir, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  background-color: #fcc1af;
}

.button.link-button {
  background-color: transparent;
  box-shadow: inset 3px 0 0 0 #faaf52;
  -webkit-transition-duration: 400ms, 400ms;
  transition-duration: 400ms, 400ms;
  color: #000;
}

.button.link-button:hover {
  color: #fff;
}

.button.subscribe-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: auto;
  width: 20%;
  background-image: url('../images/paper-plane-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.button.form-button {
  margin-top: 20px;
}

.button.outline {
  border: 2px solid #fcc1af;
  background-color: transparent;
  color: #1b1717;
}

.button.outline:hover {
  color: #fff;
}

.button.outline.submit-button {
  margin-top: 30px;
  cursor: pointer;
}

.button.gap-left {
  margin-left: 15px;
}

.button.gap-left.pink {
  background-color: #fcc1af;
}

.button.red {
  background-color: #e53b66;
}

.button.red.full-width {
  width: 90%;
}

.button.green {
  background-color: #56b29a;
}

.button.green.full-width {
  width: 90%;
}

.button.event-button {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #e53b66;
  font-size: 14px;
  line-height: 24px;
}

.button.event-button.left-margin {
  margin-left: 10px;
}

.line-button-text {
  position: relative;
  z-index: 1;
}

.color-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #faaf52;
}

.color-hover.left {
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
  width: 3px;
  background-color: #000;
}

.color-hover.left.dark {
  background-color: #26272e;
}

.color-hover.down {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  height: 3px;
}

.scroll-link {
  position: absolute;
  left: 50%;
  bottom: -26px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #e43b66;
  background-color: #1b1717;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll-link.w--current {
  left: 50%;
  bottom: 0px;
  background-color: #ff0040;
}

.fa-long-arrow-down {
  margin-right: 8px;
  font-family: Fontawesome, sans-serif;
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 128px 6%;
  -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;
  background-color: #fff;
}

.section.no-paddings {
  padding: 0px 0%;
}

.section.ticket {
  padding-bottom: 50px;
  background-color: #eee;
}

.section.contact-section {
  background-color: #1b1717;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 23, 23, 0.94)), to(rgba(27, 23, 23, 0.94))), url('../images/bg-curve.svg');
  background-image: linear-gradient(180deg, rgba(27, 23, 23, 0.94), rgba(27, 23, 23, 0.94)), url('../images/bg-curve.svg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.section.info-section {
  padding-top: 96px;
  background-color: #eee;
}

.section.logo-section {
  padding-top: 96px;
  background-color: #56b39a;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.wrapper.side-padding {
  padding-right: 15px;
  padding-left: 15px;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  padding: 16px 15px 0px;
  -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;
}

.about-heading {
  width: 50%;
  margin-top: -8px;
  margin-bottom: 24px;
}

.about-text {
  width: 100%;
  padding-right: 56px;
  color: #777;
  -webkit-column-count: 2;
  column-count: 2;
}

.about-image-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.clients-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  max-width: 400px;
  padding-top: 40px;
  padding-right: 5%;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.clients-logotypes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.client-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin: -1px;
  padding: 56px 32px;
  -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;
  box-shadow: inset 0 0 0 1px #ddd;
}

.client-logo {
  height: 35px;
}

.client-logo.dcist {
  height: 60px;
}

.clients-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 33.33%;
  margin: -1px;
  -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: #fff;
  box-shadow: inset 0 0 0 1px #ddd, inset 0 -4px 0 0 #faaf52;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.clients-link:hover {
  color: #fff;
}

.clients-link-text {
  position: relative;
  z-index: 1;
}

.clients-link-color {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: #faaf52;
  box-shadow: 0 -4px 0 0 #faaf52;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 39px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #eee;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
}

.footer-link {
  margin-right: 8%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 13px;
  text-decoration: none;
}

.footer-link-heading {
  margin-bottom: 16px;
  color: #fff;
}

.footer-bottom {
  width: 100%;
  font-size: 14px;
}

.footer-bottom-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-white {
  color: #fff;
}

.scroll-up-button {
  position: relative;
  left: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 64px;
  height: 64px;
  -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: #26272e;
}

.fa-long-arrow-up {
  position: relative;
  z-index: 1;
  font-family: Fontawesome, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
}

.footer-subscribe {
  width: 33.33%;
  margin-bottom: 0px;
  padding-top: 56px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #26272e;
}

.footer-subscribe-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.input {
  height: 48px;
  margin-bottom: 32px;
  padding: 11px 0px 13px;
  border-style: none none solid;
  border-color: #000 #000 #ddd;
  border-bottom-width: 1px;
  border-radius: 0px;
  -webkit-transition: border 600ms ease;
  transition: border 600ms ease;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.input:hover {
  border-bottom-color: #bbb;
}

.input:focus {
  border-bottom-color: #faaf52;
}

.input.subscribe-input {
  width: 80%;
  margin-right: -2px;
  margin-bottom: 8px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.3);
  background-color: transparent;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  color: #fff;
}

.info-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 89px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonials-v1-heading {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
}

.testimonial {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.testimonial.dark {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#40424b), color-stop(100%, #1c1d24), to(#1c1d24));
  background-image: linear-gradient(180deg, #40424b, #1c1d24 100%, #1c1d24);
  color: #fff;
}

.testimonial.dark.testimonial-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(54, 56, 64, 0.48)), to(rgba(54, 56, 64, 0.48))), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-image: linear-gradient(180deg, rgba(54, 56, 64, 0.48), rgba(54, 56, 64, 0.48)), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.review-v1-content {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.testimonials {
  width: 100%;
  height: auto;
  background-color: transparent;
  text-align: center;
}

.testimonials-arrow {
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-top: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}

.testimonials-arrow.right {
  right: 50px;
}

.testimonials-arrow.left {
  left: 50px;
}

.testimonials-nav {
  display: none;
}

.review-v1-text {
  margin-top: 16px;
  color: #fff;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 400;
}

.review-v1 {
  padding-top: 128px;
  padding-bottom: 128px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
}

.link-v2 {
  display: inline-block;
  box-shadow: 0 2px 0 0 #ddd;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.link-v2:hover {
  box-shadow: 0 2px 0 0 #111;
}

.link-v2.white {
  box-shadow: 0 2px 0 0 hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.hero-section {
  position: relative;
  background-color: #eee;
}

.hero-grid {
  z-index: 3;
  width: 100%;
  min-height: 90vh;
  -ms-grid-columns: 1.25fr;
  grid-template-columns: 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.video-play-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -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;
  border: 4px solid #fff;
  border-radius: 100px;
  text-align: center;
}

.play-button {
  width: 48px;
  margin-left: 10px;
}

.hero-bg-video {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 95vh;
  -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;
}

.hero-content {
  position: relative;
  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: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.white-text {
  color: #fff;
}

.hero-logo-grid {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}

.hero-heading {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 58px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.big-title {
  margin-bottom: -60px;
  margin-left: -45px;
  opacity: 0.16;
  font-size: 156px;
  line-height: 0.9em;
}

.big-title.white {
  color: #fff;
}

.ticket-grid {
  display: none;
  max-width: 1000px;
  margin-bottom: 70px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ticket-grid.middle {
  margin-right: auto;
  margin-left: 0px;
}

.ticket-content {
  margin-left: -30px;
}

.date-button {
  display: inline-block;
  margin-bottom: 20px;
  padding: 6px 10px;
  border-radius: 4px;
  background-color: #fcc1af;
  color: #000;
  font-size: 16px;
  line-height: 1em;
}

.venue-name {
  font-size: 34px;
  font-weight: 400;
}

.venue-place {
  color: #1b1717;
  font-weight: 400;
}

.ticket-content-box {
  padding: 45px 60px;
  background-color: #fff;
}

.section-header {
  margin-bottom: 90px;
  text-align: center;
}

.contact-grid {
  grid-column-gap: 50px;
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq-item {
  position: relative;
  margin-bottom: 12px;
}

.faq-heading {
  margin-bottom: 0px;
  padding-right: 18px;
  color: #1b1717;
}

.faq-heading.h6-small {
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 21px;
  line-height: 1em;
}

.faq-item-inner {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #e9eef1;
  border-radius: 4px;
  background-color: #fff;
  text-align: left;
}

.faq-answer {
  display: none;
  padding: 20px 18px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #1b1717;
}

.faq-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -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: 4px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.faq-icon {
  display: block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hero-form-text {
  margin-bottom: 20px;
}

.style-guide-row {
  display: block;
  width: 100%;
  margin-bottom: 48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-input {
  height: 48px;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(233, 238, 241, 0.36);
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 16px;
  line-height: 24px;
}

.form-input.dark {
  border-color: #000;
}

.form-input.dark::-webkit-input-placeholder {
  color: #000;
}

.form-input.dark:-ms-input-placeholder {
  color: #000;
}

.form-input.dark::-ms-input-placeholder {
  color: #000;
}

.form-input.dark::placeholder {
  color: #000;
}

.button-2 {
  padding: 10px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #005450;
  border-radius: 3px;
  background-color: #005450;
  -webkit-transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  color: #fff;
  text-align: center;
}

.button-2:hover {
  opacity: 0.75;
}

.button-2.button-large {
  padding: 13px 24px;
  font-size: 20px;
  line-height: 30px;
}

.button-2.button-large.full {
  width: 100%;
}

.form-textarea {
  height: 50px;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(233, 238, 241, 0.36);
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 16px;
  line-height: 24px;
}

.right-nav {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  padding-top: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.hero-line-grid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100vh;
  margin-top: 40px;
  margin-left: 8%;
  grid-column-gap: 0px;
  -ms-grid-columns: 0.75fr 0.5fr 1fr;
  grid-template-columns: 0.75fr 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-line-1 {
  background-color: rgba(252, 193, 175, 0.81);
}

.hero-line-2 {
  background-color: rgba(27, 23, 23, 0.66);
}

.hero-bg-1 {
  display: none;
  width: 60%;
  height: 90vh;
  background-color: rgba(252, 193, 175, 0.86);
}

.hero-bg-2 {
  display: none;
  width: 40%;
  height: 90vh;
  background-color: rgba(27, 23, 23, 0.86);
}

.scroll-color {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #e43b66;
}

.scroll-color.left {
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
  width: 3px;
  background-color: #fcc1af;
}

.scroll-color.down {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  height: 3px;
}

.scroll-icon {
  position: relative;
  z-index: 2;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.pg-play-bg-1 {
  position: absolute;
  width: 150px;
  height: 150px;
}

.pg-play-bg-2 {
  position: absolute;
  width: 150px;
  height: 150px;
}

.play-wrap {
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
}

.card {
  position: relative;
  border: 1px solid #e9eef1;
  border-radius: 5px;
  background-color: #fff;
  text-align: left;
}

.card-image-top {
  width: 100%;
}

.card-body {
  padding: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #4f5c65;
}

.card-body.center {
  text-align: center;
}

.event-slide {
  width: 33.33%;
  padding-right: 10px;
  padding-left: 10px;
}

.event-slider {
  height: auto;
  margin-bottom: 70px;
  background-color: transparent;
}

.slide-nav {
  position: relative;
  top: 20px;
  font-size: 13px;
  line-height: 0em;
}

.mask {
  height: 100%;
}

.event-slider-arrow {
  display: none;
}

.section-heading.white {
  color: #fff;
}

.button-copy {
  position: relative;
  overflow: hidden;
  padding: 16px 60px;
  border-radius: 0px;
  background-color: #1b1717;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: Avenir, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button-copy:hover {
  background-color: #fcc1af;
}

.button-copy.link-button {
  background-color: transparent;
  box-shadow: inset 3px 0 0 0 #faaf52;
  -webkit-transition-duration: 400ms, 400ms;
  transition-duration: 400ms, 400ms;
  color: #000;
}

.button-copy.link-button:hover {
  color: #fff;
}

.button-copy.subscribe-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: auto;
  width: 20%;
  background-image: url('../images/paper-plane-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.button-copy.form-button {
  margin-top: 20px;
}

.button-copy.outline {
  border: 2px solid #fcc1af;
  background-color: transparent;
  color: #1b1717;
}

.submit {
  position: relative;
  z-index: 2;
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.59);
  line-height: 0em;
}

.light-text {
  color: hsla(0, 0%, 100%, 0.59);
}

.card-image {
  position: relative;
}

.card-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.menu-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0px;
  height: 0px;
  background-color: #1b1717;
}

.newsletter-text {
  position: absolute;
  right: -25px;
  bottom: 127px;
  width: 140px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fcc1af;
  font-size: 13px;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.subscribe-button {
  position: absolute;
  top: auto;
  right: -20px;
  bottom: 100px;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 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;
  background-color: #fff;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  cursor: pointer;
}

.subscribe-icon {
  position: relative;
  z-index: 2;
  font-family: Fontawesome, sans-serif;
}

.event-link-text {
  position: absolute;
  left: -70px;
  top: 181px;
  width: 210px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #000;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.sub-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0px;
  height: 0px;
  background-color: #1b1717;
}

.subscribe-section {
  position: fixed;
  bottom: 0px;
  z-index: 9;
  display: none;
  width: 100%;
  padding-right: 120px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subscribe-form {
  position: relative;
  z-index: 3;
  max-width: 600px;
  margin: 60px auto;
  -webkit-transform: translate(0px, 360px);
  -ms-transform: translate(0px, 360px);
  transform: translate(0px, 360px);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

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

.subscribe-bg {
  position: absolute;
  z-index: 1;
  width: 0%;
  height: 100%;
  background-color: #fcc1af;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 193, 175, 0.89)), to(rgba(252, 193, 175, 0.89))), url('../images/NewsletterBG.jpg');
  background-image: linear-gradient(180deg, rgba(252, 193, 175, 0.89), rgba(252, 193, 175, 0.89)), url('../images/NewsletterBG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

.cross {
  position: relative;
  z-index: 2;
  display: none;
}

.sub-overlay-click {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0px;
  height: 0px;
  background-color: #1b1717;
}

.menu-text {
  position: absolute;
  right: 48px;
  bottom: -40px;
  width: 68px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #000;
  font-size: 13px;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.subscribe-button-mobile {
  position: absolute;
  top: auto;
  right: -20px;
  bottom: 100px;
  z-index: 10000;
  display: none;
  width: 60px;
  height: 60px;
  padding: 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;
  background-color: #fff;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  cursor: pointer;
}

.faq-header {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #000;
  text-align: center;
}

.faq-header-title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.canender {
  position: absolute;
  left: -15px;
  top: 20px;
  bottom: auto;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 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;
  background-color: #fff;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  cursor: pointer;
}

.calender-icon {
  position: relative;
  z-index: 2;
  font-family: Fontawesome, sans-serif;
}

.calendar-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0px;
  height: 0px;
  background-color: #1b1717;
}

.social-icon {
  position: relative;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 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;
  background-color: #fff;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}

.social-icon.footer-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.social-icons {
  position: absolute;
  left: -15px;
  top: auto;
  right: auto;
  bottom: 77px;
  z-index: 10000;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  cursor: pointer;
}

.social-icons.footer-social {
  position: static;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.social-font {
  position: relative;
  z-index: 2;
  font-family: Fontawesome, sans-serif;
  color: #000;
}

.social-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0px;
  height: 0px;
  background-color: #1b1717;
}

.footer-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.calendar-link {
  color: #000;
}

.press-title-wrap {
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
}

.press-title {
  margin-top: 0px;
}

.white {
  color: #fff;
}

.color-hover-reverse {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #faaf52;
}

.color-hover-reverse.left {
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
  width: 3px;
  background-color: #000;
}

.color-hover-reverse.left.dark {
  background-color: #26272e;
}

.color-hover-reverse.down {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  height: 3px;
}

.testimonial-slide {
  padding: 128px 6%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/testimonial-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/testimonial-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.testimonial-slide._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/testimonial-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/testimonial-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.application-hero {
  min-height: 90vh;
}

.form-block-2 {
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
}

.hero-form-text-2 {
  margin-bottom: 20px;
  color: #353640;
}

.style-guide-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-input-2 {
  height: 48px;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  border: 1px solid #e9eef1;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 16px;
  line-height: 24px;
}

.application-form {
  height: 100%;
}

.powered {
  height: 50px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.powered:hover {
  opacity: 0.69;
}

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

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

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

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

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .nav-bar-left {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    display: block;
    overflow: visible;
    width: 100%;
    height: 70px;
  }
  .brand {
    width: 64px;
    height: 64px;
    padding: 8px;
  }
  .brand.w--current {
    right: 0px;
    height: 70px;
    margin-left: 10px;
    padding: 0px;
  }
  .nav-info {
    left: 0px;
    right: 0px;
    height: 64px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .nav-menu-left {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 199;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .nav-link {
    display: block;
    margin-bottom: -1px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
  }
  .menu-button {
    top: auto;
    right: 0px;
    bottom: auto;
    width: 64px;
    height: 70px;
    padding: 20px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    font-size: 28px;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .full-screen-menu-button {
    top: auto;
    right: 0px;
    bottom: auto;
    display: none;
    width: 64px;
    height: 64px;
    padding: 20px;
  }
  .full-screen-menu {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
  .full-screen-menu-link {
    display: block;
    margin-bottom: -1px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
  }
  .page-wrapper {
    margin-left: 0px;
    padding-top: 64px;
  }
  .page-wrapper.nav-left {
    margin-right: 0px;
    margin-left: 0px;
  }
  .hero-split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .split-image {
    height: 80vh;
    max-height: 80vh;
    min-height: 600px;
  }
  .split-image.hero {
    width: 100%;
  }
  .hero-split-content {
    padding-right: 6%;
    padding-left: 6%;
  }
  .hero-split-intro {
    position: relative;
    z-index: 99;
    padding-top: 60px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .contact {
    position: static;
    margin-top: 48px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .scroll-link {
    left: 50%;
    top: auto;
    right: auto;
    bottom: 0%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .section {
    padding: 80px 3%;
  }
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about-info {
    width: 100%;
    padding-top: 72px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .about-image-wrapper {
    padding-right: 50%;
    padding-left: 8px;
  }
  .clients {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .clients-info {
    width: 25%;
    padding-top: 0px;
  }
  .clients-logotypes {
    padding-top: 40px;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer-content {
    margin-right: 6%;
    margin-left: 6%;
  }
  .scroll-up-button {
    display: none;
  }
  .footer-subscribe {
    width: 100%;
    padding-right: 50%;
    padding-bottom: 56px;
    padding-left: 6%;
  }
  .testimonials-v1-heading {
    display: none;
  }
  .testimonial {
    padding: 80px 3%;
  }
  .review-v1-content {
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .testimonials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -16px;
    padding-bottom: 72px;
    padding-left: 0%;
    text-align: center;
  }
  .testimonials-arrow {
    display: none;
  }
  .testimonials-nav {
    display: block;
    font-size: 9px;
  }
  .review-v1 {
    margin-top: 8px;
    padding-right: 0%;
    padding-bottom: 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;
    background-image: none;
  }
  .link-v2 {
    font-size: 13px;
  }
  .hero-section {
    margin-top: 0px;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-grid {
    top: 0px;
    margin-left: 0%;
    grid-auto-flow: row;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .hero-right {
    height: auto;
  }
  .hero-right.hero {
    width: 100%;
  }
  .hero-bg-video {
    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: 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;
  }
  .hero-content {
    padding-right: 6%;
    padding-left: 6%;
  }
  .hero-heading {
    margin-bottom: 40px;
  }
  .right-nav {
    display: none;
  }
  .hero-bg-1 {
    display: none;
  }
  .hero-bg-2 {
    display: none;
  }
  .event-slide {
    width: 50%;
  }
  .subscribe-button {
    display: none;
    width: 64px;
    height: 64px;
    margin-top: 3px;
    padding: 20px;
  }
  .sub-overlay {
    border-radius: 100px;
  }
  .subscribe-section {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }
  .subscribe-form {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-transform: translate(0px, 360px);
    -ms-transform: translate(0px, 360px);
    transform: translate(0px, 360px);
  }
  .subscribe-bg {
    width: 0%;
  }
  .cross {
    width: 24px;
    max-width: 24px;
  }
  .sub-overlay-click {
    border-radius: 100px;
  }
  .hero-video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
  }
  .subscribe-button-mobile {
    top: auto;
    right: 64px;
    bottom: auto;
    display: block;
    width: 64px;
    height: 64px;
    margin-top: 3px;
    padding: 20px;
    border-radius: 100px;
  }
  .canender {
    top: auto;
    right: 64px;
    bottom: auto;
    width: 64px;
    height: 64px;
    margin-top: 3px;
    padding: 20px;
    border-radius: 100px;
  }
  .calendar-overlay {
    border-radius: 100px;
  }
  .social-icon {
    margin-left: 10px;
  }
  .social-icons {
    display: none;
    width: 64px;
    height: 64px;
    margin-top: 3px;
    padding: 20px;
  }
  .social-icons.footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 0px;
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
  h6 {
    font-size: 14px;
  }
  .nav-bar-left {
    height: 60px;
  }
  .brand {
    width: 56px;
    height: 56px;
  }
  .brand.w--current {
    position: absolute;
    left: 0%;
    top: 7%;
    right: auto;
    bottom: auto;
    width: 120px;
    height: 100px;
  }
  .nav-info {
    display: none;
  }
  .nav-info-heading {
    margin-bottom: 0px;
  }
  .nav-link.w--current {
    color: #fcc1af;
  }
  .menu-button {
    width: 56px;
    height: 60px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .full-screen-menu-button {
    width: 56px;
    height: 56px;
    padding: 16px;
  }
  .page-wrapper {
    padding-top: 56px;
  }
  .split-image {
    height: 600vh;
    min-height: 0px;
  }
  .about-heading {
    width: 75%;
  }
  .about-text {
    padding-right: 0px;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .client-logo-wrapper {
    width: 50%;
  }
  .client-logo {
    height: auto;
  }
  .clients-link {
    width: 50%;
  }
  .footer-links {
    padding-bottom: 64px;
  }
  .footer-bottom {
    padding-right: 0%;
  }
  .footer-bottom-text {
    padding-right: 0%;
  }
  .footer-subscribe {
    padding-right: 25%;
  }
  .info-grid {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .hero-heading {
    font-size: 40px;
  }
  .big-title {
    margin-bottom: -29px;
    margin-left: 0px;
    font-size: 80px;
  }
  .contact-grid {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .faq-heading.h6-small {
    font-size: 18px;
  }
  .style-guide-row {
    margin-bottom: 24px;
  }
  .event-slide {
    width: 100%;
  }
  .subscribe-button {
    margin-top: 8px;
    padding: 16px;
  }
  .cross {
    display: none;
    width: 40px;
  }
  .subscribe-button-mobile {
    width: 45px;
    height: 45px;
    margin-top: 0px;
    padding: 16px;
  }
  .canender {
    width: 45px;
    height: 45px;
    margin-top: 8px;
    padding: 16px;
  }
  .social-icon {
    margin-top: 8px;
    padding: 16px;
  }
  .social-icons {
    margin-top: 8px;
    padding: 16px;
  }
  .style-guide-row-2 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 479px) {
  .split-image {
    height: 480vh;
    min-height: 0px;
  }
  .hero-split-intro {
    padding-top: 48px;
    padding-left: 0px;
  }
  .button.gap-left {
    margin-top: 15px;
    margin-left: 0px;
  }
  .button.red.full-width {
    width: 100%;
  }
  .button.event-button {
    line-height: 18px;
  }
  .section.ticket {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .section.contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.info-section {
    padding-top: 60px;
    padding-bottom: 61px;
  }
  .section.logo-section {
    padding-top: 60px;
    padding-bottom: 61px;
  }
  .wrapper.side-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-heading {
    width: 100%;
  }
  .about-image-wrapper {
    padding-right: 8px;
  }
  .client-logo-wrapper {
    width: 100%;
  }
  .clients-link {
    width: 100%;
    height: 152px;
  }
  .footer-links {
    padding-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-link {
    width: 42%;
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-subscribe {
    padding-right: 6%;
  }
  .testimonial.dark.testimonial-section {
    padding: 25px 10px;
  }
  .review-v1-text {
    line-height: 1.3em;
  }
  .hero-right {
    height: auto;
    padding-bottom: 50px;
  }
  .video-play-wrapper {
    width: 88px;
    height: 88px;
  }
  .hero-bg-video {
    height: auto;
  }
  .hero-logo-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .hero-heading {
    font-size: 32px;
  }
  .section-header {
    margin-bottom: 50px;
  }
  .faq-heading.h6-small {
    font-size: 12px;
  }
  .button-2.button-large {
    font-size: 16px;
    line-height: 24px;
  }
  .event-slide {
    padding-right: 0px;
    padding-left: 0px;
  }
  .social-icon {
    font-size: 20px;
  }
  .footer-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .hero-buttons {
    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;
  }
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Heavy.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir roman';
  src: url('../fonts/Avenir-Roman.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}