/** Shopify CDN: Minification failed

Line 66:2 Unexpected "{"

**/
@import url('//fonts.googleapis.com/css2?family=Archivo+Narrow:wght@400;500&display=swap');
@font-face {
    font-family: 'Bandits';
    src: url('../../../files/BanditsRegular.woff') format('woff2'),
        url('../../../files/BanditsRegular_v-1662492650.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html{scroll-behavior:smooth}

body {
    margin: 0;
    padding: 0;
    color: #313133;
    background: #EEECE7;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Archivo Narrow', sans-serif;
}
.header-promo {
    background: url(../../../files/bg-main_v-1662491051.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: center bottom;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items:center;
}
.header-page {
    background: url(../../../files/bg-main_v-1662491051.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 0 0 1em 0

}
.logo-page {
  max-width: 400px;
}

h1,
h2,
h3 {
    line-height: 1.2em;
    color: #B46A42;
    font-family: 'Bandits', sans-serif;
    font-weight: normal;
}
.title-wrapper--no-top-margin>.title {
    line-height: 1.2em;
    color: #B46A42;
    font-family: 'Bandits', sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 60px;
} {
    line-height: 1.2em!important;
    color: #B46A42!important;
    font-family: 'Bandits', sans-serif!important;
    font-weight: normal!important;
}
h1 {
    font-size: 60px;
}

h2 {
    font-size: 60px;
}

img {
    max-width: 100%;
    height: auto;
}

.wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding: 1em;
}

.btn {
    background-color: #A7A88D;
    color: #455253;
    padding: 20px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 10px;
    font-weight: bold;
}

.btn:hover {
    background-color: #ffffff;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
@media (max-width: 990px) {
    .row {
        flex-direction: column;
        display: block;

    }
}

.column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;

}

.curve {
    overflow:hidden;
    margin-top: -35px; 
    height: 100px;
    display: block;
}
.curve2 {
    overflow:hidden;
    margin-bottom: -35px; 
    height: 100px;
    display: block;
    transform: rotate(180deg);
}

footer {
    background: url(../../../files/bg-main_v-1662491051.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    color: #A7A88D;
    text-align: center;
    padding-top: 3em;
}
footer .logo {
    max-width: 400px;
}
.footer-meta {
    font-size: 0.8em;
}
footer a {
    color:#A7A88D;
    text-decoration: none;
    transition: .8s;

}
footer a:hover {
    color:#ffffff;
}


.videos {
    background: #EEECE7;
}

.videos {
    text-align: center;

}
.join {
    text-align: center;

}
.join h2 {
    font-size: 2.5em;
}
@media (max-width: 991px) {
    .join h2 {
        font-size: 2.2em;
    }
}
.subtext-iframe {
    max-width: 540px;
    margin: 0 auto;
}

iframe#subtext_embed {
    width: 1px;
    min-width: 100%;
    min-height: 256px;
}

.tour h1 {
    text-align: center;
}
.social-icons {
    margin: 0 0 3em 0;
}
.fa-brands {
    display: inline-block;
    border-radius: 50%;
    padding: 1em;
    color: #A7A88D;
    transition: .8s;
    font-size: 18px;
    outline: 0;
    margin-right: .3em;
    border: 1px solid #A7A88D;
    width: 18px;
    height: 18px;
    background: #313133;
}

.fa-brands:hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    color: #a24058!important;
    background: #fff
}

.bit-play-my-city-cta {
    padding: 20px 30px!important;
    font-size: 16px!important;
    color: #455253!important;
    text-transform:uppercase!important;
}
.bit-play-my-city-heading-text {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Archivo Narrow', sans-serif;
}
.logo-menu {
    max-width: 250px;
    margin: 0 0 0 30px;
}
@media (min-width: 990px) {
    .logo-menu {
        display: none;
    }
}
.photo1 img, .photo2 img {
    width: 100vw;
}
.photo1 {
    margin-top: -70px;
}
.photo2 {
  text-align: center;
}
.shop {
    text-align:center;

}
.header__heading {
  display: none;
}
.header__search {
  display: none!important;
}
.header__heading-link {
  display: none!important;
}