@font-face {
    font-family: 'Luxca';
    src: url('../font/luxca/Luxca.woff') format('woff'),
         url('../font/luxca/Luxca.woff2') format('woff2'), 
         url('../font/luxca/LuxcaItalic.woff') format('woff'), 
         url('../font/luxca/LuxcaItalic.woff2') format('woff2'), 
         url('../font/luxca/LuxcaItalic.ttf') format('ttf'), 
         url('../font/luxca/Luxca.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../font/HelveticaNeueHv/HelveticaNeueMedium.otf') format('otf'), 
         url('../font/HelveticaNeueHv/HelveticaNeueThin.otf') format('otf'), 
         url('../font/HelveticaNeueHv/HelveticaNeueThinItalic.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

/*body {font-family: "Luxca", Georgia; }

body {
    font-family: 'Helvetica Neue', sans-serif;
}*/


html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

*, :after, :before {
    box-sizing: inherit;
    background-repeat: no-repeat
}

:after, :before {
    vertical-align: inherit;
    text-decoration: inherit
}

* {
    margin: 0;
    padding: 0;
    font-synthesis: inherit;
    font-smoothing: inherit
}

audio:not([controls]) {
    display: none;
    height: 0
}

hr {
    overflow: visible
}


html {
    box-sizing: border-box;
    height: 100%;
    padding: 0;
    background: #fff;
    font-smoothing: subpixel-antialiased;
    font-synthesis: none;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body, html {
    width: 100%;
    margin: 0
}

body {
    font-size: 1rem;
    line-height: 1.5rem;
    height: auto;
    padding-top: 80px;
    background-color: #f1efe9!important;
    color: #000;
    font-weight: 400;
    text-align: left;
    letter-spacing: .1em;
    overflow-x:hidden;
}

@media screen and (max-width:680px) {
    body {
        padding-top: 55px
    }
}

address {
    font-style: inherit
}

figure {
    margin: 0
}

.touch {
    cursor: pointer
}

a, a:active {
    color: inherit;
    text-decoration: none
}

p {
    margin: 0 0 10px;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit
}

ul {
    padding: 0
}

li {
    font-family: inherit
}

img {
    max-width: 100%;
    font-style: italic;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none
}


.flickity-enabled {
    position: relative
}

    .flickity-enabled:focus {
        outline: none
    }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: grab
    }

        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: grabbing
        }

.flickity-button {
    position: absolute;
    background: #979797;
    border: 5px solid #fff;
    color: #333
}

    .flickity-button:hover {
        background: #000;
        cursor: pointer
    }

    .flickity-button:focus {
        outline: none
    }

    .flickity-button:active {
        opacity: .6
    }

    .flickity-button:disabled {
        opacity: 0;
        cursor: auto;
        pointer-events: none
    }

.flickity-button-icon {
    display: none
}

.flickity-prev-next-button {
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translateY(-50%)
}

    .flickity-prev-next-button.previous {
        left: 40px
    }

@media screen and (max-width:1920px) {
    .flickity-prev-next-button.previous {
        left: 10px
    }
}

.flickity-prev-next-button.next {
    right: 40px
}

@media screen and (max-width:1920px) {
    .flickity-prev-next-button.next {
        right: 10px
    }
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

    .flickity-page-dots .dot.is-selected {
        opacity: 1
    }

.o-flex {
    display: flex;
    flex-direction: row
}

.o-flex--stack {
    flex-direction: column
}

.o-flex--stack-reverse {
    flex-direction: column-reverse
}

.o-flex--stacked {
    flex-flow: column nowrap
}

.o-flex--inline {
    flex-direction: row
}

.o-flex--inline-reverse {
    flex-direction: row-reverse
}

.o-flex--wrap {
    flex-flow: row wrap
}

.o-flex--nowrap {
    flex-wrap: nowrap
}

.o-flex--top {
    align-items: flex-start
}

.o-flex--bottom {
    align-items: flex-end
}

.o-flex--center {
    align-items: center
}

.o-flex--stretch {
    align-items: stretch
}

.o-flex--baseline {
    align-items: baseline
}

.o-flex--justify-center {
    justify-content: center
}

.o-flex--justify-start {
    justify-content: flex-start
}

.o-flex--justify-end {
    justify-content: flex-end
}

.o-flex--justify-between {
    justify-content: space-between
}

.o-flex--justify-around {
    justify-content: space-around
}

@media screen and (max-width:1120px) {
    .o-flex[data-flex-reset=desk-lrg] {
        flex-direction: column
    }

    .o-flex[data-flex-reset-rev=desk-lrg] {
        flex-direction: column-reverse
    }

    .o-flex[data-flex-reset-row=desk-lrg] {
        flex-direction: row
    }

    .o-flex[data-flex-reset-row-rev=desk-lrg] {
        flex-direction: row-reverse
    }
}

@media screen and (max-width:1024px) {
    .o-flex[data-flex-reset=desk-med] {
        flex-direction: column
    }

    .o-flex[data-flex-reset-rev=desk-med] {
        flex-direction: column-reverse
    }

    .o-flex[data-flex-reset-row=desk-med] {
        flex-direction: row
    }

    .o-flex[data-flex-reset-row-rev=desk-med] {
        flex-direction: row-reverse
    }
}

@media screen and (max-width:960px) {
    .o-flex[data-flex-reset=desk] {
        flex-direction: column
    }

    .o-flex[data-flex-reset-rev=desk] {
        flex-direction: column-reverse
    }

    .o-flex[data-flex-reset-row=desk] {
        flex-direction: row
    }

    .o-flex[data-flex-reset-row-rev=desk] {
        flex-direction: row-reverse
    }
}

@media screen and (max-width:820px) {
    .o-flex[data-flex-reset=tab-lrg] {
        flex-direction: column
    }

    .o-flex[data-flex-reset-rev=tab-lrg] {
        flex-direction: column-reverse
    }

    .o-flex[data-flex-reset-row=tab-lrg] {
        flex-direction: row
    }

    .o-flex[data-flex-reset-row-rev=tab-lrg] {
        flex-direction: row-reverse
    }
}

@media screen and (max-width:768px) {
    .o-flex[data-flex-reset=tab] {
        flex-direction: column
    }

    .o-flex[data-flex-reset-rev=tab] {
        flex-direction: column-reverse
    }

    .o-flex[data-flex-reset-row=tab] {
        flex-direction: row
    }

    .o-flex[data-flex-reset-row-rev=tab] {
        flex-direction: row-reverse
    }
}

@media screen and (max-width:765px) {
    .o-flex[data-flex-reset=tab-sml] {
        flex-direction: column
    }

    .o-flex[data-flex-reset-rev=tab-sml] {
        flex-direction: column-reverse
    }

    .o-flex[data-flex-reset-row=tab-sml] {
        flex-direction: row
    }

    .o-flex[data-flex-reset-row-rev=tab-sml] {
        flex-direction: row-reverse
    }
}

@media screen and (max-width:640px) {
    .o-flex[data-flex-reset=mob-lrg] {
        flex-direction: column
    }

    .o-flex[data-flex-reset-rev=mob-lrg] {
        flex-direction: column-reverse
    }

    .o-flex[data-flex-reset-row=mob-lrg] {
        flex-direction: row
    }

    .o-flex[data-flex-reset-row-rev=mob-lrg] {
        flex-direction: row-reverse
    }
}

@media screen and (max-width:560px) {
    .o-flex[data-flex-reset=mob-med] {
        flex-direction: column
    }

    .o-flex[data-flex-reset-rev=mob-med] {
        flex-direction: column-reverse
    }

    .o-flex[data-flex-reset-row=mob-med] {
        flex-direction: row
    }

    .o-flex[data-flex-reset-row-rev=mob-med] {
        flex-direction: row-reverse
    }
}

@media screen and (max-width:480px) {
    .o-flex[data-flex-reset=mob] {
        flex-direction: column
    }

    .o-flex[data-flex-reset-rev=mob] {
        flex-direction: column-reverse
    }

    .o-flex[data-flex-reset-row=mob] {
        flex-direction: row
    }

    .o-flex[data-flex-reset-row-rev=mob] {
        flex-direction: row-reverse
    }
}

@media screen and (max-width:375px) {
    .o-flex[data-flex-reset=mob-sml] {
        flex-direction: column
    }

    .o-flex[data-flex-reset-rev=mob-sml] {
        flex-direction: column-reverse
    }

    .o-flex[data-flex-reset-row=mob-sml] {
        flex-direction: row
    }

    .o-flex[data-flex-reset-row-rev=mob-sml] {
        flex-direction: row-reverse
    }
}

.o-flex__item {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%
}

.o-flex__item--auto {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto
}

.o-flex__item--full {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%
}

.o-flex__item--top {
    align-self: flex-start
}

.o-flex__item--bottom {
    align-self: flex-end
}

.o-flex__item--center {
    align-self: center
}

.o-flex .o-flex-first {
    order: -1
}

.o-flex .o-flex-last {
    order: 1
}

[data-flex-grow="-1"] {
    flex-grow: -1
}

[data-flex-grow="0"] {
    flex-grow: 0
}

[data-flex-grow="1"] {
    flex-grow: 1
}

[data-flex-grow="2"] {
    flex-grow: 2
}

[data-flex-grow="3"] {
    flex-grow: 3
}

[data-flex-grow="4"] {
    flex-grow: 4
}

[data-flex-grow="5"] {
    flex-grow: 5
}

[data-flex-grow="6"] {
    flex-grow: 6
}

[data-flex-grow="7"] {
    flex-grow: 7
}

[data-flex-grow="8"] {
    flex-grow: 8
}

[data-flex-grow="9"] {
    flex-grow: 9
}

[data-flex-grow="10"] {
    flex-grow: 10
}

[data-flex-order="-1"] {
    order: -1
}

[data-flex-order="0"] {
    order: 0
}

[data-flex-order="1"] {
    order: 1
}

[data-flex-order="2"] {
    order: 2
}

[data-flex-order="3"] {
    order: 3
}

[data-flex-order="4"] {
    order: 4
}

[data-flex-order="5"] {
    order: 5
}

[data-flex-order="6"] {
    order: 6
}

[data-flex-order="7"] {
    order: 7
}

[data-flex-order="8"] {
    order: 8
}

[data-flex-order="9"] {
    order: 9
}

[data-flex-order="10"] {
    order: 10
}

.o-container {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1.5rem
}

.o-container--sml {
    max-width: 620px
}

.o-container--med {
    max-width: 1092px
}

.o-container--lrg {
    max-width: 1480px
}

.o-row {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 0 auto 3rem
}

.o-row--n {
    margin-bottom: 0
}

.o-row--s {
    margin-bottom: 1rem
}

.o-row--m {
    margin-bottom: 5rem
}

.o-row--l {
    margin-bottom: 11rem
}

.o-row--xl {
    margin-bottom: 21rem
}

.o-col {
    position: relative;
    margin-right: 15px;
    margin-left: 15px
}

.o-col--1 {
    width: calc(8.33333% - 30px)
}

.o-col--2 {
    width: calc(16.66667% - 30px)
}

.o-col--3 {
    width: calc(25% - 30px)
}

.o-col--4 {
    width: calc(33.33333% - 30px)
}

.o-col--5 {
    width: calc(41.66667% - 30px)
}

.o-col--6 {
    width: calc(50% - 30px)
}

.o-col--7 {
    width: calc(58.33333% - 30px)
}

.o-col--8 {
    width: calc(66.66667% - 30px)
}

.o-col--9 {
    width: calc(75% - 30px)
}

.o-col--10 {
    width: calc(83.33333% - 30px)
}

.o-col--11 {
    width: calc(91.66667% - 30px)
}

.o-col--12 {
    width: calc(100% - 30px)
}

.o-col--flush-1 {
    width: 8.33333%;
    margin-right: 0;
    margin-left: 0
}

.o-col--flush-2 {
    width: 16.66667%;
    margin-right: 0;
    margin-left: 0
}

.o-col--flush-3 {
    width: 25%;
    margin-right: 0;
    margin-left: 0
}

.o-col--flush-4 {
    width: 33.33333%;
    margin-right: 0;
    margin-left: 0
}

.o-col--flush-5 {
    width: 41.66667%;
    margin-right: 0;
    margin-left: 0
}

.o-col--flush-6 {
    width: 50%;
    margin-right: 0;
    margin-left: 0
}

.o-col--flush-7 {
    width: 58.33333%;
    margin-right: 0;
    margin-left: 0
}

.o-col--flush-8 {
    width: 66.66667%;
    margin-right: 0;
    margin-left: 0
}

.o-col--flush-9 {
    width: 75%;
    margin-right: 0;
    margin-left: 0
}

.o-col--flush-10 {
    width: 83.33333%;
    margin-right: 0;
    margin-left: 0
}

.o-col--flush-11 {
    width: 91.66667%;
    margin-right: 0;
    margin-left: 0
}

.o-col--flush {
    margin: 0
}

.o-col--fifths {
    width: calc(20% - 30px)
}

.o-col--full {
    width: 100%;
    margin: 0
}

.o-col--offset-1 {
    margin-left: calc(8.33333% + 30px)
}

.o-col--offset-1--reverse {
    margin-right: calc(8.33333% + 30px);
    margin-left: auto
}

.o-col--offset-2 {
    margin-left: calc(16.66667% + 30px)
}

.o-col--offset-2--reverse {
    margin-right: calc(16.66667% + 30px);
    margin-left: auto
}

.o-col--offset-3 {
    margin-left: calc(25% + 30px)
}

.o-col--offset-3--reverse {
    margin-right: calc(25% + 30px);
    margin-left: auto
}

.o-col--offset-4 {
    margin-left: calc(33.33333% + 30px)
}

.o-col--offset-4--reverse {
    margin-right: calc(33.33333% + 30px);
    margin-left: auto
}

.o-col--offset-5 {
    margin-left: calc(41.66667% + 30px)
}

.o-col--offset-5--reverse {
    margin-right: calc(41.66667% + 30px);
    margin-left: auto
}

.o-col--offset-6 {
    margin-left: calc(50% + 30px)
}

.o-col--offset-6--reverse {
    margin-right: calc(50% + 30px);
    margin-left: auto
}

.o-col--offset-7 {
    margin-left: calc(58.33333% + 30px)
}

.o-col--offset-7--reverse {
    margin-right: calc(58.33333% + 30px);
    margin-left: auto
}

.o-col--offset-8 {
    margin-left: calc(66.66667% + 30px)
}

.o-col--offset-8--reverse {
    margin-right: calc(66.66667% + 30px);
    margin-left: auto
}

.o-col--offset-9 {
    margin-left: calc(75% + 30px)
}

.o-col--offset-9--reverse {
    margin-right: calc(75% + 30px);
    margin-left: auto
}

.o-col--offset-10 {
    margin-left: calc(83.33333% + 30px)
}

.o-col--offset-10--reverse {
    margin-right: calc(83.33333% + 30px);
    margin-left: auto
}

.o-col--offset-11 {
    margin-left: calc(91.66667% + 30px)
}

.o-col--offset-11--reverse {
    margin-right: calc(91.66667% + 30px);
    margin-left: auto
}

.o-col--pull-1 {
    margin-left: calc(-8.33333% + 30px)
}

.o-col--pull-2 {
    margin-left: calc(-16.66667% + 30px)
}

.o-col--pull-3 {
    margin-left: calc(-25% + 30px)
}

.o-col--pull-4 {
    margin-left: calc(-33.33333% + 30px)
}

.o-col--pull-5 {
    margin-left: calc(-41.66667% + 30px)
}

.o-col--pull-6 {
    margin-left: calc(-50% + 30px)
}

.o-col--pull-7 {
    margin-left: calc(-58.33333% + 30px)
}

.o-col--pull-8 {
    margin-left: calc(-66.66667% + 30px)
}

.o-col--pull-9 {
    margin-left: calc(-75% + 30px)
}

.o-col--pull-10 {
    margin-left: calc(-83.33333% + 30px)
}

.o-col--pull-11 {
    margin-left: calc(-91.66667% + 30px)
}

@media screen and (max-width:765px) {
    .o-col[class*=o-col--offset], .o-col[class*=o-col--pull] {
        margin-right: 0;
        margin-left: 0;
        padding-right: 30px;
        padding-left: 30px
    }
}

.o-col--alpha {
    margin-left: 0
}

.o-col--omega {
    margin-right: 0
}

@media screen and (max-width:1120px) {
    .o-col.mq-desk-lrg--quart {
        width: calc(25% - 30px)
    }

    .o-col.mq-desk-lrg--quart--flush {
        width: 25%
    }
}

@media screen and (max-width:1120px) {
    .o-col.mq-desk-lrg--third {
        width: calc(33.33333% - 30px)
    }

    .o-col.mq-desk-lrg--third--flush {
        width: 33.33333%
    }
}

@media screen and (max-width:1120px) {
    .o-col.mq-desk-lrg--half {
        width: calc(50% - 30px)
    }

    .o-col.mq-desk-lrg--half--flush {
        width: 50%
    }
}

@media screen and (max-width:1120px) {
    .o-col.mq-desk-lrg--full {
        width: calc(100% - 30px)
    }

    .o-col.mq-desk-lrg--full--flush {
        width: 100%
    }
}

@media screen and (max-width:1024px) {
    .o-col.mq-desk-med--quart {
        width: calc(25% - 30px)
    }

    .o-col.mq-desk-med--quart--flush {
        width: 25%
    }
}

@media screen and (max-width:1024px) {
    .o-col.mq-desk-med--third {
        width: calc(33.33333% - 30px)
    }

    .o-col.mq-desk-med--third--flush {
        width: 33.33333%
    }
}

@media screen and (max-width:1024px) {
    .o-col.mq-desk-med--half {
        width: calc(50% - 30px)
    }

    .o-col.mq-desk-med--half--flush {
        width: 50%
    }
}

@media screen and (max-width:1024px) {
    .o-col.mq-desk-med--full {
        width: calc(100% - 30px)
    }

    .o-col.mq-desk-med--full--flush {
        width: 100%
    }
}

@media screen and (max-width:960px) {
    .o-col.mq-desk--quart {
        width: calc(25% - 30px)
    }

    .o-col.mq-desk--quart--flush {
        width: 25%
    }
}

@media screen and (max-width:960px) {
    .o-col.mq-desk--third {
        width: calc(33.33333% - 30px)
    }

    .o-col.mq-desk--third--flush {
        width: 33.33333%
    }
}

@media screen and (max-width:960px) {
    .o-col.mq-desk--half {
        width: calc(50% - 30px)
    }

    .o-col.mq-desk--half--flush {
        width: 50%
    }
}

@media screen and (max-width:960px) {
    .o-col.mq-desk--full {
        width: calc(100% - 30px)
    }

    .o-col.mq-desk--full--flush {
        width: 100%
    }
}

@media screen and (max-width:820px) {
    .o-col.mq-tab-lrg--quart {
        width: calc(25% - 30px)
    }

    .o-col.mq-tab-lrg--quart--flush {
        width: 25%
    }
}

@media screen and (max-width:820px) {
    .o-col.mq-tab-lrg--third {
        width: calc(33.33333% - 30px)
    }

    .o-col.mq-tab-lrg--third--flush {
        width: 33.33333%
    }
}

@media screen and (max-width:820px) {
    .o-col.mq-tab-lrg--half {
        width: calc(50% - 30px)
    }

    .o-col.mq-tab-lrg--half--flush {
        width: 50%
    }
}

@media screen and (max-width:820px) {
    .o-col.mq-tab-lrg--full {
        width: calc(100% - 30px)
    }

    .o-col.mq-tab-lrg--full--flush {
        width: 100%
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    .o-col.mq-tab--quart {
        width: calc(25% - 30px)
    }

    .o-col.mq-tab--quart--flush {
        width: 25%
    }
}

@media screen and (max-width:768px) {
    .o-col.mq-tab--third {
        width: calc(33.33333% - 30px)
    }

    .o-col.mq-tab--third--flush {
        width: 33.33333%
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    .o-col.mq-tab--half {
        width: calc(50% - 30px)
    }

    .o-col.mq-tab--half--flush {
        width: 50%
    }
}

@media screen and (max-width:768px) {
    .o-col.mq-tab--full {
        width: calc(100% - 30px)
    }

    .o-col.mq-tab--full--flush {
        width: 100%
    }
}

@media screen and (max-width:765px) {
    .o-col.mq-tab-sml--quart {
        width: calc(25% - 30px)
    }

    .o-col.mq-tab-sml--quart--flush {
        width: 25%
    }
}

@media screen and (max-width:765px) {
    .o-col.mq-tab-sml--third {
        width: calc(33.33333% - 30px)
    }

    .o-col.mq-tab-sml--third--flush {
        width: 33.33333%
    }
}

@media screen and (max-width:765px) {
    .o-col.mq-tab-sml--half {
        width: calc(50% - 30px)
    }

    .o-col.mq-tab-sml--half--flush {
        width: 50%
    }
}

@media screen and (max-width:765px) {
    .o-col.mq-tab-sml--full {
        width: calc(100% - 30px)
    }

    .o-col.mq-tab-sml--full--flush {
        width: 100%
    }
}

@media screen and (max-width:640px) {
    .o-col.mq-mob-lrg--quart {
        width: calc(25% - 30px)
    }

    .o-col.mq-mob-lrg--quart--flush {
        width: 25%
    }
}

@media screen and (max-width:640px) {
    .o-col.mq-mob-lrg--third {
        width: calc(33.33333% - 30px)
    }

    .o-col.mq-mob-lrg--third--flush {
        width: 33.33333%
    }
}

@media screen and (max-width:640px) {
    .o-col.mq-mob-lrg--half {
        width: calc(50% - 30px)
    }

    .o-col.mq-mob-lrg--half--flush {
        width: 50%
    }
}

@media screen and (max-width:640px) {
    .o-col.mq-mob-lrg--full {
        width: calc(100% - 30px)
    }

    .o-col.mq-mob-lrg--full--flush {
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .o-col.mq-mob--quart {
        width: calc(25% - 30px)
    }

    .o-col.mq-mob--quart--flush {
        width: 25%
    }
}

@media screen and (max-width:480px) {
    .o-col.mq-mob--third {
        width: calc(33.33333% - 30px)
    }

    .o-col.mq-mob--third--flush {
        width: 33.33333%
    }
}

@media screen and (max-width:480px) {
    .o-col.mq-mob--half {
        width: calc(50% - 30px)
    }

    .o-col.mq-mob--half--flush {
        width: 50%
    }
}

@media screen and (max-width:480px) {
    .o-col.mq-mob--full {
        width: calc(100% - 30px)
    }

    .o-col.mq-mob--full--flush {
        width: 100%
    }
}

@media screen and (max-width:560px) {
    .o-col.mq-mob-med--quart {
        width: calc(25% - 30px)
    }

    .o-col.mq-mob-med--quart--flush {
        width: 25%
    }
}

@media screen and (max-width:560px) {
    .o-col.mq-mob-med--third {
        width: calc(33.33333% - 30px)
    }

    .o-col.mq-mob-med--third--flush {
        width: 33.33333%
    }
}

@media screen and (max-width:560px) {
    .o-col.mq-mob-med--half {
        width: calc(50% - 30px)
    }

    .o-col.mq-mob-med--half--flush {
        width: 50%
    }
}

@media screen and (max-width:560px) {
    .o-col.mq-mob-med--full {
        width: calc(100% - 30px)
    }

    .o-col.mq-mob-med--full--flush {
        width: 100%
    }
}

@media screen and (max-width:375px) {
    .o-col.mq-mob-sml--quart {
        width: calc(25% - 30px)
    }

    .o-col.mq-mob-sml--quart--flush {
        width: 25%
    }
}

@media screen and (max-width:375px) {
    .o-col.mq-mob-sml--third {
        width: calc(33.33333% - 30px)
    }

    .o-col.mq-mob-sml--third--flush {
        width: 33.33333%
    }
}

@media screen and (max-width:375px) {
    .o-col.mq-mob-sml--half {
        width: calc(50% - 30px)
    }

    .o-col.mq-mob-sml--half--flush {
        width: 50%
    }
}

@media screen and (max-width:375px) {
    .o-col.mq-mob-sml--full {
        width: calc(100% - 30px)
    }

    .o-col.mq-mob-sml--full--flush {
        width: 100%
    }
}

@media screen and (max-width:480px) {
    .o-col[class*=o-col] {
        width: 100%
    }
}

.o-media {
    display: flex;
    flex-flow: row wrap;
    width: 100%
}

.o-media--reverse {
    flex-direction: row-reverse
}

.o-media__elem {
    display: flex;
    align-items: center
}

.o-media__img > img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: auto;
    text-align: center
}

.o-media__img--bg {
    background-position: 50%;
    background-size: cover
}

.o-media__body {
    flex: 1;
    padding: 3rem;
    background-color: inherit
}

.o-media__map iframe {
    width: 100%;
    height: 100%;
    min-height: 375px
}

.o-flex-media {
    position: relative;
    display: block;
    min-width: 100%;
    overflow: hidden
}

.o-flex-media--flex {
    flex: 1
}

.o-flex-media:before {
    content: "";
    display: block;
    width: 100%
}

.o-flex-media--3by1:before {
    padding-bottom: 33.33333%
}

.o-flex-media--2by1:before {
    padding-bottom: 50%
}

.o-flex-media--16by9:before {
    padding-bottom: 56.25%
}

.o-flex-media--21by13:before {
    padding-bottom: 61.90476%
}

.o-flex-media--4by3:before {
    padding-bottom: 75%
}

.o-flex-media--3by4:before {
    padding-bottom: 133.33333%
}

.o-flex-media--4by5:before {
    padding-bottom: 125%
}

.o-flex-media--1by1:before {
    padding-bottom: 100%
}

.o-flex-media__item, .o-flex-media embed, .o-flex-media iframe, .o-flex-media object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.o-img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.02);
    transition: transform .3s ease-in;
    opacity: 1;
    visibility: visible
}

    .o-img.flickity-lazyloaded, .o-img.is-loaded, .o-img.lazyloaded {
        transform: scale(1)
    }

    .o-img.is-hidden {
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }

.o-img--cover {
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center"
}

.o-img--cover, .o-img--cover-right {
    -o-object-fit: cover;
    object-fit: cover
}

.o-img--cover-right {
    -o-object-position: right;
    object-position: right;
    font-family: "object-fit: cover; object-position: right"
}

.o-img--cover-left {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    font-family: "object-fit: cover; object-position: left"
}

.o-img--contain {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: contain; object-position: center"
}

.o-main {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center
}

[class*=t-heading], h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    font-family: inherit;
    font-weight: 400
}

.t-heading-alpha, h1 {
    font-size: 1.75rem;
    line-height: 1.75rem
}

@media screen and (min-width:765px) {
    .t-heading-alpha, h1 {
        font-size: 4.0625rem;
        line-height: 4.0625rem
    }
}

.t-heading-beta, h2 {
    font-size: 1.75rem;
    line-height: 1.75rem
}

@media screen and (min-width:765px) {
    .t-heading-beta, h2 {
        font-size: 3.0625rem;
        line-height: 3.0625rem
    }
}

.t-heading-gamma, h3 {
    font-size: 2.3125rem;
    line-height: 2.3125rem
}

.t-heading-delta, h4 {
    font-size: 1.75rem;
    line-height: 1.75rem
}

.t-heading-epsilon, h5 {
    font-size: 1.3125rem;
    line-height: 1.3125rem
}

.t-heading-zeta, h6 {
    font-size: 1rem;
    line-height: 1rem
}

.t-copy-alpha {
    font-size: 1.75rem;
    line-height: 1.75rem
}

.t-copy-beta {
    font-size: 1.3125rem;
    line-height: 1.3125rem
}

.t-copy-gamma {
    font-size: 1rem;
    line-height: 1rem
}

.header {
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 45px
}

.header--close {
    padding-top: 0;
    padding-bottom: 3px
}

.header--flush {
    margin-bottom: 0;
    padding: 0 45px
}

.footer {
    bottom: 0;
    width: 100%;
    z-index: 200;
    background: #fff
}

.footer__container {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #f1f1f1;
    color: #939494;
    font-family: pragmatica;
    font-size: .8125rem;
    line-height: 1.375rem;
    text-transform: uppercase
}

.footer__nav {
    word-spacing: 10px;
    padding-left: 10px
}

    .footer__nav, .footer__nav li {
        display: inline
    }

        .footer__nav li:before {
            position: relative;
            content: " | ";
            display: inline
        }

.top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    background: #F1EFE9;
}

