:root {
  --btn-whitelabel: #ff6f00;
  --btn-hover-whitelabel: #ff880a;
  --bg-event-whitelabel: #121212;
  --bg-footer-whitelabel: #121212;
  --color-text-whitelabel: #D0D0D0;
  --color-title-whitelabel: #fff;
  --color-icon-whitelabel: #fff;
}

body {
  font-family: 'Archivo', sans-serif;
  color: #4a4a4a;
  background-color: #F8F8F8;
}

@media (max-width: 767px) and (min-width: 576px) {
  .container-px {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: none !important;
  }
  .container-px {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1030px;
  }
}

a {
  color: var(--btn-whitelabel);
}

a:hover {
  text-decoration: none;
}

.h1, h1 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

@media (min-width: 992px) {
  .h1, h1 {
    font-size: 48px;
  }
}

.h2, h2 {
  color: #121212;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

@media (min-width: 992px) {
  .h2, h2 {
    font-size: 32px;
  }
}

.h3, h3 {
  color: #4A4A4A;
  font-weight: 900;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.collapsing {
  transition: none;
}

@media (min-width: 576px) {
  .row {
    margin-right: -16px;
    margin-left: -16px;
  }
  .row > .col,
  .row > [class*="col-"] {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (min-width: 576px) {
  .form-row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.btn {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 31px;
  border-radius: 8px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 992px) {
  .btn {
    padding: 12px 16px;
  }
}

.btn:focus, .btn.focus, .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}

.btn.disabled, .btn:disabled {
  cursor: no-drop;
  opacity: 1;
}

.btn-primary {
  background-color: var(--btn-whitelabel);
  border-color: var(--btn-whitelabel);
  color: #fff;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  background-color: var(--btn-hover-whitelabel);
  border-color: var(--btn-hover-whitelabel);
  color: #121212;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #aaa;
}

.btn-secondary {
  background-color: #BCBCBC;
  border-color: #BCBCBC;
  color: #4A4A4A;
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):hover, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #4A4A4A;
  border-color: #4A4A4A;
  color: #fff;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #aaa;
}

.btn-success {
  background-color: #41C03B;
  border-color: #41C03B;
  color: #fff;
}

.btn-success.focus, .btn-success:focus, .btn-success:not(:disabled):not(.disabled):hover, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
  background-color: #35aa2f;
  border-color: #35aa2f;
  color: #fff;
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #aaa;
}

.btn-dark {
  background-color: #121212;
  border-color: #121212;
  color: #fff;
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #7F7F7F;
  color: #393939;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):hover, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: #121212;
  border-color: #121212;
  color: #fff;
}

.btn-outline-secondary {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled):hover, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  border-color: #7F7F7F;
  color: #393939;
  opacity: 0.3;
  background-color: transparent;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #aaa;
}

.btn-toolbar .btn {
  width: 100%;
}

.btn-toolbar .btn + .btn {
  margin-top: 10px;
}

.btn.btn-sm{
  padding: 11px 16px;
  font-size: 16px;
}

.btn.btn-md{
  padding: 14px 16px;
}

@media (min-width: 768px) {
  .btn-toolbar .btn {
    width: auto;
  }
  .btn-toolbar .btn + .btn {
    margin-left: 15px;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .btn {
    padding: 12px 42px;
  }
  .btn-lg {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 9px;
    padding-top: 9px;
  }
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  background-color: #fff;
  color: #7F7F7F;
  height: 56px;
  border-radius: 8px;
  padding: 9px 22px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2; 
  letter-spacing: -0.5px;
  outline: none;
  box-shadow: none;
  width: 100%;
}

@media (min-width: 992px) {
  .form-control {
    border: none;
    height: 46px;
  }
}

.form-control:focus {
  border-color: var(--btn-whitelabel);
  box-shadow: none;
}

.form-control-sm {
  height: 44px;
  padding-bottom: 6px;
  padding-top: 6px;
}

.form-check {
  font-size: 14px;
  line-height: 20px;
}

.form-check-input {
  margin-top: 0;
}

.form-newsletter {
  width: 100%;
}

@media (min-width: 992px) {
  .form-newsletter {
    padding: 8px 16px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    transition: border 0.15s ease-in-out;
  }
}

.form-newsletter .h2 {
  margin-bottom: 23px;
}

.form-newsletter .btn {
  width: 100%;
}

.form-newsletter .btn-primary.focus, .form-newsletter .btn-primary:focus, .form-newsletter .btn-primary:not(:disabled):not(.disabled):hover, .form-newsletter .btn-primary:not(:disabled):not(.disabled):active, .form-newsletter .btn-primary:not(:disabled):not(.disabled).active {
  background-color: #121212; 
  border-color: #121212;
  color: #fff;
}

.form-newsletter .form-body .form-subtitle{
  margin-bottom: 48px;
  color: #7F7F7F;
}

@media (min-width: 992px) {
  .form-newsletter .form-group {
    margin-bottom: 0;
    width: 83%;
  }

  .form-newsletter:has(.form-group .form-control:focus) {
    border: 1px solid var(--btn-whitelabel);
}
}
@media (min-width: 992px) {
  .form-newsletter .btn {
    width: auto;
  }
}

.form-cart {
  border: 1px solid #E1E1E1;
  border-radius: 0 0 5px 5px;
  border-top: none;
  margin-bottom: 9px;
}

.form-cart-footer {
  padding: 24px 30px;
}

.form-sign .btn {
  margin-bottom: 11px;
  margin-top: 18px;
}

.form-sign-link {
  color: #9B9B9B;
  font-size: 14px;
  line-height: 1.4286;
  margin-bottom: 0;
  text-align: center;
}

.card-sign-footer {
  margin-top: -31px;
  padding: 26px 15px;
  background-color: #f9f9f9;
  border: 1px solid #eaeaea;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 16px;
  color: #484747;
}

.card-sign-footer p:last-child {
  margin-bottom: 0;
}

[type="radio"],
[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  height: 20px;
  margin-left: -30px;
  outline: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 20px;
}

[type="radio"]:checked,
[type="checkbox"]:checked {
  background: #FF6F00 url(../images/sprite-20220506.svg#g-check) no-repeat center;
  background-size: 12px 10px;
  border-color: #FF6F00;
}

[type="radio"]:checked:focus,
[type="checkbox"]:checked:focus {
  box-shadow: 0 0 0 1px #FF6F00, 0 0 0 4px #ffe1cb;
}

.form-check {
  padding-left: 30px;
}

.card {
  border-color: #eaeaea;
}

.card-header {
  background-color: #4A4A4A;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  padding: 12px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.card-header > div + div {
  margin-top: 12px;
}

.card-body {
  padding: 55px 40px 35px;
}

.card-cart {
  border: none;
  border-bottom: 1px solid #EAEAEA;
}

.card-cart .card-header {
  fill: #9B9B9B;
}

.card-cart .card-header > div {
  display: flex;
  justify-content: space-between;
}

.card-cart .card-header .icon {
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.card-sign {
  color: #9B9B9B;
  font-size: 14px;
  line-height: 1.4286;
  margin-bottom: 30px;
  border-radius: 0;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.card-sign .card-body {
  padding: 40px 40px 20px;
}

.sign-page {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
}

.tooltip {
  font-size: 11px;
}

.tooltip-inner {
  background-color: #fff;
  color: #4a4a4a;
  padding: 3px 8px;
}

.tooltip.show {
  opacity: 1;
}

.bs-tooltip-top .tooltip-inner {
  box-shadow: 0 2px 4px 0 rgba(49, 73, 96, 0.2);
}

.bs-tooltip-top .arrow:before {
  border-width: 5px 5px 0;
  border-top-color: #fff;
}

.bs-tooltip-top .arrow:after {
  border: 6px solid transparent;
  border-bottom: none;
  border-top-color: rgba(49, 73, 96, 0.2);
  content: "";
  transform: translateX(-1px);
  position: absolute;
  z-index: -1;
}

.bs-tooltip-right .tooltip-inner {
  box-shadow: -2px 0 4px 0 rgba(49, 73, 96, 0.2);
}

.bs-tooltip-right .arrow:before {
  border-width: 5px 5px 5px 0;
  border-right-color: #fff;
}

.bs-tooltip-right .arrow:after {
  border: 6px solid transparent;
  border-left: none;
  border-right-color: rgba(49, 73, 96, 0.2);
  content: "";
  transform: translateY(-1px);
  position: absolute;
  z-index: -1;
}

.bs-tooltip-bottom .tooltip-inner {
  box-shadow: 0 -2px 4px 0 rgba(49, 73, 96, 0.2);
}

.bs-tooltip-bottom .arrow:before {
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}

.bs-tooltip-bottom .arrow:after {
  border: 6px solid transparent;
  border-top: none;
  border-bottom-color: rgba(49, 73, 96, 0.2);
  content: "";
  transform: translateX(-1px);
  position: absolute;
  z-index: -1;
}

.bs-tooltip-left .tooltip-inner {
  box-shadow: 2px 0 4px 0 rgba(49, 73, 96, 0.2);
}

.bs-tooltip-left .arrow:before {
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
}

.bs-tooltip-left .arrow:after {
  border: 6px solid transparent;
  border-right: none;
  border-left-color: rgba(49, 73, 96, 0.2);
  content: "";
  transform: translateY(-1px);
  position: absolute;
  z-index: -1;
}

.header{
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.10);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

@media (min-width: 992px) {

  .header{
    position: absolute;
    top: 0;
  }
  
  .header.reducing{
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
  }

  .header.reduced{
    transform: translateY(0);
    left: 0;
    width: 100%;
    position: fixed;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.10);
  }

  .header.reduced .header-brand-logo-img{
    height: 56px;
  }

  .header.reduced #navbar{
    height: auto;
  }

  .header.reduced .container{
    max-width: 1440px;
    padding: 0 40px;
  }

  .header.reduced .header-user-menu{
    display: block !important;
    box-shadow: none;
    padding: 0;
  }

  .header.reduced #navbar{
    justify-content: center !important;
  }

  .header.reduced .header-user{
    display: none !important;
  }
}

.header-user{
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.10);
}

