@font-face {
	font-family: 'Avenir';
	src: url('/fonts/AvenirLTStd-Book.eot');
	src: url('/fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
		url('/fonts/AvenirLTStd-Book.woff2') format('woff2'),
		url('/fonts/AvenirLTStd-Book.woff') format('woff'),
		url('/fonts/AvenirLTStd-Book.ttf') format('truetype'),
		url('/fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url('/fonts/AvenirLTStd-Medium.eot');
	src: url('/fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),
		url('/fonts/AvenirLTStd-Medium.woff2') format('woff2'),
		url('/fonts/AvenirLTStd-Medium.woff') format('woff'),
		url('/fonts/AvenirLTStd-Medium.ttf') format('truetype'),
		url('/fonts/AvenirLTStd-Medium.svg#AvenirLTStd-Medium') format('svg');
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url('/fonts/AvenirLTStd-Heavy.eot');
	src: url('/fonts/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'),
		url('/fonts/AvenirLTStd-Heavy.woff2') format('woff2'),
		url('/fonts/AvenirLTStd-Heavy.woff') format('woff'),
		url('/fonts/AvenirLTStd-Heavy.ttf') format('truetype'),
		url('/fonts/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy') format('svg');
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Din';
	src: url('/fonts/DIN-Light.eot');
	src: url('/fonts/DIN-Light.eot?#iefix') format('embedded-opentype'),
		url('/fonts/DIN-Light.woff2') format('woff2'),
		url('/fonts/DIN-Light.woff') format('woff'),
		url('/fonts/DIN-Light.ttf') format('truetype'),
		url('/fonts/DIN-Light.svg#DIN-Light') format('svg');
	font-weight: 200;
	font-stretch: condensed;
	font-style: normal;
}

@font-face {
	font-family: 'Din';
	src: url('/fonts/DINCondensed-Bold.eot');
	src: url('/fonts/DINCondensed-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/DINCondensed-Bold.woff2') format('woff2'),
		url('/fonts/DINCondensed-Bold.woff') format('woff'),
		url('/fonts/DINCondensed-Bold.ttf') format('truetype'),
		url('/fonts/DINCondensed-Bold.svg#DINCondensed-Bold') format('svg');
	font-weight: 700;
	font-stretch: condensed;
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

/*html{
  scroll-behavior: smooth;
}*/

body {
	padding: 0;
	margin: 0;
	font-size: 16px;
  line-height: normal;
	color: #FBEACE;
	font-family: "Avenir", sans-serif;
  font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
  background-color: #000;
}

p {
	margin: 0;
}

a,
input,
button,
textarea {
	outline: none !important;
}

h1,
h2,
h3,
h4 {
	margin: 0;
	/* font-weight: 400; */
}

.mobile-only {
	display: none;
}

.first-sec .sec-wrap{
	padding-top: 200px;
}

.pad-horiz {
	padding: 0 40px;
}

.pad-vertical {
	padding: 80px 0;
}

.pad-vertical2{
  padding: 110px 0;
}

.no-pad-bottom {
	padding-bottom: 0 !important;
}

.no-pad-top {
	padding-top: 0 !important;
}

.less-pad-top {
	padding-top: 40px;
}

.maxed-container {
	/* max-width: 1440px; */
}

.centered-container {
	margin: 0 auto;
}

.centered-content {
	text-align: center;
}

header.nblk-header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

header.nblk-header .nblk-logo a{
  max-width: 200px;
  height: auto;
  display: block;
  text-decoration: none;
}

header.nblk-header .nblk-logo a svg{
  width: 100%;
  height: auto;
  display: block;
}

header.nblk-header .header-wrapper{
  padding: 30px 0;
}

.home-hero,
.hero-video{
  position: relative;
}

.hero-video video{
  width: 100%;
  height: 90vh;
  object-fit: cover;
  object-position: center center;
}

.hero-video video.mob{
  display: none;
}

.home-hero .hero-sec-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background: linear-gradient(179.99deg, rgba(0, 0, 0, 0) -60.36%, rgba(0, 0, 0, 0.85) 101.26%);
}

.home-hero .hero-sec-overlay .hero-sec-wrap,
.home-hero .hero-sec-overlay .hero-sec-cont,
.play-badge-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.play-badge-wrap{
  position: absolute;
  bottom: 0;
  right: 0;
}

.play-badge{
  width:120px;
  height:120px;
  position: relative;
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms ease;
}

/* Scale SVG */
.play-badge svg{
  width:120px;
  height:120px;
  display:block;
  z-index: 2;
}

/* Rotate only the text layer */
.play-badge svg.rotating-svg{
  animation: rotateBadge 12s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Rotation animation */
@keyframes rotateBadge{
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.play-badge:hover svg.rotating-svg{
  animation-play-state: paused;
}

.play-badge svg.play-svg{
  transition: all 400ms ease;
}

.play-badge:hover svg.play-svg{
  transform: scale(1.3);
}


.nblk-metrics .nblk-metrics-flex{
  display: flex;
  flex-wrap: wrap;
}

.nblk-metrics .nblk-metrics-flex .nblk-metric{
  width: 25%;
  padding: 0 20px;
  border-right: 1px solid rgba(85, 85, 85, 0.8);
  text-align: center;
}

.nblk-metrics .nblk-metrics-flex .nblk-metric:last-child{
  border: none;
}

.nblk-metrics .nblk-metric .mnumber{
  font-size: 70px;
  line-height: 70px;
  color: #555555;
  font-weight: 700;
  padding: 0 0 20px;
  font-family: "Din", sans-serif;
  font-stretch: condensed;
}

.nblk-metrics .nblk-metric .mlabel{
  font-weight: 300;
}

.nblk-pad-left{
  padding-left: 30%;
}

.nblk-pad-right{
  padding-right: 30%;
}

.nblk-title {
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  color: #555555;
  padding: 0 0 20px;
  font-family: "Din", sans-serif;
  font-stretch: condensed;
}

.nblk-title .nblk-title1 {
  font-weight: 200;
  margin: 0 -2px;
}

.nblk-title .nblk-title2 {
  font-size: 90px;
  line-height: 90px;
  font-weight: 700;
  margin: 0 -4px;
}

.nblk-txt-block p{
  padding: 0 0 15px;
}

.nblk-txt-block p:last-child{
  padding: 0;
}

.ev-intro-flex {
  display: flex;
  gap: 50px;
}

.ev-intro-flex .ev-intro-blk.titles{
  white-space: nowrap;
  flex: 0.4;
}

.ev-intro-flex .ev-intro-blk.txts{
  flex: 0.6;
}

.nblk-sec.home-partners {
  background-color: #FBEACE;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img {
  margin: 0 40px;
  max-width: 200px;
  max-height: 70px;
  display: inline-block;
  vertical-align: middle;
}

.nblk-event .event-img img{
  width: 100%;
  height: auto;
  display: block;
}

.nblk-event .event-desc{
  padding-top: 25px;
}

.nblk-event .event-desc .event-title{
  font-size: 72px;
  line-height: 72px;
  text-transform: uppercase;
  color: #555555;
  font-weight: 700;
  padding: 0 0 15px;
  font-family: "Din", sans-serif;
  font-stretch: condensed;
}

.contact-row .contact-row-flex {
  display: flex;
  width: 100%;
  align-items: center;
  color: rgba(251, 234, 206, 0.9);
}

.contact-row .contact-row-flex .contact-col{
  flex: 1;
}

.contact-row .contact-row-flex .contact-col.left{
  text-align: left;
}

.contact-row .contact-row-flex .contact-col.right{
  text-align: right;
}

.contact-row .contact-row-flex .contact-col .crow-lbl{
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(251, 234, 206, 0.9);
  text-transform: uppercase;
}

.contact-row .contact-row-flex .contact-col .crow-content a{
  color: rgba(251, 234, 206, 0.9);
  text-transform: uppercase;
  text-decoration: none;
  transition: all 300ms ease;
  display: inline-block;
}

.contact-row .contact-row-flex .contact-col .crow-content a:hover{
  color: #555555;
}

.contact-row.contact-email .contact-row-flex .contact-col .crow-content .dbox-cta span.txt,
.contact-row.contact-email .contact-row-flex .contact-col .crow-lbl{
  color: rgba(251, 234, 206, 0.9);
  font-size: 34px;
  line-height: 34px;
}

.contact-row.contact-email .contact-row-flex .contact-col .crow-lbl{
  font-size: 50px;
  line-height: 50px;
}

.contact-row.contact-email .contact-row-flex .contact-col .crow-content .dbox-cta span.txt{
  font-weight: 800;
}

.contact-row.contact-email .contact-row-flex .contact-col .crow-lbl{
  font-family: "Din", sans-serif;
  font-stretch: condensed;
  font-weight: 700;
}

.contact-row.contact-email .contact-row-flex .contact-col .crow-content .dbox-cta span.txt{
  padding: 0 !important;
}

.contact-row .crow-line{
  height: 1px;
  width: 100%;
  background-color: rgba(251, 234, 206, 0.9);
}

.contact-row {
  padding: 25px 0 0;
}

.contact-row .contact-row-wrap {
  padding: 0 0 25px;
}

.footer-logo svg {
  width: 100%;
  height: auto;
  display: block;
}

.contact-row .crow-content .crow-addr,
.contact-row .crow-content .dbox-cta-wrap{
  font-weight: 300;
  letter-spacing: 0.5px;
}

.contact-row .crow-content .crow-addr{
  padding: 0 0 5px;
}

.dbox-sm .dbox-sm-links {
  text-align: right;
  width: 100%;
}

.dbox-sm .dbox-sm-links ul{
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}

.dbox-sm .dbox-sm-links ul li{
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 20px;
}

.dbox-sm .dbox-sm-links ul li a{
  display: block;
  width: 30px;
  height: auto;
  text-decoration: none;
}

.dbox-sm .dbox-sm-links ul li a svg {
  width: 100%;
  height: auto;
  display: block;
}

.dbox-sm .dbox-sm-links ul li a svg path{
  transition: all 300ms ease;
  fill: rgba(251, 234, 206, 0.9);
}

.dbox-sm .dbox-sm-links ul li a:hover svg path{
  fill: #555555;
}

.dbox-sm {
  padding: 25px 0 0;
}

.cr-privacy{
  padding: 50px 0 20px;
}

.cr-privacy .cr-privacy-flex {
  display: flex;
  width: 100%;
  align-items: center;
  text-transform: uppercase;
  opacity: 0.7;
}

.cr-privacy .cr-privacy-flex .cr-privacy-col{
  flex: 1;
}

.cr-privacy .cr-privacy-flex .cr-privacy-col.copyright{
  text-align: left;
  font-size: 14px;
}

.cr-privacy .cr-privacy-flex .cr-privacy-col.footer-links{
  text-align: right;
}

.cr-privacy .cr-privacy-flex .cr-privacy-col.footer-links ul{
  list-style: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.cr-privacy .cr-privacy-flex .cr-privacy-col.footer-links ul li{
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
}

.cr-privacy .cr-privacy-flex .cr-privacy-col.footer-links ul li:first-child{
  padding: 0;
}

.cr-privacy .cr-privacy-flex .cr-privacy-col.footer-links ul li a{
  text-decoration: none;
  color: rgba(251, 234, 206, 0.9);
  font-size: 14px;
  line-height: normal;
  transition: all 300ms ease;
}

.cr-privacy .cr-privacy-flex .cr-privacy-col.footer-links ul li a:hover{
  color: #555555;
}

.nblk-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0;
  left: 0;
  background-color: #000;
}

.nblk-preloader .nblk-preloader-wrap{
  width: 100%;
  height: 100%;
}

.nblk-preloader .nblk-preloader-wrap video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.nblk-preloader .nblk-preloader-wrap video.mob{
  display: none;
}

.nblk-sec.home-about{
  position: relative;
}

.nblk-sec .sec-wrap{
  position: relative;
  z-index: 2;
}

.nblk-sec.home-about::after {
  background-image: url(/images/bg-abt.png);
  background-position: bottom right;
  background-size: auto 90%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  opacity: 0.5;
}

.nblk-event{
  position: relative;
}

.nblk-event .event-wrap{
  position: relative;
  z-index: 2;
}

.nblk-event.evt2:after{
  background-image: url(/images/bg-ev2.png);
  background-position: bottom left;
  background-size: 80% auto;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  opacity: 0.5;
  transform: translateY(-80%);
}

.nblk-event.evt3:after{
  background-image: url(/images/bg-ev3.png);
  background-position: top right;
  background-size: 80% auto;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 60%;
  display: block;
  opacity: 0.5;
}

.nblk-footer{
  position: relative;
}

.nblk-footer:after{
  background-image: url(/images/bg-foot.png);
  background-position: bottom left;
  background-size: auto 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  opacity: 0.5;
}

.nblk-footer .footer-wrapper{
  position: relative;
  z-index: 2;
}

.dbox-cta.sdlnk.contact-mail {
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
}

.events-listing .events-list{
  overflow: hidden;
}

.ev-intro {
  max-width: 1440px;
  margin: 0 auto;
}

.terms-pop{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.2);
  z-index: 50;
  display: none;
}

.terms-pop .terms-pop-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.terms-pop .terms-pop-cont {
  background-color: #000;
  width: 90%;
  height: 90vh;
  position: relative;
  padding: 25px;
}

.close-terms {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.close-terms svg{
  width: 100%;
  height: auto;
  display: block;
}

.close-terms svg path{
  fill: #FBEACE;
}

.terms-content {
  width: 100%;
  height: 100%;
  padding: 20px 0 0;
}

.terms-content .terms-scroll{
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 0 5px 0 0;
}

.terms-content p{
  padding: 0 0 15px;
}

.terms-content p:last-child{
  padding: 0;
}

.terms-content h2{
  font-weight: 800;
  padding: 5px 0;
  font-size: 24px;
}