.top__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 22px 55px;
    transition: .5s ease
}
    .top__container .js-menu-toggle{border:none;}
.hamburger {
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    margin: 8px 0;
    background: currentColor;
    color: #000;
    transition: .3s ease-in-out;
}

    .top__container.is-small {
        margin-top: 10px;
        margin-bottom: 10px
    }

.burger-is-open .top__container.is-small {
    margin: 22px 55px
}

@media screen and (max-width:680px) {
    .burger-is-open .top__container.is-small, .top__container {
        margin: 10px
    }
}

.top__logo {
    display: block;
    width: 237px;
    transition: opacity .3s ease-in-out,visibility .3s ease-in-out;
    opacity: 1;
    visibility: visible
}

@media screen and (max-width:680px) {
    .top__logo {
        width: 142px
    }
}

.story-is-open .top__logo {
    opacity: 0;
    visibility: hidden
}

.top__toggle:focus {
    outline: 0
}

.top__social {
    display: inline-block;
    max-width: 16px
}

.top__menu {
    position: fixed;
    top: 68px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    padding: 20px;
    overflow: auto;
    background: hsl(45deg 22.22% 92.94%);
    transition: opacity .3s ease-in-out,visibility .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

@media screen and (max-width:1040px) {
    .top__menu {
        flex-direction: column;
        width: 200%;
        padding: 20px 0;
        overflow-y: scroll;
        transform: translateX(0);
        transition: .3s ease-in-out
    }

    .subnav-is-open .top__menu {
        transform: translateX(-50%)
    }
}

@media screen and (max-width:680px) {
    .top__menu {
        top: 46px
    }
}

.burger-is-open .top__menu {
    opacity: 1;
    visibility: visible
}

.top__menu__col {
    flex: 1;
    padding: 0 25px
}

@media screen and (max-width:1040px) {
    .top__menu__col {
        flex: none;
        width: 50%;
        padding: 0 10px
    }

        .top__menu__col:first-child {
            order: 5
        }

            .top__menu__col:first-child:before {
                content: "";
                position: relative;
                display: block;
                width: 13px;
                height: 2px;
                margin: 0 0 20px;
                background: #000;
                border: 0;
                outline: 0
            }
}

.navigation li {
    display: block
}
    .navigation li a.navigation__link {
        font-family: 'Helvetica Neue', sans-serif; font-weight:600;
    }
    .navigation li a {
        font-family: 'Helvetica Neue', sans-serif;
        font-weight: 400; font-size:15px;
    }

.navigation__item {
    margin-bottom: 25px
}

    .navigation__item > a, .navigation__item span {
        text-transform: uppercase
    }

@media screen and (max-width:1040px) {
    .navigation__item > a, .navigation__item span {
        font-size: 14px
    }
}

.navigation__item > a:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    transform: rotate(135deg)
}