.header-user-menu .nav-link{
  padding-right: 0;
}

.header-user-menu .nav-link:hover{
  color: var(--btn-whitelabel);
}

.home-heading {
  margin-bottom: -59px;
  padding-bottom: 80px; 
  padding-top: 32px;
  position: relative;
  min-height: 215px;
  margin-top: 90px;
}

@media (min-width: 992px) {
  .home-heading {
    margin-top: 168px;
    height: 500px;
  }

  .header-user .nav-link{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding: 12px 0;
    width: fit-content;
    color: #121212;
    transition: color 0.15s ease-in-out;
  }

  .header-user .nav-link:hover{
    color: var(--btn-whitelabel);
  }

  .header-user .nav-item{
    display: flex;
    justify-content: flex-end;
  }
}


.home-heading::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -31px;
  width: 100%;
  height: 52px;
  border-radius: 20px 20px 0 0;
  background-color: #F8F8F8;
}

@media (min-width: 992px) {

  .home-heading {
    padding-bottom: 352px;
    margin-bottom: -318px;
  }

  .home-heading::before{ 
    bottom: -1px;
    border-radius: 40px 40px 0 0;
  }
}

.home-heading .h1{
  color: var(--color-title-whitelabel);
  margin: 0;
}

.home-heading .event-featured-image-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 215px;
  z-index: -1;
  object-fit: cover;
}

