.map--indexboard {
    width: 100%;
    height: 100%;
    position: relative;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    background: var(--main-color);
    transition: 0.25s ease-out;
}

.map--indexboard .hero {
    height: 100%;
}

.map--indexboard .hero--backdrop {
    height: 100%;
    min-height: 120px;
    background: url('/img/assets/backdrop/indexboard-default.png');
    background-size: cover;
    filter: brightness(0.8);
    position: relative;
    width: 100%;
    float: left;
    z-index: -1;
}

.map--indexboard h1 {
    color: white;
    font-size: 30px;
    margin: 0;
    text-align: center;
    width: 100%;
}
.map--indexboard h3 {
    font-family: 'Montserrat-Regular';
    color: #768696;
    margin-bottom: 30px;
}

.map--indexboard h2 {
    font-family: 'Montserrat-SemiBold';
    color: white;
    font-size: 35px;
    margin-bottom: 30px;
    position: relative;
}

.map--indexboard h3 button {
    border: 1px solid var(--accent-color);
    border-radius: 10px;
    font-size: 18px;
    color: white;
    background: var(--accent-gradent);
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.map--indexboard.map--indexboard .hero .hero--main h1 span#category-range {
    background: inherit !important;
}

.map-indexboard.hidden {
    pointer-events: none;
    display: none;
}

.map--indexboard .hero .hero--main{
    margin: 0 auto;
    width: 100%;
    float: left;
    background: var(--main-color);
}

.map--indexboard .hero--main h1 {
    padding-left: 10px;
    padding-right: 10px;
}

.map--indexboard .hero .hero-illustration {
    display: block;
    width: 50%;
    height: 475px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .map--indexboard .hero .hero-illustration {
        display: none;
    }
    .cta-insight {
        display: none;
    }

    .hero--main h1 {
        display: none;
    }

    .map--indexboard .hero--backdrop {
        min-height: 85px;
    }
}

.map--indexboard .hero .hero-illustration .hero-bg {
    position: absolute;
    transform-origin: 50% 50%;
}

.map--indexboard .hero .hero-illustration .hero-dots {
    position: relative;
}

.map--indexboard .hero .hero-illustration .hero-dots-1 svg {
    position: relative;
    top: 25px;
}

.map--indexboard .hero .hero-illustration .hero-dots-2 svg {
    top: 40px;
    position: relative;
    left: 110px;
}

.map--indexboard .hero .hero-illustration .hero-dots-3 svg {
    top: 100px;
    position: relative;
}
.map--indexboard .hero .hero-illustration .hero-dots-4 img {
    height: 80px;
    top: -100px;
    position: relative;
    left: 110px;
}
.map--indexboard .hero .hero-illustration .hero-dots-5 img {
    height: 100px;
    top: -369px;
    position: relative;
    left: 110px;
}
.map--indexboard .hero .hero-illustration .hero-dots-6 img {
    height: 120px;
    top: -369px;
    position: relative;
    left: 235px;
}
.map--indexboard .hero .hero-illustration .hero-dots-7 img {
    height: 65px;
    top: -315px;
    position: relative;
    left: 235px;
}
.map--indexboard .hero .hero-illustration .hero-dots-8 img {
    height: 95px;
    top: -300px;
    position: relative;
    left: 145px;
}
.map--indexboard .hero .hero-illustration .hero-dots-9 img {
    height: 100px;
    top: -460px;
    position: relative;
    left: 330px;
}

.map--indexboard .cta-insight h2 {
    position: relative;
    z-index: 999;
}

.map--indexboard .cta-insight .cta-features {
    display: flex;
    justify-content: space-evenly;
}

.map--indexboard .cta-insight .cta-features li {
    border: none;
    color: white;
    font-size: 20px;
    min-width: 180px;
    text-align: left;
    margin-right: 10px;
}

.map--indexboard .cta-insight .cta-features li p {
    color: #768696;
    font-size: 14px;
    margin-top: 10px;
}

.map--indexboard .cta-insight .cta-features li i {
    color: var(--accent-color);
}

.map--indexboard .cta-insight .cta-promo-appstore {
    display: flex;
    align-items: center;
    margin-top: -20px;
}

.map--indexboard .cta-insight .cta-promo-appstore ul {
    display: flex;
    flex-direction: column;
    margin-top: -30px;
}