.navigation__item--parent > a, .navigation__item--parent span {
    text-transform: uppercase
}

@media screen and (max-width:1040px) {
    .navigation__item--parent > a, .navigation__item--parent span {
        position: relative;
        display: block;
        width: 100%
    }
}

.navigation__item--parent > a:before, .navigation__item--parent span:before {
    content: "";
    position: relative;
    top: -2px;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-left: 1px solid;
    border-top: 1px solid;
    transform: rotate(-45deg)
}

@media screen and (min-width:1040px) {
    .navigation__item--parent > a:before, .navigation__item--parent span:before {
        display: none
    }
}

.navigation__item--parent > a:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    transform: rotate(135deg)
}

@media screen and (min-width:1040px) {
    .navigation__item--parent + .navigation__item--parent--parent {
        margin-top: 50px
    }
}

.navigation__item--active > a {
    color: #d3d3d3
}

.navigation__item a:hover {
    color: #d3d3d3
}

.navigation__sub-menu {
    margin-top: 15px
}

@media screen and (min-width:1040px) {
    .navigation__sub-menu span {
        display: none
    }
}

@media screen and (max-width:1040px) {
    .navigation__sub-menu {
        position: absolute;
        font-size: 16px;
        margin-top: 0;
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
        top: 0;
        left: 50%;
        width: 50%;
        max-height: calc(100vh - 46px);
        padding: 20px 10px;
        overflow: scroll;
        transition: opacity .3s ease-in-out,overflow .3s ease-in-out
    }

    .navigation__item--is-open .navigation__sub-menu {
        visibility: visible;
        opacity: 1
    }
}