.bg-overlay {
  background: linear-gradient(180deg, #121212 -0.4%, rgba(18, 18, 18, 0.00) 41.4%);
  background-color: rgba(18, 18, 18, 0.20);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page-heading {
  padding-top: 24px;
  text-align: center;
}

@media (min-width: 992px) {
  .page-heading {
    padding-top: 32px;
  }
}

.page-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #121212;
}

@media (min-width: 992px) {
  .page-title {
    font-size: 32px;
  }
}

.page-description{
  color: #121212;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2; 
  margin: 0;
  letter-spacing: -0.5px;
}

.page-content {
  flex-grow: 1;
  margin-bottom: 85px;
}

.page-content .h3 {
  margin-bottom: 20px;
}

.event-item {
  border-radius: 5px;
  display: block;
  flex: 1 0 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.events-list{
  margin-bottom: 64px;
}

.events-list .h2 {
  margin-bottom: 87px;
  padding-top: 16px;
  color: #121212;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2; 
  letter-spacing: -0.5px;
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.10);
}

@media (min-width: 992px) {
  .events-list .h2 {
    font-size: 32px;
    margin-top: 0;
    padding-top: 0;
    box-shadow: none;
    margin-bottom: 32px;
  }
}

.event-card-group{
  display: flex;
  flex-direction: column;
  gap: 79px;
  margin-top: 87px;
  margin-bottom: 24px;
}

.event-card{
  align-items: center;
  display: flex;
  position: relative;
  flex-direction: column;
  filter: drop-shadow(0px 4px 8px rgba(147, 147, 147, 0.10));
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #DCDCDC;
  transition: border-color 0.35s ease-in-out;
}

.event-card:hover{
  border-color: #121212
}

.event-card:hover .event-card-image > img{
  transition: transform 0.35s ease-in-out;
}
.event-card:hover .event-card-image > img{
  transform: scale(1.1);
}

.event-featured-image .btn-share{
  right: 33px;
  position: absolute;
  top: 50px;
  background-color: rgba(18, 18, 18, 0.7);
  padding: 15px;
  border-radius: 50%;
  border: none;
  outline: none;
  display: flex;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}

.event-featured:hover .btn-share{
  opacity: 1;
}

.event-card:hover .btn-share{
  opacity: 1;
}

.event-card-image{
  margin-top: -55px;
  overflow: hidden;
  border-radius: 8px;
  min-width: 200px;
  position: relative;
}

.event-card-image.card-image-sm{
  min-width: 144px;
}

@media (min-width: 992px){
  .event-card-image.card-image-sm img{
    width: 144px;
    height: 144px;
  }
}

.event-card-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1212121A;
  pointer-events: none;
  border-radius: 8px;
}

.event-card-image .btn-share{
  right: 14px;
  position: absolute;
  top: 20px;
  background-color: rgba(18, 18, 18, 0.7);
  padding: 12px;
  border-radius: 50%;
  border: none;
  display: flex;
  opacity: 0;
  outline: none;
  transition: opacity 0.35s ease-in-out;
}

@media (min-width: 992px) {

  .event-card{
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
  }

  .event-card-image{
    margin-top: 0;
  }
}

.event-card-image > img{
  object-fit: cover;
  border-radius: 8px;
}