.map--indexboard .cta-insight .cta-promo-appstore ul li {
    margin: 0;
    padding: 5px;
    text-align: right;
}

.map--indexboard .cta-insight .cta-promo-appstore ul li:first-child{
    font-size: 18px !important;
}

.map--indexboard .cta-insight .cta-promo-appstore ul li:nth-child(2){
    padding-top: 25px;
}

.map--indexboard .cta-insight .cta-promo-appstore img {
    max-width: 175px;
    padding-left: 15px;
}

.map--indexboard .cta-insight .cta-promo-appstore ul li img {
    max-width: 140px;
}


.map--indexboard .cta-insight ul li {
    border: 1px solid white;
    margin: 10px;
    padding: 10px;
    z-index: 99;
    text-align: center;
    max-width: 350px;
}

.map--indexboard .cta-insight ul li .image {
    max-height: 200px;
    max-width: 325px;
}

.map--indexboard .cta-insight ul li p {
    color: white;
    font-size: 16px;
}

.noticeboard {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.noticeboard li {
    margin: 0 auto;
    margin-bottom: 10px;
}

.noticeboard img {
    max-width: 100%;
    max-height: 185px;
}

.map--indexboard .location-search {
    max-width: 600px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.location-input--notice .refresh {
    float: right;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 10px;
    border-radius: 5px;
    padding: 4px;
    padding-right: 10px;
    padding-left: 10px;
    background: none;
    border: none;
    margin-top: 12px;
}
.location-input--notice .refresh i {
    font-size: 17px !important;
    margin: 0 !important;
}
.location-input--notice .refresh i:active {
    transform: scale(0.9);
}

.support-inline {
    position: absolute;
    z-index: 2;
    background: var(--main-color);
    cursor: pointer;
    right: 10px;
    top: 60px;
    font-size: 12px;
    color: white;
    height: 32px;
    width: 32px;
    opacity: 0.92;
    padding: 3px;
    text-align: center;
    border-radius: 10px;
}
.support-inline:hover {
    color: var(--accent-color);
}

.support-inline:active {
    transform: scale(0.9);
}

.latest-swiper {
    overflow-x: hidden;
}

.latest-swiper .swiper-scrollbar {
    position: relative !important;
    margin-top: 25px !important;
    cursor: pointer;
}

.latest-swiper .swiper-button-next {
    color: inherit;
    bottom: 100px;
    position: relative;
    float: right;
}

.latest-swiper .swiper-button-next:after {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    text-align: right;
    content: '\f0a9';
    float: left;
    font-size: 35px;
    border-radius: 20px;
    background: white;
    color: var(--main-color);
}

.event-container--loadmore {
    text-align: center;
    margin: 0 auto;
    padding: 10px 15px;
}

.event-container--loadmore button{
    padding: 5px 20px;
}

.whatson--loadmore {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.selection:active {
    transform: scale(0.9);
}

.signup-card {
    width: 300px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.062);
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    z-index: 999;
    border: 3px solid var(--main-color);
    border-radius: 8px;
    background: #fab57a;
    display: none;
  }
  
  .signup-card .cookieHeading {
    font-size: 20px;
    font-weight: 800;
    color: var(--main-color);
    padding-bottom: 10px;
  }

  .signup-card a {
    color: var(--accent-color);
  }
  
  .signup-card p {
    margin: 0;
    text-align: center;
    font-size: 13px;
    color: var(--main-color);
    line-height: 17px;
  }
  
  .buttonContainer {
    display: flex;
    gap: 20px;
    flex-direction: row;
  }
  
  .acceptButton {
    width: 80px;
    height: 30px;
    background-color: #7b57ff;
    transition-duration: .2s;
    border: none;
    color: rgb(241, 241, 241);
    cursor: pointer;
    font-weight: 600;
    border-radius: 20px;
  }
  
  .declineButton {
    width: 80px;
    height: 30px;
    background-color: rgb(218, 218, 218);
    transition-duration: .2s;
    color: rgb(46, 46, 46);
    border: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: 20px;
  }
  
  .declineButton:hover {
    background-color: #ebebeb;
    transition-duration: .2s;
  }
  
  .acceptButton:hover {
    background-color: #9173ff;
    transition-duration: .2s;
  }