.navigation__sub-menu__item {
    margin-bottom: 2px;
    font-weight: 300;
    font-size: 15px;
}

@media screen and (max-width:1040px) {
    .navigation__sub-menu__item {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.main {
    max-height: calc(100vh - 100px);
    overflow: hidden
}

.main--away {
    min-height: calc(100vh - 200px)
}

.img {
    position: relative
}

.img__obj {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    background-color: #fff;
    transition: .3s ease-in-out;
    opacity: 0
}

    .img__obj.is-loaded {
        opacity: 1
    }

.image {
    position: relative
}

.video {
    overflow: hidden
}

    .video iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

        .video iframe.is-hidden {
            visibility: hidden
        }

    .video:not(.video--auto-size) iframe {
        width: 100% !important;
        height: 100% !important
    }

.video--auto-size {
    padding-bottom: 0
}

.video__inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 60.25%
}

.video__controls {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: .3s ease-in-out;
    opacity: 0
}

    .video__controls[data-state=paused] {
        opacity: 1
    }

    .video__controls:focus {
        outline: 0
    }

    .video__controls.playing {
        opacity: 0
    }

.video__controls--contained {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%)
}

.video__controls:hover {
    opacity: 1
}

.video__button {
    display: none;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 1px grey;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 5px
}

    .video__button img {
        width: auto;
        max-height: 100%;
        margin: 0 auto;
        padding: 15px
    }

    .video__button[data-video-type=sound] img {
        padding: 5px;
        margin-top: 4px
    }