.event-card-box{
  width: 100%;
  padding: 16px 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.event-card-box .icon-arrow{
  transform: rotate(-90deg);
  width: 0;
}

@media (min-width: 992px) {
  .event-card-box .btn{
    width: fit-content;
  }
  .event-card-box .btn{
    gap: 0;
    transition: width 0.15s ease-in-out;
  }
  
  .event-card-box .btn .icon-arrow{
    transition: margin-right 0.15s ease-in-out, width 0.15s ease-in-out;
  }
  
  .event-card-box .btn:hover .icon-arrow{
    margin-right: 10px;
    width: 10px;
  }
}

.event-card-box .badge{
  border-color: #121212;
  width: 63px;
  height: 62px;
}

.event-card-body{
  width: 100%;
}

.event-card-title-group{
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  align-items: flex-start;
}

@media (min-width: 992px){
  .event-card-title-group{
    margin-bottom: 8px;
    flex-direction: row;
    align-items: center;
  }
}

.event-card-title{
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: -0.5px;
  color: #000000 !important;
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .event-card-box{
    padding: 0;
  }
  .event-card-title{
    font-size: 22px !important;
  }
}

.event-card-footer{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

@media (min-width: 992px) {
  .event-card-footer{
    margin-top: 32px;
  }
}

.event-card-info-group{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media (min-width: 992px) {
  .event-card-info-group{
    gap: 8px;
  }
}

.event-card-info{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2 !important;
  letter-spacing: -0.5px;
  color: #393939;
  display: inline-flex;
  gap: 8px;
}

.event-card-info .event-card-info{
  margin-top: 4px !important; 
}
@media (min-width: 992px) {
  .event-card{
    padding: 16px 50px 16px 16px;
  }
  .event-card-group{
    gap: 20px;
    margin-top: 32px;
    margin-bottom: 40px;
  }
}

.event-card-badge{
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4; 
  letter-spacing: -0.15px;
  color: #715800;
  padding: 4px 8px;
  background-color: #FFF2C6;
  border-radius: 34px;
  display: flex;
  gap: 4px;
  align-items: center;
  white-space: nowrap;
}

.event-card-empty{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.event-card-empty-text{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.3px;
  color: #7F7F7F;
  text-align: center;
}

.event-card-empty .btn{
  width: 100%;
}

@media (min-width: 992px) {
  .event-card-empty{
    gap: 12px;
    flex-direction: row;
  }

  .event-card-empty-text{
    font-size: 12px;
    text-align: left;
  }

  .event-card-empty .btn{
    width: auto;
  }
}

.events-list .row > .col,
.events-list .row > [class*="col-"] {
  display: flex;
}

.event > article {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.event > article .event-details {
  flex-grow: 1;
}

.event-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--color-text-whitelabel);
  width: 100%;
  margin-bottom: 24px;
}

.event-meta-item{
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25);
  padding: 4px 0 8px;
}

.event-meta-item .icon{
  color: var(--color-text-whitelabel);
}

@media (min-width: 992px) {
  .event-meta-item .icon {
    width: 20px;
    height: 20px;
  }
}

.event-meta-info {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

@media (min-width: 992px) {
  .event-meta {
    padding-bottom: 10px;
  }

  .event-meta-info {
    font-size: 18px;
  }
}

.event-countdown {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.event-countdown-title{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: var(--color-text-whitelabel);
  margin-bottom: 8px;
}

.event-img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

.event-img > img {
  width: 100%;
  height: auto;
}

.event-title {
  color: var(--color-title-whitelabel);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: -0.5px;
}

.event-date {
  color: #4A4A4A;
  flex: 0 0 50px;
  font-size: 24px;
  font-weight: 500;
  height: 50px;
  line-height: 1.265;
  margin-right: 20px;
  text-align: center;
  width: 50px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
}

.event-date-title {
  background-color: #FF6F00;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.event-details {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  padding: 32px 20px;
  background-color: var(--bg-event-whitelabel);
  border-radius: 20px;
  width: 100%;
  flex-direction: column;
}

.event-infos {
  align-items: center;
  background-color: #F9F9F9;
  border: 1px solid #E3E3E3;
  color: #7F7F7F;
  display: flex;
  font-size: 14px;
  height: 41px;
  line-height: 1.1;
  padding-left: 20px;
  padding-right: 20px;
}

.event-infos-item {
  padding-left: 16px;
  position: relative;
}

.event-infos-item + .event-infos-item {
  margin-left: 17px;
}

.event-infos .icon {
  fill: #FF6F00;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
}

.event-featured {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  border-radius: 40px;
  gap: 8px;
  align-items: center;
}

@media (min-width: 992px) {
  .event-featured {
    background-color: var(--bg-event-whitelabel);
    flex-direction: row;
    padding: 40px;
    justify-content: space-between;
    gap: 64px;
  }
}

.event-featured-link{
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .event-featured-link{
    margin: 0 -40px;
  }
}

.event-featured .event-title {
  margin-bottom: 16px;
}

.event-featured .event-featured-image {
  position: relative;
}


.event-featured-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1212121A;
  pointer-events: none;
  border-radius: 8px;
}

.badge {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid #F5F5F5;
  background: #FFF;
  color: #121212;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.badge .small{
  font-size: 14px;
}

@media (min-width: 992px) {
  .badge {
    font-size: 24px;
    padding: 8px 16px;
  }
}

@media (min-width: 992px) {

  .event-details .event-countdown-timer .badge{
    font-size: 20px;
    width: 81px;
  }
}

.event-featured .badge.badge-fixed {
  position: absolute;
  top: 22px;
  left: 23px;
  z-index: 1;
}

@media (min-width: 992px) {
  .event-featured .badge.badge-fixed {
    top: 37px;
    left: 33px;
  }
}

.event-countdown {
  margin-bottom: 65px;
}

.event-countdown-timer {
  display: flex;
  gap: 8px;
}

.event-featured .event-details .btn {
  width: 100%;
}

@media (min-width: 992px) {
  .event-item article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .event-featured .event-title {
    font-size: 28px;
  }
  .event-featured .event-details {
    padding: 0;
  }
}

.event-featured-image img {
  width: 100%;
  height: 335px;
  border-radius: 20px;
  transition: transform 0.35s ease-in-out;
  object-fit: cover;
}

@media (min-width: 992px) {
  .event-featured:hover .event-featured-image img {
    transform: scale(1.1);
  }
}

@media (min-width: 992px) {
  .event-featured-image {
    border-radius: 20px;
    height: 400px;
    min-width: 400px;
    overflow: hidden;
  }

  .event-featured-image img {
    width: 400px;
    height: 400px;
  }

  .home-heading .event-featured-image-bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
  }
}

.event-heading {
  background-color: #F9F9F9;
  margin-bottom: -94px;
  padding-bottom: 136px;
  padding-top: 34px;
}

.event-heading .event-title {
  font-size: 26px;
  line-height: 1.3461;
  margin-bottom: 9px;
}

.event-heading .event-infos {
  background-color: transparent;
  border: none;
  font-size: 16px;
  height: auto;
  padding: 0;
}

.event-heading .event-infos-item {
  padding-left: 24px;
}

.event-heading .event-infos-item + .event-infos-item {
  margin-left: 30px;
}

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

.event-content .h3 {
  margin-bottom: 20px;
}

.event-content .event-img {
  height: 157px;
}

.event-body {
  margin-bottom: 30px;
  margin-top: 30px;
}

.event-body h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1111;
  margin-bottom: 18px;
}

.event-body p, .event-body ul, .event-body ol {
  margin-bottom: 24px;
}

.event-body a {
  color: #FF6F00;
}

.event-body .card-cart {
  margin-bottom: 30px;
}

.event-footer {
  background-color: #F9F9F9;
  border: 1px solid #DBDBDB;
  padding: 30px 20px;
}

.event-footer .btn-toolbar {
  margin-top: 15px;
}

.event-author {
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 11px;
}

.event-author-img {
  border-radius: 50%;
  height: 60px;
  margin-right: 20px;
  overflow: hidden;
  width: 60px;
}

.event-author-img > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.event-author-name {
  color: #4A4A4A;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1111;
  margin-bottom: 5px;
}

.event-author-info {
  font-size: 14px;
  line-height: 1.4286;
}

.event-author + p:last-child {
  margin-bottom: 0;
}

.event-map {
  margin-top: 40px;
}

.event-marker {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='55' viewBox='0 0 40 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 20.1727C0 9.04961 8.97328 0 20 0C31.0267 0 39.9995 9.04906 40 20.1727C40 34.5567 22.886 53.2631 22.1565 54.0507C21.5981 54.6563 20.8173 55 20 55C19.1805 55 18.3997 54.6557 17.843 54.0507C17.1134 53.2626 0 34.5567 0 20.1727ZM20 11.5724C15.6401 11.5724 12.1058 15.1386 12.1058 19.5375C12.1058 23.9347 15.6407 27.4997 20 27.5003C24.3604 27.5003 27.8942 23.9352 27.8942 19.5375C27.8942 15.1375 24.3599 11.5724 20 11.5724Z' fill='%23FF6F00'/%3E%3C/svg%3E%0A");
  height: 25px;
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.event-social {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 13px 20px;
}

.event-social ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.event-social li {
  display: inline-block;
  vertical-align: middle;
}

.event-social li + li {
  margin-left: 6px;
}

.event-social .icon-twitter {
  fill: #1DADEB;
}

.event-social .icon-facebook {
  fill: #425EAC;
}

.event-social .icon-google-plus {
  fill: #DD4B38;
}

.event:hover .event-date {
  color: #4A4A4A;
}

.event:hover .event-details .badge {
  color: #000;
}

@media (max-width: 991px) {
  .event-heading .container, .event-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .event-heading .event-infos {
    display: block;
  }
  .event-heading .event-infos-item + .event-infos-item {
    margin-left: 0;
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .event-body {
    border: 2px solid #efefef;
    margin-bottom: 0;
    margin-top: 0;
    padding: 30px 20px;
  }
  .event-body .card-cart {
    margin-bottom: 0;
  }
  .event-footer {
    border-top: none;
    padding: 40px;
  }
  .event-content .event-img {
    height: 420px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #eee;
    box-shadow: 0 20px 30px rgba(82,82,82,.1);
  }
}

@media (min-width: 992px) {
  .event-infos-item {
    padding-left: 20px;
  }
  .event-body {
    padding: 55px 21px 44px 41px;
  }
  .event-body .card-cart {
    margin-left: auto;
    max-width: 320px;
  }
}

.promotional-code {
  background-color: #F9F9F9;
  border-bottom: 1px solid #E3E3E3;
  display: block;
  padding: 17px 20px;
  text-align: center;
}

.promotional-code-toggler {
  background-color: transparent;
  border: none;
  color: #FF6F00;
  padding: 0;
}

.promotional-code-toggler:focus {
  outline: none;
}

.ticket {
  align-items: flex-start;
  border-bottom: 1px solid #E1E1E1;
  display: flex;
  font-size: 14px;
  line-height: 1.4286;
  padding: 11px 20px;
}

.ticket-info {
  flex-grow: 1;
}

.ticket-qty {
  align-items: center;
  display: flex;
  flex: 0 0 80px;
  padding-top: 7px;
}

.ticket-qty-info {
  text-align: right;
}

.ticket-qty-btn {
  background-color: #EBEBEB;
  border: none;
  border-radius: 50%;
  color: #7F7F7F;
  font-size: 20px;
  height: 26px;
  line-height: 1;
  padding: 2px;
  width: 26px;
}

.ticket-qty-btn:hover {
  background-color: #FF6F00;
  color: #fff;
}

.ticket-qty-btn:active {
  background-color: #e66400;
}

.ticket-qty-btn:focus {
  outline: none;
}

.ticket-qty > input {
  background-color: transparent;
  border: none;
  color: #7F7F7F;
  display: inline-block;
  font-size: 16px;
  outline: none;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 28px;
}

.ticket-title {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 2px;
}

.ticket-payment {
  color: #FF6F00;
  font-weight: 700;
}

.ticket-time {
  color: #9B9B9B;
}

.tickets-list {
  box-shadow: 0px 1px 4px rgba(82, 82, 82, 0.1);
  position: relative;
}

.navbar {
  padding: 10px 0 !important;
}

.navbar-brand {
  padding: 0;
}

body:has(.navbar-collapse.show) {
  overflow: hidden;
}

.navbar-collapse{
  margin: 0 -20px;
  border-top: 1px solid #eaeaea;
}

@media (min-width: 992px) {
  .navbar-collapse{
    margin: 0;
    border: none;
  }
  
}
.navbar-collapse.show{
  height: 100vh;
  overflow-y: scroll;
}

.navbar-toggler  {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    padding-bottom: 16px;
    outline: none !important;
}
.navbar-toggler > span {
    border-radius: 4px;
    border-top: 3px solid #121212;
    display: block;
    height: 3px;
    width: 23px;
}
.navbar-toggler > span::before {
    background-color: #121212;
    border-radius: 4px;
    content: "";
    display: block;
    height: 3px;
    margin-top: 5px;
    position: relative;
    -webkit-transition: -webkit-transform ease 0.15s;
    transition: -webkit-transform ease 0.15s;
    -o-transition: transform ease 0.15s;
    transition: transform ease 0.15s;
    transition: transform ease 0.15s, -webkit-transform ease 0.15s;
    width: 23px;
}
.navbar-toggler > span::after {
    background-color: #121212;
    border-radius: 4px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    margin-left: auto;
    margin-top: 5px;
    position: relative;
    -webkit-transition: -webkit-transform ease 0.15s;
    transition: -webkit-transform ease 0.15s;
    -o-transition: transform ease 0.15s;
    transition: transform ease 0.15s;
    transition: transform ease 0.15s, -webkit-transform ease 0.15s;
    width: 23px;
}
.navbar-toggler[aria-expanded=true] > span {
    border-color: transparent;
    min-width: 23px;
    -webkit-transition: top ease 0.15s, opacity ease 0.15s, -webkit-transform ease 0.15s;
    transition: top ease 0.15s, opacity ease 0.15s, -webkit-transform ease 0.15s;
    -o-transition: top ease 0.15s, opacity ease 0.15s, transform ease 0.15s;
    transition: top ease 0.15s, opacity ease 0.15s, transform ease 0.15s;
    transition: top ease 0.15s, opacity ease 0.15s, transform ease 0.15s, -webkit-transform ease 0.15s;
}
.navbar-toggler[aria-expanded=true] > span::before {
    background-color: #121212;
    margin-top: 4px;
    -webkit-transform: rotate(132deg);
        -ms-transform: rotate(132deg);
            transform: rotate(132deg);
    width: 23px;
}
.navbar-toggler[aria-expanded=true] > span::after {
    background-color: #121212;
    margin-top: 4px;
    top: -6px;
    -webkit-transform: rotate(-132deg);
        -ms-transform: rotate(-132deg);
            transform: rotate(-132deg);
    width: 23px;
}

#navbar .nav-link {
  padding: 16px;
  color: #121212;
  line-height: 1.2;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.5px;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
  display: inline-flex;
  align-items: center;
  width: 100%;
  gap: 8px;
}

@media (min-width: 992px) {
  #navbar .nav-link .icon{
    width: 16px;
    height: 16px;
  }
}

.nav-link.dropdown-toggle{
  margin-left: auto;
  border: none;
  outline: none;
  padding: 9px 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-link.dropdown-toggle[aria-expanded=true] .icon{
  transform: rotate(180deg);
}

.nav-link.dropdown-toggle .icon{
  color: #121212;
  transition: transform 0.15s ease-in-out; 
}

@media (min-width: 992px) {
  .nav-link .dropdown-user-name{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: #121212
  }
}

#navbar .nav-link.dropdown-toggle:hover{
  background-color: inherit;
  color: inherit;
}

.dropdown-menu{
  padding: 0;
  border: none;
  box-shadow: 0px 4px 20px 0px rgba(57, 57, 57, 0.20);
  border-radius: 8px;
  overflow: hidden;
}

.dropdown-menu .dropdown-item{
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.10);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px;
  letter-spacing: -0.5px;
  color: #121212;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

@media (min-width: 992px) {
  .dropdown-menu .dropdown-item{
    font-weight: 700;
    letter-spacing: -0.08px;
    font-size: 16px;
  }
  .dropdown-menu .dropdown-item .icon{
    width: 16px;
    height: 16px;
  }
}

.dropdown-menu .dropdown-item:hover{
  color: #fff;
  background-color: var(--btn-whitelabel);
}

.nav-link.dropdown-toggle::after{
  display: none;
}

.nav-link .icon-user{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.5px;
  background-color: #121212;
  padding: 9px 5px;
  border-radius: 100%;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
}

@media (min-width: 992px) {
  .nav-link .icon-user{
    padding: 7px 5px;
    width: 30px;
    height: 30px;
  }
}

#navbar .nav-item.active .nav-link {
  background-color: var(--btn-whitelabel);
  color: #fff;
}

@media (min-width: 992px){
  #navbar .nav-link {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    transition: color 0.15s ease-in-out;
  }
  
  #navbar .nav-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--btn-whitelabel);
    border-radius: 40px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
  }
  
  #navbar .nav-link:hover:before, #navbar .nav-link:focus:before, #navbar .nav-link:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  
  #navbar .nav-link:hover, #navbar .nav-link:active, #navbar .nav-link:focus{
    color: #fff;
  }
}

#navbar .btn {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.5px;
  min-width: auto;
  padding: 14px 24px;
  border-radius: 40px;
  background-color: #121212;
  color: #F5F5F5;
  margin-top: 24px;
}

#navbar .navbar-nav{
  margin: 24px 20px 0 20px;
}

@media (min-width: 992px) {
  #navbar {
    align-items: center;
    display: flex;
    height: 100px;
  }

  #navbar .navbar-nav{
    background-color: #EDEDED;
    border-radius: 100px;
    padding: 8px;
    gap: 8px;
    margin: 0;
  }

  #navbar .nav-link {
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 40px;
  }
}

.footer {
  background-color: var(--bg-footer-whitelabel);
  color: #9B9B9B;
  font-size: 14px;
  line-height: 1.4286;
  padding-bottom: 24px;
  padding-top: 50px;
  text-align: center;
  border-radius: 20px 20px 0 0;
}