.video__button--pause.is-hidden, .video__button--play.is-hidden {
    display: none
}

.video:hover .video__button {
    display: flex
}

@media screen and (max-width:768px) {
    .video:hover .video__button {
        display: none
    }
}

[data-state=paused] .video__button {
    display: flex
}

@media screen and (max-width:768px) {
    [data-state=paused] .video__button {
        display: flex !important
    }
}

@media screen and (max-width:768px) {
    .video .video__controls.touch-hover-effect .video__button {
        display: flex
    }
}

.video:hover .expand-link--video {
    opacity: 1
}

.video .js-video-is-hide-overlay.expand-link, .video .js-video-is-hide-overlay .js-vimeo-controls {
    display: none
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    99% {
        opacity: .01
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

.teaser {
    position: relative;
    display: block;
    margin-bottom: 20px
}

@media screen and (max-width:680px) {
    .teaser {
        margin-bottom: 10px
    }
}

.teaser__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 15%;
    background: hsla(0,0%,100%,.9);
    border: 1px solid #000;
    text-align: center;
    transition: .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

    .teaser__overlay > * {
        width: 100%
    }

@media screen and (max-width:680px) {
    .teaser__overlay > :not(:first-child) {
        display: none
    }
}

.teaser:hover .teaser__overlay {
    opacity: 1;
    visibility: visible;
    display:none;
}

.teaser:hover .teaser__video, .teaser:hover .teaser__vimeo {
    position: relative;
    z-index: -1;
    pointer-events: none
}

.teaser__video {
    width: 100%
}

.teaser__vimeo {
    position: relative;
    width: 100%;
    pointer-events: none
}

.teaser__vimeo__video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

@keyframes slideUpMobile {
    0% {
        transform: translateY(12vh) translateZ(0)
    }

    to {
        transform: translateY(calc(-100% + 60vh)) translateZ(0)
    }
}

@keyframes slideUp {
    to {
        transform: translateY(-50%) translateZ(0)
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-50%) translateZ(0)
    }

    to {
        transform: translateY(0) translateZ(0)
    }
}

.brick {
    display: flex;
    padding: 0 5px
}

@media screen and (max-width:680px) {
    .brick {
        padding: 0 5px
    }
}

.brick--slider {
    height: calc(150vh - 90px);
    backface-visibility: hidden;
    perspective: 1000;
    will-change: transform;
    overflow-y: hidden
}

@media screen and (max-width:1040px) {
    .brick--slider {
        height: auto;
        justify-content: flex-start;
        align-items: flex-start;
        overflow-y: unset
    }
}

@media screen and (max-width:680px) {
    .brick--slider {
        flex-wrap: wrap
    }
}

.brick__inline {
    display: flex;
    width: 50%;
    flex-wrap: wrap
}

@media screen and (max-width:1040px) {
    .brick__inline {
        flex-direction: column;
        animation: slideUpMobile 25s linear infinite
    }

    .burger-is-open .brick__inline, .story-open .brick__inline {
        animation-play-state: paused !important
    }

    .single-artist .brick__inline {
        animation: unset
    }
}

.single-artist .brick__inline {
    flex-direction: column
}

.brick__col {
    width: 50%;
    padding: 0 10px;
    overflow: hidden
}

.single-artist .brick__col {
    width: 100%
}

@media screen and (max-width:1040px) {
    .brick__col {
        width: 100%
    }

    .brick__col__inner__rep {
        display: none
    }
}

@media screen and (max-width:680px) {
    .brick__col {
        padding: 0 5px
    }
}

.brick--slider .brick__col:nth-child(odd) .brick__col__inner {
    animation: slideUp 60s linear infinite
}

@media screen and (max-width:1040px) {
    .brick--slider .brick__col:nth-child(odd) .brick__col__inner {
        animation: none
    }
}

.brick--slider .brick__col:nth-child(2n) .brick__col__inner {
    animation: slideDown 60s linear infinite
}

@media screen and (max-width:1040px) {
    .brick--slider .brick__col:nth-child(2n) .brick__col__inner {
        animation: none
    }
}

.brick_body .brick__col__inner, .burger-is-open .brick__col .brick__col__inner, .story-open .brick__col .brick__col__inner {
    animation-play-state: paused !important
}

.hamburger {
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    margin: 8px 0;
    background: currentColor;
    color: #000;
    transition: .3s ease-in-out
}

    .hamburger:after, .hamburger:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        background: currentColor;
        transition: .3s ease-in-out;
        content: ""
    }

.burger-is-open .hamburger:after, .burger-is-open .hamburger:before {
    background: #000
}

.hamburger:before {
    transform: translateY(-8px)
}

.hamburger:after {
    transform: translateY(8px)
}

.burger-is-open .top__toggle .hamburger, .story-is-open .top__toggle .hamburger {
    background: transparent
}

    .burger-is-open .top__toggle .hamburger:before, .story-is-open .top__toggle .hamburger:before {
        transform: rotate(45deg)
    }

    .burger-is-open .top__toggle .hamburger:after, .story-is-open .top__toggle .hamburger:after {
        transform: rotate(-45deg)
    }

.t--heading {
    font-size: 1.9375rem;
    line-height: 1.9375rem;
    letter-spacing: .1em
}

@media screen and (max-width:1040px) {
    .t--heading {
        font-size: 1.625rem;
        line-height: 1.625rem
    }
}

@media screen and (max-width:680px) {
    .t--heading {
        font-size: 1.375rem;
        line-height: 1.375rem
    }
}

.t--heading--sml {
    font-size: 1rem;
    line-height: 1rem
}

@media screen and (max-width:1040px) {
    .t--heading--sml {
        font-size: 1.625rem;
        line-height: 1.625rem
    }
}

.t--subtitle {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 1rem;
    line-height: 1rem
}

.t--subtitle--small {
    font-size: .875rem;
    line-height: .875rem
}

@media screen and (max-width:680px) {
    .t--subtitle {
        font-size: .75rem;
        line-height: .75rem
    }
}

.t--subheading {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 1rem;
    line-height: 1rem
}

@media screen and (max-width:680px) {
    .t--subheading {
        font-size: .875rem;
        line-height: .875rem
    }
}

.t--subheading--sml {
    font-size: .75rem;
    line-height: .75rem
}

@media screen and (max-width:1040px) {
    .t--subheading--sml {
        font-size: 1rem;
        line-height: 1rem
    }
}

@media screen and (max-width:680px) {
    .t--subheading--sml {
        font-size: .875rem;
        line-height: .875rem
    }
}

.t--split-lines {
    word-spacing: 1000px
}

@media screen and (max-width:1200px) {
    .t--split-lines {
        word-spacing: 0
    }
}

.t--flush {
    margin-bottom: 0
}

.t--medium {
    font-size: 1.625rem;
    line-height: 1.625rem
}

@media screen and (max-width:680px) {
    .t--medium {
        font-size: 1rem;
        line-height: 1rem
    }
}

.t--mid {
    font-size: 1.125rem;
    line-height: 1.125rem
}

@media screen and (max-width:680px) {
    .t--mid {
        font-size: .875rem;
        line-height: .875rem
    }
}

.t--card {
    font-size: 1.25rem;
    line-height: 1.25rem
}