.footer-nav{
  margin: 24px 0 30px;
}

.footer-nav .navbar-nav{
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
}

.footer-nav .navbar-nav .nav-item-box{
  display: flex;
  gap: 13px;
}

.footer-nav .navbar-nav .nav-item-box .nav-item:first-child{
  width: 171px;
}

@media (min-width: 992px) {
  .footer-nav .navbar-nav .nav-item-box .nav-item:first-child{
    width: auto;
  }
}

.footer-nav .nav-link{
  padding: 6px 12px;
  border-radius: 20px;
  background-color: #2F2F2F;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2; 
  letter-spacing: -0.5px;
  display: flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.footer-nav .nav-link:hover{
  background-color: var(--btn-whitelabel);
  color: #fff;
}

@media (min-width: 992px) {
  .footer {
    border-radius: 40px 40px 0 0;
  }

  .footer-nav .nav-link{
    padding: 8px 16px;
  }

  .footer-nav .navbar-nav{
    justify-content: flex-start;
    gap: 10px;
    flex-direction: row;
  }
}

.footer-socials{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  padding-top: 32px;
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.10);
}

.footer-newsletter {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 24px;
  text-align: left;
  gap: 16px;
}

.footer-newsletter .icon {
  color: var(--color-icon-whitelabel);
}

.footer-newsletter-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: var(--color-title-whitelabel);
  margin: 8px 0;
}

.footer-newsletter-subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: var(--color-text-whitelabel);
  margin: 0;
}

@media (min-width: 992px) {
  .footer-newsletter-title {
    font-size: 32px;
  }
}

.footer .copyright {
  color: #7F7F7F;
  padding-top: 24px;
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.10);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

@media (min-width: 992px) {
  .footer .copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 22px;
    padding-top: 16px;
  }

  .footer-socials{
    flex-direction: row;
  }
}

.footer .copyright p{
  margin-bottom: 16px;
  opacity: 0.9;
}

.footer .copyright a{
  color: #7F7F7F;
}

.footer-social {
  display: block;
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
}

.footer-social li {
  display: inline-block;
  vertical-align: middle;
}

.footer-social li + li {
  margin-left: 8px;
}

.footer-social .icon {
  color: var(--color-icon-whitelabel);
  transition: color ease-in-out 0.15s;
}

.footer-logos {
  align-items: center;
  display: flex;
  justify-content: center;
}

.footer-logos > a {
  color: #fff;
  display: block;
  position: relative;
}

.footer-logos > a + a {
  margin-left: 75px;
}

.footer-logos span {
  margin-right: 8px;
}

.footer-logos img {
  width: 105px;
}

@media (min-width: 992px) {
  .footer {
    padding-bottom: 16px;
    text-align: left;
  }
  .footer-social, .footer-logos {
    margin-bottom: 0;
  }
  .footer .copyright p{
    margin-bottom: 0;
  }
}

.form-response {
  text-align: center;
}

.form-response .icon-wrapper {
  align-items: center;
  background-color: #41C03B;
  border-radius: 50%;
  display: flex;
  height: 86px;
  justify-content: center;
  margin: 0 auto 24px;
  width: 86px;
}

.form-response .icon {
  fill: #fff;
}

.promotional-code-form .form-group {
  margin: 10px 0 0;
  position: relative;
}

.promotional-code-form .btn {
  min-width: auto;
  padding-left: 19px;
  padding-right: 19px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.promotional-code-form .form-control:disabled {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  height: auto;
}

.promotional-code-form .btn-danger {
  background-color: transparent;
  border-color: transparent;
  color: #E62E2E;
  display: none;
  font-weight: normal;
  padding: 0 5px;
}

.promotional-code-form .form-control:disabled + .btn-primary {
  display: none;
}

.promotional-code-form .form-control:disabled ~ .btn-danger {
  display: block;
}

.promotional-code-response {
  color: #9B9B9B;
  font-size: 14px;
  line-height: 1.42857;
}

.close {
  color: #CFCFCF;
  font-weight: normal;
  opacity: 1;
  text-shadow: none;
}

.modal-alert .modal-content {
  border-color: transparent;
  border-radius: 10px;
  color: #9B9B9B;
  font-size: 18px;
  line-height: 1.44445;
}

.modal-alert .close {
  position: absolute;
  right: 20px;
  top: 12px;
  z-index: 1;
}

.modal-alert .modal-body {
  padding: 70px 60px;
}

.modal-alert .modal-title {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.15384;
  margin-bottom: 12px;
}

.modal-alert .icon-wrapper {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 86px;
  justify-content: center;
  line-height: 86px;
  margin: 0 auto 20px;
  width: 86px;
}

.modal-alert .icon {
  fill: currentColor;
}

.modal-alert .icon-warning {
  background-color: #FFA200;
  color: #fff;
}

@media (min-width: 576px) {
  .modal-alert .modal-dialog {
    max-width: 480px;
  }
}

.modal-confirm .modal-title {
  font-weight: 600;
}

.modal-confirm .modal-body {
  font-size: 18px;
  text-align: center;
}

.modal-confirm .modal-footer {
  border-top: none;
  justify-content: center;
  padding-top: 0;
}

.events-heading {
  margin-top: 90px;
  margin-bottom: 0;
  padding-bottom: 32px;
  text-align: left;
}

@media (min-width: 992px) {
  .events-heading {
    margin-top: 168px;
  }
}

.page-main{
  position: relative;
  display: flex;
}

.events-content {
  margin-bottom: 0;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 64px;
}

@media (min-width: 992px) {
  .events-content {
    flex-direction: row;
    margin-bottom: 0;
  }
}

.events-content .events-list {
  margin-bottom: 0;
  margin-top: 55px;
  width: 100%;
}

.page-main #event-map {
  height: 600px;
  margin-bottom: 0;
  border-radius: 8px;
  border: 1px solid #DCDCDC;
}

@media (min-width: 992px) {
  .events-content .events-list {
    margin-bottom: 100px;
    margin-top: 0;
  }
  
  .page-main .events-list .event-card{
    min-width: 660px;
  }

  .page-main #event-map {
    height: 603px;
    width: 540px;
    border-radius: 8px 0px 0px 0px;
  }
}

.map-container{
  position: sticky;
  top: 76px;
}

.map-container .btn{
  position: absolute;
  z-index: 10;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
} 

.btn-map{
  position: fixed;
  z-index: 10;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .btn-map{
    bottom: 20px;
  }
}

.not-found-content {
  padding-top: 37px
}

.not-found-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #484848;
  margin-bottom: 16px;
  margin-top: 0
}

.not-found-description {
  font-size: 16px;
  line-height: 1.5;
  color: #999;
  margin-bottom: 40px
}

.not-found-subtitle {
  font-size: 18px;
  line-height: 150%;
  color: #484848;
  margin-bottom: 8px;
  margin-top: 0
}

.not-found-links {
  list-style: none;
  padding: 0
}

.not-found-links li {
  margin-bottom: 4px
}

.not-found-links a {
  font-size: 18px;
  line-height: 150%;
  color: #ff6f00
}

.not-found-image {
  height: 348px;
  background-size: 607px;
  width: 399px;
  overflow: hidden;
  background-image: url(../images/not-found.gif);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}

.not-found-image:before {
  font-size: 67px;
  content: '404';
  display: block;
  text-align: center;
  color: #484848
}

@media screen and (min-width: 992px) {
  .not-found-content {
    padding-top: 168px;
    padding-bottom: 230px
  }

  .not-found-title {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -.4px
  }

  .not-found-description {
    font-size: 18px
  }

  .not-found-subtitle {
    font-size: 20px
  }

  .not-found-image {
    margin-right: 0;
    position: relative;
    bottom: 9px;
    height: 357px;
    background-size: 710px
  }

  .not-found-image:before {
    font-size: 74px;
    bottom: 15px;
    position: relative
  }
}

@media screen and (min-width: 1200px) {
  .not-found-content .container {
    max-width: 858px
  }
}

.header-brand-logo-img{
  height: 70px;
}

@media screen and (min-width: 992px) {
  .header-brand-logo-img{
    height: 66px;
  }
}

.carousel-event-card {
  height: 100%;
  display: block;
  background: #fff;
  overflow: hidden;
  -webkit-transition: ease-in-out 0.26s;
  -o-transition: ease-in-out 0.26s;
  transition: ease-in-out 0.26s;
}

.carousel-event-card-image > img {
  width: 167px;
}

.organizer {
  margin: 64px 0;
  text-align: center;
  color: #484848;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .organizer {
      font-size: 18px;
      text-align: inherit;
      margin-top: 96px;
  }
}
.organizer-header {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .organizer-header {
      margin-bottom: 48px;
  }
}
.organizer-header .section-title {
  margin-bottom: 0;
  text-align: left;
}
.organizer .slick-dots {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .organizer .slick-dots {
      margin-top: 40px;
      margin-bottom: 40px;
  }
}
.organizer-carousel:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (min-width: 1200px) {
  .organizer-carousel:not(.slick-initialized) {
      overflow: hidden;
  }
}
.organizer-carousel:not(.slick-initialized) .event-card {
  width: 247px;
  margin-right: 16px;
}
@media (min-width: 992px) {
  .organizer-carousel:not(.slick-initialized) .event-card {
      margin-right: 30px;
      width: 252px;
  }
}
@media (max-width: 575px) {
  .organizer-carousel .slick-list {
      width: 80%;
      overflow: visible;
  }
  .organizer-carousel .slick-list {
      margin: 0 -8px;
  }
  .organizer-carousel .slick-slide {
      margin: 0 8px;
  }
}
@media (min-width: 576px) {
  .organizer-carousel .slick-list {
      margin: 0 -20px;
  }
  .organizer-carousel .slick-slide {
      margin: 0 15px;
  }
}
@media (min-width: 992px) {
  .organizer-carousel .slick-arrow {
      position: absolute;
      right: 0;
      top: -80px;
  }
  .organizer-carousel .slick-arrow.slick-prev {
      right: 40px;
      left: auto;
  }
}
.organizer .btn {
  margin-top: 24px;
}
@media (max-width: 575px) {
  .organizer .btn {
      width: 100%;
  }
}
@media (min-width: 992px) {
  .organizer .btn {
      display: block;
      margin-left: auto;
      margin-right: auto;
  }
}