@media screen and (max-width:680px) {
    .t--card {
        font-size: 1rem;
        line-height: 1rem
    }
}

.t--text {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 300
}

.t--text--sml {
    font-size: .875rem;
    line-height: .875rem
}

.t--bottom {
    margin-bottom: 30px
}

.t--mb25 {
    margin-bottom: 25px
}

.t--mb15 {
    margin-bottom: 15px
}

.t--mb17 {
    margin-bottom: 17px
}

.t--top-sml {
    margin-top: 15px;
    margin-bottom: 0
}

.t--top {
    margin-top: 30px;
    margin-bottom: 0
}

.t--small {
    font-size: 14px
}

.t--center {
    text-align: center
}

.t--upper {
    text-transform: uppercase
}

.t--divider {
    position: relative
}

    .t--divider:after {
        content: "";
        display: block;
        width: 13px;
        height: 3px;
        margin: 20px auto;
        background-color: #000
    }

.t--spacing {
    letter-spacing: .25em
}

.copy {
    font-family: pragmatica;
    font-size: .8125rem;
    line-height: 1.375rem
}


.copy p {
    margin-bottom: 30px
}

.copy h1, .copy h2, .copy h3, .copy h4, .copy h5, .copy h6 {
    margin-bottom: 10px;
    font-family: pragmatica-condensed;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 1rem;
    line-height: 1rem
}

.copy > :last-child {
    margin-bottom: 0
}

p a {
    text-decoration: underline
}

.divider {
    display: block;
    margin: 20px auto;
    border: 0;
    outline: 0
}

@media screen and (max-width:680px) {
    .divider {
        margin: 5px auto
    }
}

.divider--line {
    width: 13px;
    height: 2px;
    background: #000
}

.divider--sml {
    margin: 10px auto
}

@media screen and (max-width:680px) {
    .divider--sml {
        margin: 5px auto
    }
}

.divider--short {
    margin: 10px auto 7px
}

@media screen and (max-width:680px) {
    .divider--short {
        margin: 5px auto
    }
}

@media screen and (max-width:680px) {
    .divider--keep {
        width: 13px;
        height: 2px;
        margin: 20px auto;
        background: #000
    }
}

.divider--left {
    margin-left: 0
}

.divider--flush {
    margin-bottom: 0
}

.slider {
    position: static;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 65px
}

@media screen and (max-width:680px) {
    .slider {
        padding: 0 20px
    }
}

h1,h2,h3,h4,h5,h6{font-family: "Luxca", Georgia; }
p{font-family: 'Helvetica Neue', sans-serif;}