.slick-arrow-custom .slick-arrow {
    border: 0;
    background-color: transparent;
    outline: none;
    font-size: 0;
    line-height: 0;
    width: 30px;
    height: 18px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.slick-arrow-custom .slick-arrow.slick-disabled {
    opacity: 0.2;
    background-size: 24px 14px;
}
.slick-arrow-custom .slick-prev {
    background-image: url(../images/sprite-20220507.svg#g-arrow);
}
.slick-arrow-custom .slick-prev.slick-disabled {
    background-image: url(../images/sprite-20220507.svg#g-arrow-left-grey);
}
.slick-arrow-custom .slick-next {
    background-image: url(../images/sprite-20220507.svg#g-long-arrow-right-orange);
}
.slick-arrow-custom .slick-next.slick-disabled {
    background-image: url(../images/sprite-20220507.svg#g-arrow-right-grey);
}

.event-countdown-timer span[data-after]:after {
	content: attr(data-after);
  font-size: 14px;
}

.modal-share .modal-header{
  flex-direction: column-reverse;
  align-items: center;
  border: none;
  padding-top: 60px;
}

.modal-share .close{
  color: #121212;
  position: absolute;
  right: 22px;
  top: 22px;
  outline: none;
}

.modal-share .close svg{
  width: 16px;
  height: 16px;
}

.modal-share .modal-title{
  color: #121212;
}

@media (min-width: 992px) {
  .modal-share .modal-title{
    font-size: 24px;
  }
}

.modal-share .modal-content {
	background-color: #ffffff;
  border-radius: 8px;
}
.modal-share .modal-body .form-group {
	margin-top: 16px;
  position: relative;
}

.modal-share .modal-body{
  width: 100%;
  max-width: 440px;
  margin: auto;
  padding: 8px 24px 60px;
}
@media (min-width: 992px) {
	.modal-share .modal-body .form-group {
		margin-top: 24px;
	}
}
.modal-share .modal-body .form-control {
	position: relative;
	color: #363636;
	padding-top: 23px;
	cursor: pointer;
  background-color: #fff;
  border: 1px solid #DBDBDB;
  font-size: 14px;
}
@media (min-width: 992px) {
	.modal-share .modal-body .form-control {
		background-image: url(../images/sprite-20220507.svg#g-copy-link);
		background-repeat: no-repeat;
		background-size: 18px 18px;
		background-position: right 12px top 50%;
		padding-right: 40px;
    height: 48px;
	}
}
.modal-share .modal-body .form-control ~ label {
	position: absolute;
	top: 4px;
	left: 20px;
	font-size: 12px;
	color: #919191;
}
.modal-share .modal-body .modal-btn-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.modal-share .modal-body .modal-btn-share .btn {
	width: 100%;
}
@media (min-width: 992px) {
	.modal-share .modal-body .modal-btn-share {
		display: none;
	}
}
.modal-share .modal-body .share-links-item {
	margin-left: 20px;
  color: #121212
}
.modal-share
	.modal-body
	.share-links-item
	+ .modal-share
	.modal-body
	.share-links-item {
	margin-left: 20px;
}
@media (min-width: 992px) {
	.modal-share
		.modal-body
		.share-links-item
		+ .modal-share
		.modal-body
		.share-links-item {
		margin-left: 24px;
	}
}

.page-contact{
 margin-top: 90px;
 padding: 32px 0 64px;
}

@media (min-width: 992px) {
  .page-contact{
    margin-top: 169px;
    padding: 80px 0 100px;
  }
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 30px;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.contact-method a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  gap: 8px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-decoration: none;
  transition: color 0.35s;
  color: #393939;
}

.contact-method a:hover{
  color: #ff6f00;
}

.contact-title{
  color: #121212;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.contact-subtitle{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #121212;
}
@media (min-width: 992px) {
  .contact-title{
    font-size: 48px;
  }
}

/* Form */
.contact-form {
  background: #fff;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0px 4px 8px 0px rgba(147, 147, 147, 0.10);
}

.contact-form-title{
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.contact-form-box{
  margin-top: 32px;
}
@media (min-width: 992px) {
  .contact-form-title{
    font-size: 32px;
  }
}

.contact-form-box .form-control{
  height: 48px;
  border: 2px solid #EDEDED;
  box-shadow: 0px 0px 0px 0px #D9E2EC inset, 0px 1px 2px 0px rgba(16, 42, 67, 0.16) inset;
  font-size: 14px;
  color: #7f7f7f;
  transition: border-color 0.35s;
  padding: 9px 20px;
}

.contact-form-box textarea{
  display: block;
  width: 100%;
  height: 48px;
  border: 2px solid #EDEDED;
  box-shadow: 0px 0px 0px 0px #D9E2EC inset, 0px 1px 2px 0px rgba(16, 42, 67, 0.16) inset;
  font-size: 14px;
  color: #7f7f7f;
  outline: none;
  transition: border-color 0.35s;
  padding: 8px 10px;
  border-radius: 8px;
}

.contact-form-box textarea:focus, .contact-form-box textarea:active, .contact-form-box .form-control:focus, .contact-form-box .form-control:active{
  border-color: #ff6f00;
}

.contact-form-box .btn{
  margin-top: 24px;
  font-size: 16px;
  padding: 15px 16px;
  width: 100%
}

@media (min-width: 992px) {
  .contact-form-box .btn{
    display: block;
    margin-left: auto;
    width: auto;
  }
}

.contact-form-box label{
  font-size: 16px;
  color: #393939;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.5px;
}


.phone-input {
  display: flex;
  gap: 0.5rem;
}

.country-code {
  width: 80px;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.mapboxgl-map{
  font-family: 'Archivo', sans-serif;
}

.mapboxgl-ctrl-top-right{
  margin-top: 8px;
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl{
  margin: 12px 0 0 12px;
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl{
  margin: 4px 12px 0 0;
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-fullscreen{
  background-image: url(../images/sprite-20220507.svg#g-fullscreen);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 50% 50%;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-shrink{
  background-image: url(../images/sprite-20220507.svg#g-shrink);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px 20px;
}

.mapboxgl-popup-content {
  border-radius: 4px;
  padding: 10px;
  background-color: #fff;
}

.popup-content-map{
  display: flex;
  gap: 10px;
}

.popup-image-map{
  width: 80px;
  height: 80px;
  border-radius: 4px;
  object-fit: cover;
}

.popup-image-map-container{
  position: relative;
}

.popup-image-map-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1212121A;
  pointer-events: none;
  border-radius: 4px;
}

.popup-title-map{
  font-size: 15px;
  color: #000000;
  font-weight: 800;
  line-height: 1.2; 
  letter-spacing: -0.167px;
  margin-bottom: 7px;
}

.popup-date-map{
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.167px;
  color: #393939;
  margin: 0;
}


.mapboxgl-popup-tip{
  border-width: 8px;;
}

.mapboxgl-ctrl-group > button {
  width: 24px;
  height: 24px;
}

.mapboxgl-ctrl-group{
  border: 1px solid #DCDCDC;
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in{
  background-image: url(../images/sprite-20220507.svg#g-zoom_in);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 50% 50%;
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out{
  background-image: url(../images/sprite-20220507.svg#g-zoom_out);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 50% 50%;
  border-color: #DCDCDC;
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate::before{
  background-image: url(../images/sprite-20220507.svg#g-geolocate);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 50% 50%;
}

.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active::before, .mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background::before {
  background-image: url(../images/sprite-20220507.svg#g-geolocate-active);
}