.main_section{padding: 50px 0px;}
.about_sec1{padding: 100px 258px; text-align: center;}
.about_sec1 h6{font-size: 30px; color: #6c6c6c; font-weight: 100; letter-spacing: normal; line-height: 40px;}
.about_sec1 h6 span{display:block}

.about_sec2{border-top: 1.3px solid #333; padding-top: 0px; padding-bottom: 0px; border-bottom: 1.3px solid #333;}
.about_sec2 .col-md-4{padding-left: 0px; border-right: 1.3px solid #333; padding-right: 0px;}
.about_sec2 .col-md-8{display:flex; place-items:end; flex-wrap:wrap; padding:40px 121px;}
.about_sec2 h4{font-family: 'Helvetica Neue', sans-serif; font-size: 22px; color: #6c6c6c; font-weight: 100; letter-spacing: normal; line-height: 20px; text-align: center; margin-bottom: 25px;}
.about_sec2 p{color: #6c6c6c; font-weight: 100; letter-spacing: normal;font-size:14px; line-height: 20px; font-family: 'Helvetica Neue', sans-serif; text-align:justify;}
.about_sec2 p span{font-weight:600;}
.about_sec2 a{text-decoration: none; border: 1px solid #333; color: #333; font-size: 20px; padding: 8px 40px; background: none; border-radius: 0px; display: table; width: auto; margin: 20px auto;}
.about_sec2 p a{text-decoration: none; border: none; color: #333; font-size: 14px; padding: 0px; background: none; border-radius: 0px; display: inline; width: auto; margin: 0px auto; font-weight: 600;}


.about_sec3{}
.about_sec3 h3{padding-top: 20px;width: 40%;font-family: 'Helvetica Neue', sans-serif; font-size: 22px; color: #6c6c6c; font-weight: 100; letter-spacing: normal; line-height: 25px; margin: auto;}
.about_sec3 h3 span{display:block;font-style: italic; font-weight: 500; color:#333;}
.about_sec3 a{margin-bottom:10px; margin-top: 20px; display:block;font-family: 'Helvetica Neue', sans-serif; font-size: 22px; color: #6c6c6c; font-weight: 100; letter-spacing: normal; line-height: 20px;}
.about_sec3 h5{font-size:22px; line-height:25px; margin-bottom:10px; font-family: 'Helvetica Neue', sans-serif;margin-top: 20px; display:block;}
.about_sec3 p{font-size: 15px; font-family: 'Helvetica Neue', sans-serif; margin-bottom: 10px; margin-top: 20px; display: block; color: #6c6c6c; font-weight: 100; letter-spacing: normal; line-height: 20px; height:70px;}
.about_sec3 .col-md-3 {padding-left:35px;padding-right:55px;}

.about_sec4{overflow:hidden; padding-top:20px;}
.about_sec4 h4{margin-bottom: 10px; margin-top: 20px; display: block; font-family: 'Helvetica Neue', sans-serif; font-size: 22px; color: #6c6c6c; font-weight: 100; letter-spacing: normal; line-height: 20px;}
.about_sec4 .col-md-4{border:1px solid #6c6c6c;border-left: none; border-right: none;}
.about_sec4 img{width:100%; border:1px solid #6c6c6c;border-top: none; border-bottom: none;}
.about_sec4 .img_text_wrap{position:relative; display:block;}
.about_sec4 .img_text_wrap div{position:absolute; top:0; bottom:0; left:0; right:0; text-align:center; display:flex; place-items:center; justify-content:center;}
.about_sec4 .img_text_wrap div p{color:#fff; font-weight:600; font-size:40px;font-family: 'Helvetica Neue', sans-serif;}
 
.about_sec5{border-bottom: 1.3px solid #333;}
.about_sec5 h4{font-size:22px; line-height:25px; text-align:center;font-family: 'Helvetica Neue', sans-serif; font-weight: 300;}
.about_sec5 ul{text-align:center;}
.about_sec5 ul li{list-style:none; display:inline-block; margin: 20px 30px;}
.about_sec5 ul li img{width:100px;}

.about_sec6{background-image: url(../images/backdrop.png); background-repeat: no-repeat; background-size: cover;}
.about_sec6 h4{font-size: 22px; text-align: center; font-family: 'Helvetica Neue', sans-serif; margin-bottom: 10px; margin-top: 20px; display: block; color: #6c6c6c; font-weight: 100; letter-spacing: normal; line-height: 20px;}
.about_sec6 h3{font-size:32px; text-align:center; font-family: "Luxca", Georgia; margin-top:30px;}
.about_sec6 .Hello_World_c{margin:auto; display:block; width:34%;}
.about_sec6 .Hello_World_c img{width:100%;}
.about_sec6 .Hello_World_c h5{font-size:35px; line-height:25px; text-align:center; font-family: "Luxca", Georgia; margin-top:35px;}
.about_sec6 .Hello_World_c p{font-size: 16px; font-family: 'Helvetica Neue', sans-serif; margin-bottom: 10px; margin-top: 20px; display: block; color: #6c6c6c; font-weight: 100; letter-spacing: normal; line-height: 20px;}
.Hello_World_c.wonder_Aca{text-align:center;}


.face_sec1{padding:50px 0px;}
.F_top_cont{display:flex; place-items: center;}
.face_sec1 .F_top_cont h4{font-size:58px; color:#333; font-weight:400; line-height:70px;font-family: "Luxca", Georgia; width:100%;}
.face_sec1 .F_top_cont h4 span{width:100%; display:block;}
.face_sec1 .F_top_cont h4 span span{display: flex; position:relative; top:-25px; border-top: 1.5px solid #333; width: 35%; margin-left: auto; place-items: center;}
.face_sec1 .F_top_cont a{text-decoration:none; white-space: nowrap; border:1px solid #333; color:#333; font-size:20px; padding:10px 30px; margin-left:100px;}
.face_sec1 ul{display:flex; flex-wrap:wrap;}
.face_sec1 ul li{text-align:center; list-style:none; width:23%; margin:10px 20px 10px 0px;}
.face_sec1 ul li a{display:block; text-decoration:none; color:#333;}
.face_sec1 ul li a img{width:100%}
.face_sec1 ul li a p{color:#333; font-size:16px; font-weight:500;}

#faceModal .modal-header{border-bottom:none;}
#faceModal button{}
#faceModal h4{font-size:16px; color:#333; font-weight:500; margin-bottom:0px;}
#faceModal ul{}
#faceModal ul li{list-style:none; font-weight:400; display:inline-block; font-size:14px; color:#333; }
#faceModal ul li span{font-weight:600;}
#faceModal .slick-slider .element{padding:10px;}
#faceModal ul.slick-dots{bottom:-30px;}
#faceModal ul.slick-dots li{background:#ccc;}
#faceModal ul.slick-dots li.slick-active{background:#333;}
#faceModal .slick-slider{margin-bottom:40px;}
#faceModal .modal-dialog{max-width: 70%; min-width: 50%;}
#faceModal .modal-body{padding-top:0px;}

.be_scoued_content h5{color: #333; font-size: 22px; font-weight: 500; font-family: 'Helvetica Neue', sans-serif; margin: 25px 0px;}
.be_scoued_content p{color: #333; font-size: 15px; font-weight: 500; font-family: 'Helvetica Neue', sans-serif; margin: 25px 0px;}
.be_scoued_form input{background:none;border:1px solid #333; border-radius:0px;}
.be_scoued_form select{background-color:#f1efe9;border:1px solid #333; border-radius:0px;}
.be_scoued_form button{text-decoration: none; border: 1px solid #333; color: #333; font-size: 20px;padding: 6px 40px; background: none; border-radius: 0px; margin: auto; display: block;}
.be_scoued_form button:hover{background:#000; color:#fff;}

.dform input{background:none;border:1px solid #333; border-radius:0px;}
.dform select{background-color:#f1efe9;border:1px solid #333; border-radius:0px;}
.dform button{text-decoration: none; border: 1px solid #333; color: #333; font-size: 20px;padding: 6px 40px; background: none; border-radius: 0px; margin: auto; display: block;}
.dform button:hover{background:#000; color:#fff;}

.gender_list{}
.gender_list .form-check{margin-right:20px;}
.upload__box .text-danger{color: #ae0000 !important; font-size: 10px; font-weight: 700;}
.upload__box {padding: 0px;}
.upload__inputfile { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; } 
.upload__btn { display: inline-block; font-weight: 600; color: #333; text-align: center; width: 100%; padding: 5px; transition: all 0.3s ease; cursor: pointer; border: 2px solid; background-color: none; border-color: #333; border-radius: 0px; line-height: 26px; font-size: 14px; }
.upload__btn p{margin:auto; text-transform:uppercase;}
.upload__btn:hover { background-color: unset; color: #4045ba; transition: all 0.3s ease; } 
.upload__btn-box { margin-bottom: 10px; } 
.upload__btn-box h6{text-align: center; margin-bottom: 20px; font-size: 16px; color: #333; font-weight: 400;font-family: 'Helvetica Neue', sans-serif;}
.upload__img-wrap { display: flex; flex-wrap: wrap; margin: 0px 0px 10px 0px; border: 1px solid #333; height: 200px; overflow: hidden; } 
.upload__img-box { width: 100%; padding: 0 0px; margin-bottom: 12px; }
.upload__img-close {width: 20px; height: 20px; border-radius: 50%; background-color: rgb(0 0 0); position: absolute; top: 5px; right: 5px; text-align: center; line-height: 17px; z-index: 1; cursor: pointer; padding: 0px 3px;}
.upload__img-close:after {content: "✖";font-size: 11px;color: #fff;}
.img-bg {background-repeat: no-repeat; background-position: unset; background-size: 100% 100%; position: relative; padding-bottom: 80%;}




.artist_sec1{}
.a_top_cont{text-align:center; position:relative;}
.artist_sec1 h4{font-size:35px; color:#333; font-weight:500; line-height:45px;font-family: "Luxca", Georgia;}
.artist_sec1 p span span{font-weight:600; margin-left:10px;}
.artist_sec1 p> span:before{content:''; position:absolute; top:0; bottom:0; border:2px solid;}
.artist_sec1 p {margin-bottom:50px;position:relative;color:#6c6c6c;letter-spacing: normal; font-weight:100; margin-top:20px; font-family: 'Helvetica Neue', sans-serif;}
.artist_sec1 img{width:80%;}
.artist_sec1_content{flex-wrap: wrap; place-items: center; justify-content: center; height: 440px; display: flex ; flex-direction: column;}
.artist_sec1_content h5{text-align:center; font-size:25px; margin-bottom:20px; text-transform:uppercase; font-weight:500; color:#6c6c6c; font-family: 'Helvetica Neue', sans-serif;letter-spacing: normal; font-weight:100;}
.artist_sec1_content p{ font-size:14px; color:#333; font-family: 'Helvetica Neue', sans-serif;}

.artist_sec2{}
.artist_sec2 h4{text-align: center; font-size: 25px; margin-bottom: 20px; text-transform: uppercase; font-weight: 500; color: #000;font-family: 'Helvetica Neue', sans-serif;}
.artist_sec2_content{display: flex; place-items: center; justify-content:center; flex-wrap: wrap; align-items: center; text-align: center;}
.artist_sec2_content h5{width:100%; font-family: 'Helvetica Neue', sans-serif;  position:relative;padding-bottom: 10px; font-size: 30px; color: #333; font-weight: 500;}
.artist_sec2_content h5:before{position:absolute; content:''; border:1px solid #333;width: 40px; bottom: -10px; left: 0; right: 0; text-align: center; margin: auto;}
.artist_sec2_content p{width:100%; font-family: 'Helvetica Neue', sans-serif;font-size:14px; color:#333;}
.artist_sec2 img{width:100%;}

.artist_slider{padding:10px 0px 30px; overflow:hidden;}
.artist_slider .element{padding:10px;}
.artist_slider ul.slick-dots{bottom:-30px;}
.artist_slider ul.slick-dots li{background:#ccc;}
.artist_slider ul.slick-dots li.slick-active{background:#333;}
.artist_slider .slick-slider{margin-bottom:40px;}

.studio_sec1{}
.a_top_cont{text-align:center; position:relative;}
.studio_sec1 h4{font-size:35px; color:#333; font-weight:500; line-height:45px;font-family: "Luxca", Georgia;}
.studio_sec1 p {margin-bottom:50px;position:relative; margin-top:20px;font-family: 'Helvetica Neue', sans-serif;}
.studio_sec1 img{width:100%;}
.studio_sec1 a{border:1px solid #333; padding:10px; font-size:16px; text-decoration:none;}
.a_top_cont_b{display: flex; flex-wrap: wrap; place-items: center; margin: auto; justify-content: center;}
.a_top_cont_b a{margin-right:15px;}

.studio_sec2{border-bottom: 1.3px solid #333; border-top: 1.3px solid #333;}
.studio_sec2 .container .row{place-items: center;}
.studio_sec2 h3{font-size:22px; line-height:25px; font-family: 'Helvetica Neue', sans-serif; font-weight: 300;margin-top: 0px;}
.studio_sec2 h3 span{display:block;}
.studio_sec2 p{font-size:13px; color:#333; line-height: 18px; font-family: 'Helvetica Neue', sans-serif; width:70%;}
.studio_sec2 .accordion h2 button{background: #f1efe9; padding: 10px 0px; height: auto; font-size:13px; color:#333;font-weight: 300; line-height: 18px;font-family: 'Helvetica Neue', sans-serif;}
.studio_sec2 .accordion h2 button:focus{outline:none; box-shadow:none;}
.studio_sec2 .accordion .accordion-body{background: #f1efe9; padding: 10px 0px; }
.studio_sec2 .accordion .accordion-body p{font-size: 12px; color: #333; line-height: 18px; width:100%; font-family: 'Helvetica Neue', sans-serif;}
.studio_sec2 .accordion .accordion-body h6{font-size: 12px; color: #333; line-height: 18px; font-family: 'Helvetica Neue', sans-serif; font-weight:600;}

.studio_sec3{}
.studio_sec3 img{width:80%;}
.studio_sec3 h5{font-size: 35px; color: #333; font-weight: 500; line-height: 45px; font-family: "Luxca", Georgia;margin-top:20px;}
.studio_sec3 p{font-size: 12px; color: #333; line-height: 18px; width:100%; font-family: 'Helvetica Neue', sans-serif; text-align:right;}
.studio_sec3 h4{font-size: 14px; margin:15px 0px 40px 0px;font-family: 'Helvetica Neue', sans-serif; color: #333; line-height: 18px; width:100%; text-align:right; font-weight:700;}
.studio_sec3 h6{font-family: 'Helvetica Neue', sans-serif; color: #333; line-height: 18px; font-size: 18px;}

.studio_sec4{border-top: 1.3px solid #333; padding-top: 0px; padding-bottom: 0px; border-bottom: 1.3px solid #333;}
.studio_sec4 .col-md-5{padding-left: 0px; border-left: 1.3px solid #333; padding-right: 0px;}
.studio_sec4 .col-md-7{display:flex; place-items:center; flex-wrap:wrap; padding:40px 60px;}
.studio_sec4 h6{font-size: 35px; color: #333; font-weight: 500; line-height: 45px; font-family: "Luxca", Georgia; margin-bottom:25px;}
.studio_sec4 h4{font-size:19px; font-weight:400; margin-bottom:25px; font-family: 'Helvetica Neue', sans-serif;}
.studio_sec4 p{font-size:13px; color:#333; line-height: 20px; font-family: 'Helvetica Neue', sans-serif; text-align:justify;}

.studio_sec5{border-top: 1.3px solid #333; padding: 0px 0px; border-bottom: 1.3px solid #333;}
.studio_sec5 .container-fluid .row .col-md-5{padding-left: 0px;}
.studio_sec5 .container-fluid .row .col-md-7{padding-right: 4%; padding-left: 4%;}
.studio_sec5 img{width:100%;}
.studio_sec5 h5{font-size: 33px; color: #333; font-weight: 500; line-height: 35px; font-family: "Luxca", Georgia; margin-top:60px; margin-bottom:0px; text-align: right;}
.studio_sec5 p{font-size: 12px; color: #333; line-height: 18px; width:100%; font-family: 'Helvetica Neue', sans-serif; text-align:right;}
.studio_sec5 h4{font-size: 13px; margin:10px 0px; color: #333; line-height: 18px; width:100%; text-align:right; font-weight:100; font-family: 'Helvetica Neue', sans-serif;}
.studio_sec5 h6{font-size:13px; font-weight:400; margin-bottom:15px;font-family: 'Helvetica Neue', sans-serif;}
.studio_sec5_b h5{margin-top:10px; text-align: left;}


.CTAstudio_sec1{}
.CTAstudio_sec1 h4{font-size:35px; color:#333; font-weight:500; line-height:45px;font-family: "Luxca", Georgia;}
.CTAstudio_sec1 h4 span{display:block;}
.CTAstudio_sec1 p{margin-bottom:30px;position:relative; margin-top:20px;font-family: 'Helvetica Neue', sans-serif;}
.CTAstudio_sec1 ul{}
.CTAstudio_sec1 ul li{width:22%; margin:10px 10px; list-style:none; display:inline-block;}
.CTAstudio_sec1 ul li img{width:100%;     border: 1.3px solid #000;}

.CTAstudio_sec1_TabinG{margin-top:40px;}
.CTAstudio_sec1_TabinG .nav-pills button{margin:4px 0px;width: auto; display: inherit; padding:0px; white-space:nowrap; color:#333; font-size:15px; font-weight:500;font-family: 'Helvetica Neue', sans-serif;}
.CTAstudio_sec1_TabinG .nav-pills button.active{background: none; border-radius:0px; border: none; color: #333;}




footer {padding: 50px 0px 30px 0px; overflow:hidden;}
footer ul li{list-style:none; font-size:13px;}
footer ul li span{font-weight:400;font-size:15px; margin-bottom:10px; display:block;}
footer ul li a{font-size:13px; color:#333;}
footer p{font-size:13px; color:#333; line-height: 17px;margin-bottom: 30px;}
.footer_m_content{text-align:center;}
.Footer-navigation_list{text-align:right;}
.footer_F_Stp{text-align:center;}
.footer_F_Stp h3{font-size:25px; color:#333; font-weight:500;}
.footer_F_Stp h3 span{font-family: 'Helvetica Neue', sans-serif;font-size: 25px; color: #6c6c6c; font-weight: 100; letter-spacing: normal; line-height: 20px;}
.footer_F_Stp p{width: 45%; margin: 35px auto; display: block; font-size: 15px; color: #6c6c6c; font-weight: 300; letter-spacing: normal; line-height: 20px;}
.footer_F_Stp form{width:70%; margin:auto;}
.footer_F_Stp form input{background:none; border-radius:0px; border:1px solid #000;}
.footer_F_Stp form input[type=submit]{background:none; margin-top:25px; margin-bottom:5px; border:none; padding:10px; color:#333; font-size:18px; font-weight:500;font-family: 'Helvetica Neue', sans-serif;}
.SELECTED-WORKS{border-top:1.3px solid #333; border-bottom:1.3px solid #333; padding:20px 0px; margin-bottom: 50px;
}
.SELECTED-WORKS a{padding:10px;}
.SELECTED-WORKS a img{width:100%; height:230px;}
.SELECTED-WORKS h4{font-size:18px; color:#333; margin:auto;font-family: 'Helvetica Neue', sans-serif; margin-left: 10px;}
.SELECTED-WORKS ul.slick-dots{bottom:-30px;}
.SELECTED-WORKS ul.slick-dots li{background:#ccc;}
.SELECTED-WORKS ul.slick-dots li.slick-active{background:#333;}
.SELECTED-WORKS .slick-slider{margin-bottom:40px;}

#toolbarContainer{display:none;}

@media only screen and (max-width:767px) {
    .about_sec1{padding: 50px 0px;}
    .about_sec1 h6{font-size: 22px; line-height: normal;}
    .about_sec2{padding-top:0px; padding-bottom:0px;}
    .about_sec2 .col-md-7 { display: flex; place-items: end; flex-wrap: wrap; padding: 20px 15px; }
    .about_sec2 .col-md-8{ padding: 30px 15px;}

    .about_sec3{padding-bottom:0px;}
    .about_sec3 h3{margin-bottom: 30px; margin-top: 0px; width: 100%; padding-top: 0px;}
    .about_sec3 h4{font-size: 18px; line-height: 15px;}
    .about_sec3 p{margin-bottom:20px;height:auto;}

    .about_sec4{padding-top:35px;}

    .about_sec5{padding-top:0px;}
    .about_sec5 ul li{margin:20px 8px;}
    .about_sec5 ul li img { width: 80px; }

    .about_sec6 h4{font-size: 20px;}
    .about_sec6 h3 { font-size: 20px; margin-top: 10px; }
    .about_sec6 .Hello_World_c{width:100%;}
    .about_sec6 .Hello_World_c h5{font-size: 22px; line-height: 45px;}
    .about_sec6 .Hello_World_c p{font-size: 15px; text-align:center;}

    .footer_F_Stp form{width: 90%;}

    .F_top_cont{flex-wrap: wrap;}
    .face_sec1 .F_top_cont h4{ line-height: 30px;font-size: 28px;}
    .face_sec1 .F_top_cont h4 span span{top:-15px;}
    .face_sec1 .F_top_cont a{font-size: 18px; padding: 7px 30px; margin-left:0px;}
    .face_sec1 ul{margin-top:20px;justify-content: space-between;}
    .face_sec1 ul li{width: 47%; margin:unset;}
    #faceModal .modal-dialog{max-width: 100%; min-width: 80%;}
    .face_sec1 ul li a p{font-size: 12px; font-weight: 500; letter-spacing: 0px;}
    
    .artist_sec1_content{height:auto;}
    .artist_sec1 h4{font-size: 28px;}
    .artist_sec1 p{margin-bottom: 10px;}
    .artist_sec1 img{margin-bottom:30px; width:100%;}

    .artist_sec2 h4{font-size: 20px;}
    .artist_sec2_content h5{margin-bottom: 30px; font-size: 20px;}

    .CTAstudio_sec1 ul li{width: 45%; margin: 10px 5px;}
    
    .studio_sec1 img{margin-bottom:20px;}

    footer p{text-align:left;}
    .Footer-navigation_list{text-align:left;}
    .footer_F_Stp p{width:100%;}


}








