.grid-container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 73.75rem;
    margin: 0 auto
}

@media print, screen and (min-width: 64em) {
    .grid-container {
        padding-right:.9375rem;
        padding-left: .9375rem
    }
}

.grid-container.fluid {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 100%;
    margin: 0 auto
}

@media print, screen and (min-width: 64em) {
    .grid-container.fluid {
        padding-right:.9375rem;
        padding-left: .9375rem
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto
}

.grid-x {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cell {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%
}

.cell.auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.cell.shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x>.auto {
    width: auto
}

.grid-x>.shrink {
    width: auto
}

.grid-x>.small-shrink,.grid-x>.small-full,.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print, screen and (min-width: 64em) {
    .grid-x>.medium-shrink,.grid-x>.medium-full,.grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12 {
        -ms-flex-preferred-size:auto;
        flex-basis: auto
    }
}

@media print, screen and (min-width: 75em) {
    .grid-x>.large-shrink,.grid-x>.large-full,.grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12 {
        -ms-flex-preferred-size:auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 90em) {
    .grid-x>.xlarge-shrink,.grid-x>.xlarge-full,.grid-x>.xlarge-1,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12 {
        -ms-flex-preferred-size:auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 160em) {
    .grid-x>.xxlarge-shrink,.grid-x>.xxlarge-full,.grid-x>.xxlarge-1,.grid-x>.xxlarge-2,.grid-x>.xxlarge-3,.grid-x>.xxlarge-4,.grid-x>.xxlarge-5,.grid-x>.xxlarge-6,.grid-x>.xxlarge-7,.grid-x>.xxlarge-8,.grid-x>.xxlarge-9,.grid-x>.xxlarge-10,.grid-x>.xxlarge-11,.grid-x>.xxlarge-12 {
        -ms-flex-preferred-size:auto;
        flex-basis: auto
    }
}

.grid-x>.small-1 {
    width: 8.33333%
}

.grid-x>.small-2 {
    width: 16.66667%
}

.grid-x>.small-3 {
    width: 25%
}

.grid-x>.small-4 {
    width: 33.33333%
}

.grid-x>.small-5 {
    width: 41.66667%
}

.grid-x>.small-6 {
    width: 50%
}

.grid-x>.small-7 {
    width: 58.33333%
}

.grid-x>.small-8 {
    width: 66.66667%
}

.grid-x>.small-9 {
    width: 75%
}

.grid-x>.small-10 {
    width: 83.33333%
}

.grid-x>.small-11 {
    width: 91.66667%
}

.grid-x>.small-12 {
    width: 100%
}

@media print, screen and (min-width: 64em) {
    .grid-x>.medium-auto {
        -ms-flex:1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x>.medium-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .grid-x>.medium-1 {
        width: 8.33333%
    }

    .grid-x>.medium-2 {
        width: 16.66667%
    }

    .grid-x>.medium-3 {
        width: 25%
    }

    .grid-x>.medium-4 {
        width: 33.33333%
    }

    .grid-x>.medium-5 {
        width: 41.66667%
    }

    .grid-x>.medium-6 {
        width: 50%
    }

    .grid-x>.medium-7 {
        width: 58.33333%
    }

    .grid-x>.medium-8 {
        width: 66.66667%
    }

    .grid-x>.medium-9 {
        width: 75%
    }

    .grid-x>.medium-10 {
        width: 83.33333%
    }

    .grid-x>.medium-11 {
        width: 91.66667%
    }

    .grid-x>.medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 75em) {
    .grid-x>.large-auto {
        -ms-flex:1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x>.large-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .grid-x>.large-1 {
        width: 8.33333%
    }

    .grid-x>.large-2 {
        width: 16.66667%
    }

    .grid-x>.large-3 {
        width: 25%
    }

    .grid-x>.large-4 {
        width: 33.33333%
    }

    .grid-x>.large-5 {
        width: 41.66667%
    }

    .grid-x>.large-6 {
        width: 50%
    }

    .grid-x>.large-7 {
        width: 58.33333%
    }

    .grid-x>.large-8 {
        width: 66.66667%
    }

    .grid-x>.large-9 {
        width: 75%
    }

    .grid-x>.large-10 {
        width: 83.33333%
    }

    .grid-x>.large-11 {
        width: 91.66667%
    }

    .grid-x>.large-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .grid-x>.xlarge-auto {
        -ms-flex:1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x>.xlarge-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .grid-x>.xlarge-1 {
        width: 8.33333%
    }

    .grid-x>.xlarge-2 {
        width: 16.66667%
    }

    .grid-x>.xlarge-3 {
        width: 25%
    }

    .grid-x>.xlarge-4 {
        width: 33.33333%
    }

    .grid-x>.xlarge-5 {
        width: 41.66667%
    }

    .grid-x>.xlarge-6 {
        width: 50%
    }

    .grid-x>.xlarge-7 {
        width: 58.33333%
    }

    .grid-x>.xlarge-8 {
        width: 66.66667%
    }

    .grid-x>.xlarge-9 {
        width: 75%
    }

    .grid-x>.xlarge-10 {
        width: 83.33333%
    }

    .grid-x>.xlarge-11 {
        width: 91.66667%
    }

    .grid-x>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width: 160em) {
    .grid-x>.xxlarge-auto {
        -ms-flex:1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x>.xxlarge-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .grid-x>.xxlarge-1 {
        width: 8.33333%
    }

    .grid-x>.xxlarge-2 {
        width: 16.66667%
    }

    .grid-x>.xxlarge-3 {
        width: 25%
    }

    .grid-x>.xxlarge-4 {
        width: 33.33333%
    }

    .grid-x>.xxlarge-5 {
        width: 41.66667%
    }

    .grid-x>.xxlarge-6 {
        width: 50%
    }

    .grid-x>.xxlarge-7 {
        width: 58.33333%
    }

    .grid-x>.xxlarge-8 {
        width: 66.66667%
    }

    .grid-x>.xxlarge-9 {
        width: 75%
    }

    .grid-x>.xxlarge-10 {
        width: 83.33333%
    }

    .grid-x>.xxlarge-11 {
        width: 91.66667%
    }

    .grid-x>.xxlarge-12 {
        width: 100%
    }
}

.grid-margin-x:not(.grid-x)>.cell {
    width: auto
}

.grid-margin-y:not(.grid-y)>.cell {
    height: auto
}

.grid-margin-x {
    margin-left: -.625rem;
    margin-right: -.625rem
}

@media print, screen and (min-width: 64em) {
    .grid-margin-x {
        margin-left:-.9375rem;
        margin-right: -.9375rem
    }
}

.grid-margin-x>.cell {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem
}

@media print, screen and (min-width: 64em) {
    .grid-margin-x>.cell {
        width:calc(100% - 1.875rem);
        margin-left: .9375rem;
        margin-right: .9375rem
    }
}

.grid-margin-x>.auto {
    width: auto
}

.grid-margin-x>.shrink {
    width: auto
}

.grid-margin-x>.small-1 {
    width: calc(8.33333% - 1.25rem)
}

.grid-margin-x>.small-2 {
    width: calc(16.66667% - 1.25rem)
}

.grid-margin-x>.small-3 {
    width: calc(25% - 1.25rem)
}

.grid-margin-x>.small-4 {
    width: calc(33.33333% - 1.25rem)
}

.grid-margin-x>.small-5 {
    width: calc(41.66667% - 1.25rem)
}

.grid-margin-x>.small-6 {
    width: calc(50% - 1.25rem)
}

.grid-margin-x>.small-7 {
    width: calc(58.33333% - 1.25rem)
}

.grid-margin-x>.small-8 {
    width: calc(66.66667% - 1.25rem)
}

.grid-margin-x>.small-9 {
    width: calc(75% - 1.25rem)
}

.grid-margin-x>.small-10 {
    width: calc(83.33333% - 1.25rem)
}

.grid-margin-x>.small-11 {
    width: calc(91.66667% - 1.25rem)
}

.grid-margin-x>.small-12 {
    width: calc(100% - 1.25rem)
}

@media print, screen and (min-width: 64em) {
    .grid-margin-x>.auto {
        width:auto
    }

    .grid-margin-x>.shrink {
        width: auto
    }

    .grid-margin-x>.small-1 {
        width: calc(8.33333% - 1.875rem)
    }

    .grid-margin-x>.small-2 {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x>.small-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x>.small-4 {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x>.small-5 {
        width: calc(41.66667% - 1.875rem)
    }

    .grid-margin-x>.small-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x>.small-7 {
        width: calc(58.33333% - 1.875rem)
    }

    .grid-margin-x>.small-8 {
        width: calc(66.66667% - 1.875rem)
    }

    .grid-margin-x>.small-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x>.small-10 {
        width: calc(83.33333% - 1.875rem)
    }

    .grid-margin-x>.small-11 {
        width: calc(91.66667% - 1.875rem)
    }

    .grid-margin-x>.small-12 {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x>.medium-auto {
        width: auto
    }

    .grid-margin-x>.medium-shrink {
        width: auto
    }

    .grid-margin-x>.medium-1 {
        width: calc(8.33333% - 1.875rem)
    }

    .grid-margin-x>.medium-2 {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x>.medium-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x>.medium-4 {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x>.medium-5 {
        width: calc(41.66667% - 1.875rem)
    }

    .grid-margin-x>.medium-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x>.medium-7 {
        width: calc(58.33333% - 1.875rem)
    }

    .grid-margin-x>.medium-8 {
        width: calc(66.66667% - 1.875rem)
    }

    .grid-margin-x>.medium-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x>.medium-10 {
        width: calc(83.33333% - 1.875rem)
    }

    .grid-margin-x>.medium-11 {
        width: calc(91.66667% - 1.875rem)
    }

    .grid-margin-x>.medium-12 {
        width: calc(100% - 1.875rem)
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x>.large-auto {
        width:auto
    }

    .grid-margin-x>.large-shrink {
        width: auto
    }

    .grid-margin-x>.large-1 {
        width: calc(8.33333% - 1.875rem)
    }

    .grid-margin-x>.large-2 {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x>.large-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x>.large-4 {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x>.large-5 {
        width: calc(41.66667% - 1.875rem)
    }

    .grid-margin-x>.large-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x>.large-7 {
        width: calc(58.33333% - 1.875rem)
    }

    .grid-margin-x>.large-8 {
        width: calc(66.66667% - 1.875rem)
    }

    .grid-margin-x>.large-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x>.large-10 {
        width: calc(83.33333% - 1.875rem)
    }

    .grid-margin-x>.large-11 {
        width: calc(91.66667% - 1.875rem)
    }

    .grid-margin-x>.large-12 {
        width: calc(100% - 1.875rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-x>.xlarge-auto {
        width:auto
    }

    .grid-margin-x>.xlarge-shrink {
        width: auto
    }

    .grid-margin-x>.xlarge-1 {
        width: calc(8.33333% - 1.875rem)
    }

    .grid-margin-x>.xlarge-2 {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x>.xlarge-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x>.xlarge-4 {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x>.xlarge-5 {
        width: calc(41.66667% - 1.875rem)
    }

    .grid-margin-x>.xlarge-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x>.xlarge-7 {
        width: calc(58.33333% - 1.875rem)
    }

    .grid-margin-x>.xlarge-8 {
        width: calc(66.66667% - 1.875rem)
    }

    .grid-margin-x>.xlarge-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x>.xlarge-10 {
        width: calc(83.33333% - 1.875rem)
    }

    .grid-margin-x>.xlarge-11 {
        width: calc(91.66667% - 1.875rem)
    }

    .grid-margin-x>.xlarge-12 {
        width: calc(100% - 1.875rem)
    }
}

@media screen and (min-width: 160em) {
    .grid-margin-x>.xxlarge-auto {
        width:auto
    }

    .grid-margin-x>.xxlarge-shrink {
        width: auto
    }

    .grid-margin-x>.xxlarge-1 {
        width: calc(8.33333% - 1.875rem)
    }

    .grid-margin-x>.xxlarge-2 {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x>.xxlarge-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x>.xxlarge-4 {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x>.xxlarge-5 {
        width: calc(41.66667% - 1.875rem)
    }

    .grid-margin-x>.xxlarge-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x>.xxlarge-7 {
        width: calc(58.33333% - 1.875rem)
    }

    .grid-margin-x>.xxlarge-8 {
        width: calc(66.66667% - 1.875rem)
    }

    .grid-margin-x>.xxlarge-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x>.xxlarge-10 {
        width: calc(83.33333% - 1.875rem)
    }

    .grid-margin-x>.xxlarge-11 {
        width: calc(91.66667% - 1.875rem)
    }

    .grid-margin-x>.xxlarge-12 {
        width: calc(100% - 1.875rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print, screen and (min-width: 64em) {
    .grid-padding-x .grid-padding-x {
        margin-right:-.9375rem;
        margin-left: -.9375rem
    }
}

.grid-container:not(.full)>.grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print, screen and (min-width: 64em) {
    .grid-container:not(.full)>.grid-padding-x {
        margin-right:-.9375rem;
        margin-left: -.9375rem
    }
}

.grid-padding-x>.cell {
    padding-right: .625rem;
    padding-left: .625rem
}

@media print, screen and (min-width: 64em) {
    .grid-padding-x>.cell {
        padding-right:.9375rem;
        padding-left: .9375rem
    }
}

.small-up-1>.cell {
    width: 100%
}

.small-up-2>.cell {
    width: 50%
}

.small-up-3>.cell {
    width: 33.33333%
}

.small-up-4>.cell {
    width: 25%
}

.small-up-5>.cell {
    width: 20%
}

.small-up-6>.cell {
    width: 16.66667%
}

.small-up-7>.cell {
    width: 14.28571%
}

.small-up-8>.cell {
    width: 12.5%
}

@media print, screen and (min-width: 64em) {
    .medium-up-1>.cell {
        width:100%
    }

    .medium-up-2>.cell {
        width: 50%
    }

    .medium-up-3>.cell {
        width: 33.33333%
    }

    .medium-up-4>.cell {
        width: 25%
    }

    .medium-up-5>.cell {
        width: 20%
    }

    .medium-up-6>.cell {
        width: 16.66667%
    }

    .medium-up-7>.cell {
        width: 14.28571%
    }

    .medium-up-8>.cell {
        width: 12.5%
    }
}

@media print, screen and (min-width: 75em) {
    .large-up-1>.cell {
        width:100%
    }

    .large-up-2>.cell {
        width: 50%
    }

    .large-up-3>.cell {
        width: 33.33333%
    }

    .large-up-4>.cell {
        width: 25%
    }

    .large-up-5>.cell {
        width: 20%
    }

    .large-up-6>.cell {
        width: 16.66667%
    }

    .large-up-7>.cell {
        width: 14.28571%
    }

    .large-up-8>.cell {
        width: 12.5%
    }
}

@media screen and (min-width: 90em) {
    .xlarge-up-1>.cell {
        width:100%
    }

    .xlarge-up-2>.cell {
        width: 50%
    }

    .xlarge-up-3>.cell {
        width: 33.33333%
    }

    .xlarge-up-4>.cell {
        width: 25%
    }

    .xlarge-up-5>.cell {
        width: 20%
    }

    .xlarge-up-6>.cell {
        width: 16.66667%
    }

    .xlarge-up-7>.cell {
        width: 14.28571%
    }

    .xlarge-up-8>.cell {
        width: 12.5%
    }
}

@media screen and (min-width: 160em) {
    .xxlarge-up-1>.cell {
        width:100%
    }

    .xxlarge-up-2>.cell {
        width: 50%
    }

    .xxlarge-up-3>.cell {
        width: 33.33333%
    }

    .xxlarge-up-4>.cell {
        width: 25%
    }

    .xxlarge-up-5>.cell {
        width: 20%
    }

    .xxlarge-up-6>.cell {
        width: 16.66667%
    }

    .xxlarge-up-7>.cell {
        width: 14.28571%
    }

    .xxlarge-up-8>.cell {
        width: 12.5%
    }
}

.grid-margin-x.small-up-1>.cell {
    width: calc(100% - 1.25rem)
}

.grid-margin-x.small-up-2>.cell {
    width: calc(50% - 1.25rem)
}

.grid-margin-x.small-up-3>.cell {
    width: calc(33.33333% - 1.25rem)
}

.grid-margin-x.small-up-4>.cell {
    width: calc(25% - 1.25rem)
}

.grid-margin-x.small-up-5>.cell {
    width: calc(20% - 1.25rem)
}

.grid-margin-x.small-up-6>.cell {
    width: calc(16.66667% - 1.25rem)
}

.grid-margin-x.small-up-7>.cell {
    width: calc(14.28571% - 1.25rem)
}

.grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 1.25rem)
}

@media print, screen and (min-width: 64em) {
    .grid-margin-x.small-up-1>.cell {
        width:calc(100% - 1.25rem)
    }

    .grid-margin-x.small-up-2>.cell {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x.small-up-3>.cell {
        width: calc(33.33333% - 1.25rem)
    }

    .grid-margin-x.small-up-4>.cell {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x.small-up-5>.cell {
        width: calc(20% - 1.25rem)
    }

    .grid-margin-x.small-up-6>.cell {
        width: calc(16.66667% - 1.25rem)
    }

    .grid-margin-x.small-up-7>.cell {
        width: calc(14.28571% - 1.25rem)
    }

    .grid-margin-x.small-up-8>.cell {
        width: calc(12.5% - 1.25rem)
    }

    .grid-margin-x.medium-up-1>.cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.medium-up-2>.cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.medium-up-3>.cell {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x.medium-up-4>.cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.medium-up-5>.cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.medium-up-6>.cell {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x.medium-up-7>.cell {
        width: calc(14.28571% - 1.875rem)
    }

    .grid-margin-x.medium-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-x.large-up-1>.cell {
        width:calc(100% - 1.875rem)
    }

    .grid-margin-x.large-up-2>.cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.large-up-3>.cell {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x.large-up-4>.cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.large-up-5>.cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.large-up-6>.cell {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x.large-up-7>.cell {
        width: calc(14.28571% - 1.875rem)
    }

    .grid-margin-x.large-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-x.xlarge-up-1>.cell {
        width:calc(100% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-2>.cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-3>.cell {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-4>.cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-5>.cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-6>.cell {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-7>.cell {
        width: calc(14.28571% - 1.875rem)
    }

    .grid-margin-x.xlarge-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media screen and (min-width: 160em) {
    .grid-margin-x.xxlarge-up-1>.cell {
        width:calc(100% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-2>.cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-3>.cell {
        width: calc(33.33333% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-4>.cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-5>.cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-6>.cell {
        width: calc(16.66667% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-7>.cell {
        width: calc(14.28571% - 1.875rem)
    }

    .grid-margin-x.xxlarge-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

.small-margin-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse>.small-1 {
    width: 8.33333%
}

.small-margin-collapse>.small-2 {
    width: 16.66667%
}

.small-margin-collapse>.small-3 {
    width: 25%
}

.small-margin-collapse>.small-4 {
    width: 33.33333%
}

.small-margin-collapse>.small-5 {
    width: 41.66667%
}

.small-margin-collapse>.small-6 {
    width: 50%
}

.small-margin-collapse>.small-7 {
    width: 58.33333%
}

.small-margin-collapse>.small-8 {
    width: 66.66667%
}

.small-margin-collapse>.small-9 {
    width: 75%
}

.small-margin-collapse>.small-10 {
    width: 83.33333%
}

.small-margin-collapse>.small-11 {
    width: 91.66667%
}

.small-margin-collapse>.small-12 {
    width: 100%
}

@media print, screen and (min-width: 64em) {
    .small-margin-collapse>.medium-1 {
        width:8.33333%
    }

    .small-margin-collapse>.medium-2 {
        width: 16.66667%
    }

    .small-margin-collapse>.medium-3 {
        width: 25%
    }

    .small-margin-collapse>.medium-4 {
        width: 33.33333%
    }

    .small-margin-collapse>.medium-5 {
        width: 41.66667%
    }

    .small-margin-collapse>.medium-6 {
        width: 50%
    }

    .small-margin-collapse>.medium-7 {
        width: 58.33333%
    }

    .small-margin-collapse>.medium-8 {
        width: 66.66667%
    }

    .small-margin-collapse>.medium-9 {
        width: 75%
    }

    .small-margin-collapse>.medium-10 {
        width: 83.33333%
    }

    .small-margin-collapse>.medium-11 {
        width: 91.66667%
    }

    .small-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 75em) {
    .small-margin-collapse>.large-1 {
        width:8.33333%
    }

    .small-margin-collapse>.large-2 {
        width: 16.66667%
    }

    .small-margin-collapse>.large-3 {
        width: 25%
    }

    .small-margin-collapse>.large-4 {
        width: 33.33333%
    }

    .small-margin-collapse>.large-5 {
        width: 41.66667%
    }

    .small-margin-collapse>.large-6 {
        width: 50%
    }

    .small-margin-collapse>.large-7 {
        width: 58.33333%
    }

    .small-margin-collapse>.large-8 {
        width: 66.66667%
    }

    .small-margin-collapse>.large-9 {
        width: 75%
    }

    .small-margin-collapse>.large-10 {
        width: 83.33333%
    }

    .small-margin-collapse>.large-11 {
        width: 91.66667%
    }

    .small-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .small-margin-collapse>.xlarge-1 {
        width:8.33333%
    }

    .small-margin-collapse>.xlarge-2 {
        width: 16.66667%
    }

    .small-margin-collapse>.xlarge-3 {
        width: 25%
    }

    .small-margin-collapse>.xlarge-4 {
        width: 33.33333%
    }

    .small-margin-collapse>.xlarge-5 {
        width: 41.66667%
    }

    .small-margin-collapse>.xlarge-6 {
        width: 50%
    }

    .small-margin-collapse>.xlarge-7 {
        width: 58.33333%
    }

    .small-margin-collapse>.xlarge-8 {
        width: 66.66667%
    }

    .small-margin-collapse>.xlarge-9 {
        width: 75%
    }

    .small-margin-collapse>.xlarge-10 {
        width: 83.33333%
    }

    .small-margin-collapse>.xlarge-11 {
        width: 91.66667%
    }

    .small-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width: 160em) {
    .small-margin-collapse>.xxlarge-1 {
        width:8.33333%
    }

    .small-margin-collapse>.xxlarge-2 {
        width: 16.66667%
    }

    .small-margin-collapse>.xxlarge-3 {
        width: 25%
    }

    .small-margin-collapse>.xxlarge-4 {
        width: 33.33333%
    }

    .small-margin-collapse>.xxlarge-5 {
        width: 41.66667%
    }

    .small-margin-collapse>.xxlarge-6 {
        width: 50%
    }

    .small-margin-collapse>.xxlarge-7 {
        width: 58.33333%
    }

    .small-margin-collapse>.xxlarge-8 {
        width: 66.66667%
    }

    .small-margin-collapse>.xxlarge-9 {
        width: 75%
    }

    .small-margin-collapse>.xxlarge-10 {
        width: 83.33333%
    }

    .small-margin-collapse>.xxlarge-11 {
        width: 91.66667%
    }

    .small-margin-collapse>.xxlarge-12 {
        width: 100%
    }
}

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0
}

@media print, screen and (min-width: 64em) {
    .medium-margin-collapse {
        margin-right:0;
        margin-left: 0
    }

    .medium-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print, screen and (min-width: 64em) {
    .medium-margin-collapse>.small-1 {
        width:8.33333%
    }

    .medium-margin-collapse>.small-2 {
        width: 16.66667%
    }

    .medium-margin-collapse>.small-3 {
        width: 25%
    }

    .medium-margin-collapse>.small-4 {
        width: 33.33333%
    }

    .medium-margin-collapse>.small-5 {
        width: 41.66667%
    }

    .medium-margin-collapse>.small-6 {
        width: 50%
    }

    .medium-margin-collapse>.small-7 {
        width: 58.33333%
    }

    .medium-margin-collapse>.small-8 {
        width: 66.66667%
    }

    .medium-margin-collapse>.small-9 {
        width: 75%
    }

    .medium-margin-collapse>.small-10 {
        width: 83.33333%
    }

    .medium-margin-collapse>.small-11 {
        width: 91.66667%
    }

    .medium-margin-collapse>.small-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .medium-margin-collapse>.medium-1 {
        width:8.33333%
    }

    .medium-margin-collapse>.medium-2 {
        width: 16.66667%
    }

    .medium-margin-collapse>.medium-3 {
        width: 25%
    }

    .medium-margin-collapse>.medium-4 {
        width: 33.33333%
    }

    .medium-margin-collapse>.medium-5 {
        width: 41.66667%
    }

    .medium-margin-collapse>.medium-6 {
        width: 50%
    }

    .medium-margin-collapse>.medium-7 {
        width: 58.33333%
    }

    .medium-margin-collapse>.medium-8 {
        width: 66.66667%
    }

    .medium-margin-collapse>.medium-9 {
        width: 75%
    }

    .medium-margin-collapse>.medium-10 {
        width: 83.33333%
    }

    .medium-margin-collapse>.medium-11 {
        width: 91.66667%
    }

    .medium-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 75em) {
    .medium-margin-collapse>.large-1 {
        width:8.33333%
    }

    .medium-margin-collapse>.large-2 {
        width: 16.66667%
    }

    .medium-margin-collapse>.large-3 {
        width: 25%
    }

    .medium-margin-collapse>.large-4 {
        width: 33.33333%
    }

    .medium-margin-collapse>.large-5 {
        width: 41.66667%
    }

    .medium-margin-collapse>.large-6 {
        width: 50%
    }

    .medium-margin-collapse>.large-7 {
        width: 58.33333%
    }

    .medium-margin-collapse>.large-8 {
        width: 66.66667%
    }

    .medium-margin-collapse>.large-9 {
        width: 75%
    }

    .medium-margin-collapse>.large-10 {
        width: 83.33333%
    }

    .medium-margin-collapse>.large-11 {
        width: 91.66667%
    }

    .medium-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .medium-margin-collapse>.xlarge-1 {
        width:8.33333%
    }

    .medium-margin-collapse>.xlarge-2 {
        width: 16.66667%
    }

    .medium-margin-collapse>.xlarge-3 {
        width: 25%
    }

    .medium-margin-collapse>.xlarge-4 {
        width: 33.33333%
    }

    .medium-margin-collapse>.xlarge-5 {
        width: 41.66667%
    }

    .medium-margin-collapse>.xlarge-6 {
        width: 50%
    }

    .medium-margin-collapse>.xlarge-7 {
        width: 58.33333%
    }

    .medium-margin-collapse>.xlarge-8 {
        width: 66.66667%
    }

    .medium-margin-collapse>.xlarge-9 {
        width: 75%
    }

    .medium-margin-collapse>.xlarge-10 {
        width: 83.33333%
    }

    .medium-margin-collapse>.xlarge-11 {
        width: 91.66667%
    }

    .medium-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width: 160em) {
    .medium-margin-collapse>.xxlarge-1 {
        width:8.33333%
    }

    .medium-margin-collapse>.xxlarge-2 {
        width: 16.66667%
    }

    .medium-margin-collapse>.xxlarge-3 {
        width: 25%
    }

    .medium-margin-collapse>.xxlarge-4 {
        width: 33.33333%
    }

    .medium-margin-collapse>.xxlarge-5 {
        width: 41.66667%
    }

    .medium-margin-collapse>.xxlarge-6 {
        width: 50%
    }

    .medium-margin-collapse>.xxlarge-7 {
        width: 58.33333%
    }

    .medium-margin-collapse>.xxlarge-8 {
        width: 66.66667%
    }

    .medium-margin-collapse>.xxlarge-9 {
        width: 75%
    }

    .medium-margin-collapse>.xxlarge-10 {
        width: 83.33333%
    }

    .medium-margin-collapse>.xxlarge-11 {
        width: 91.66667%
    }

    .medium-margin-collapse>.xxlarge-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 64em) {
    .medium-padding-collapse {
        margin-right:0;
        margin-left: 0
    }

    .medium-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media print, screen and (min-width: 75em) {
    .large-margin-collapse {
        margin-right:0;
        margin-left: 0
    }

    .large-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print, screen and (min-width: 75em) {
    .large-margin-collapse>.small-1 {
        width:8.33333%
    }

    .large-margin-collapse>.small-2 {
        width: 16.66667%
    }

    .large-margin-collapse>.small-3 {
        width: 25%
    }

    .large-margin-collapse>.small-4 {
        width: 33.33333%
    }

    .large-margin-collapse>.small-5 {
        width: 41.66667%
    }

    .large-margin-collapse>.small-6 {
        width: 50%
    }

    .large-margin-collapse>.small-7 {
        width: 58.33333%
    }

    .large-margin-collapse>.small-8 {
        width: 66.66667%
    }

    .large-margin-collapse>.small-9 {
        width: 75%
    }

    .large-margin-collapse>.small-10 {
        width: 83.33333%
    }

    .large-margin-collapse>.small-11 {
        width: 91.66667%
    }

    .large-margin-collapse>.small-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 75em) {
    .large-margin-collapse>.medium-1 {
        width:8.33333%
    }

    .large-margin-collapse>.medium-2 {
        width: 16.66667%
    }

    .large-margin-collapse>.medium-3 {
        width: 25%
    }

    .large-margin-collapse>.medium-4 {
        width: 33.33333%
    }

    .large-margin-collapse>.medium-5 {
        width: 41.66667%
    }

    .large-margin-collapse>.medium-6 {
        width: 50%
    }

    .large-margin-collapse>.medium-7 {
        width: 58.33333%
    }

    .large-margin-collapse>.medium-8 {
        width: 66.66667%
    }

    .large-margin-collapse>.medium-9 {
        width: 75%
    }

    .large-margin-collapse>.medium-10 {
        width: 83.33333%
    }

    .large-margin-collapse>.medium-11 {
        width: 91.66667%
    }

    .large-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 75em) {
    .large-margin-collapse>.large-1 {
        width:8.33333%
    }

    .large-margin-collapse>.large-2 {
        width: 16.66667%
    }

    .large-margin-collapse>.large-3 {
        width: 25%
    }

    .large-margin-collapse>.large-4 {
        width: 33.33333%
    }

    .large-margin-collapse>.large-5 {
        width: 41.66667%
    }

    .large-margin-collapse>.large-6 {
        width: 50%
    }

    .large-margin-collapse>.large-7 {
        width: 58.33333%
    }

    .large-margin-collapse>.large-8 {
        width: 66.66667%
    }

    .large-margin-collapse>.large-9 {
        width: 75%
    }

    .large-margin-collapse>.large-10 {
        width: 83.33333%
    }

    .large-margin-collapse>.large-11 {
        width: 91.66667%
    }

    .large-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .large-margin-collapse>.xlarge-1 {
        width:8.33333%
    }

    .large-margin-collapse>.xlarge-2 {
        width: 16.66667%
    }

    .large-margin-collapse>.xlarge-3 {
        width: 25%
    }

    .large-margin-collapse>.xlarge-4 {
        width: 33.33333%
    }

    .large-margin-collapse>.xlarge-5 {
        width: 41.66667%
    }

    .large-margin-collapse>.xlarge-6 {
        width: 50%
    }

    .large-margin-collapse>.xlarge-7 {
        width: 58.33333%
    }

    .large-margin-collapse>.xlarge-8 {
        width: 66.66667%
    }

    .large-margin-collapse>.xlarge-9 {
        width: 75%
    }

    .large-margin-collapse>.xlarge-10 {
        width: 83.33333%
    }

    .large-margin-collapse>.xlarge-11 {
        width: 91.66667%
    }

    .large-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width: 160em) {
    .large-margin-collapse>.xxlarge-1 {
        width:8.33333%
    }

    .large-margin-collapse>.xxlarge-2 {
        width: 16.66667%
    }

    .large-margin-collapse>.xxlarge-3 {
        width: 25%
    }

    .large-margin-collapse>.xxlarge-4 {
        width: 33.33333%
    }

    .large-margin-collapse>.xxlarge-5 {
        width: 41.66667%
    }

    .large-margin-collapse>.xxlarge-6 {
        width: 50%
    }

    .large-margin-collapse>.xxlarge-7 {
        width: 58.33333%
    }

    .large-margin-collapse>.xxlarge-8 {
        width: 66.66667%
    }

    .large-margin-collapse>.xxlarge-9 {
        width: 75%
    }

    .large-margin-collapse>.xxlarge-10 {
        width: 83.33333%
    }

    .large-margin-collapse>.xxlarge-11 {
        width: 91.66667%
    }

    .large-margin-collapse>.xxlarge-12 {
        width: 100%
    }
}

@media print, screen and (min-width: 75em) {
    .large-padding-collapse {
        margin-right:0;
        margin-left: 0
    }

    .large-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width: 90em) {
    .xlarge-margin-collapse {
        margin-right:0;
        margin-left: 0
    }

    .xlarge-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width: 90em) {
    .xlarge-margin-collapse>.small-1 {
        width:8.33333%
    }

    .xlarge-margin-collapse>.small-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse>.small-3 {
        width: 25%
    }

    .xlarge-margin-collapse>.small-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse>.small-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse>.small-6 {
        width: 50%
    }

    .xlarge-margin-collapse>.small-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse>.small-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse>.small-9 {
        width: 75%
    }

    .xlarge-margin-collapse>.small-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse>.small-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse>.small-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .xlarge-margin-collapse>.medium-1 {
        width:8.33333%
    }

    .xlarge-margin-collapse>.medium-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse>.medium-3 {
        width: 25%
    }

    .xlarge-margin-collapse>.medium-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse>.medium-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse>.medium-6 {
        width: 50%
    }

    .xlarge-margin-collapse>.medium-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse>.medium-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse>.medium-9 {
        width: 75%
    }

    .xlarge-margin-collapse>.medium-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse>.medium-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .xlarge-margin-collapse>.large-1 {
        width:8.33333%
    }

    .xlarge-margin-collapse>.large-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse>.large-3 {
        width: 25%
    }

    .xlarge-margin-collapse>.large-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse>.large-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse>.large-6 {
        width: 50%
    }

    .xlarge-margin-collapse>.large-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse>.large-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse>.large-9 {
        width: 75%
    }

    .xlarge-margin-collapse>.large-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse>.large-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .xlarge-margin-collapse>.xlarge-1 {
        width:8.33333%
    }

    .xlarge-margin-collapse>.xlarge-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse>.xlarge-3 {
        width: 25%
    }

    .xlarge-margin-collapse>.xlarge-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse>.xlarge-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse>.xlarge-6 {
        width: 50%
    }

    .xlarge-margin-collapse>.xlarge-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse>.xlarge-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse>.xlarge-9 {
        width: 75%
    }

    .xlarge-margin-collapse>.xlarge-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse>.xlarge-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width: 160em) {
    .xlarge-margin-collapse>.xxlarge-1 {
        width:8.33333%
    }

    .xlarge-margin-collapse>.xxlarge-2 {
        width: 16.66667%
    }

    .xlarge-margin-collapse>.xxlarge-3 {
        width: 25%
    }

    .xlarge-margin-collapse>.xxlarge-4 {
        width: 33.33333%
    }

    .xlarge-margin-collapse>.xxlarge-5 {
        width: 41.66667%
    }

    .xlarge-margin-collapse>.xxlarge-6 {
        width: 50%
    }

    .xlarge-margin-collapse>.xxlarge-7 {
        width: 58.33333%
    }

    .xlarge-margin-collapse>.xxlarge-8 {
        width: 66.66667%
    }

    .xlarge-margin-collapse>.xxlarge-9 {
        width: 75%
    }

    .xlarge-margin-collapse>.xxlarge-10 {
        width: 83.33333%
    }

    .xlarge-margin-collapse>.xxlarge-11 {
        width: 91.66667%
    }

    .xlarge-margin-collapse>.xxlarge-12 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .xlarge-padding-collapse {
        margin-right:0;
        margin-left: 0
    }

    .xlarge-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width: 160em) {
    .xxlarge-margin-collapse {
        margin-right:0;
        margin-left: 0
    }

    .xxlarge-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width: 160em) {
    .xxlarge-margin-collapse>.small-1 {
        width:8.33333%
    }

    .xxlarge-margin-collapse>.small-2 {
        width: 16.66667%
    }

    .xxlarge-margin-collapse>.small-3 {
        width: 25%
    }

    .xxlarge-margin-collapse>.small-4 {
        width: 33.33333%
    }

    .xxlarge-margin-collapse>.small-5 {
        width: 41.66667%
    }

    .xxlarge-margin-collapse>.small-6 {
        width: 50%
    }

    .xxlarge-margin-collapse>.small-7 {
        width: 58.33333%
    }

    .xxlarge-margin-collapse>.small-8 {
        width: 66.66667%
    }

    .xxlarge-margin-collapse>.small-9 {
        width: 75%
    }

    .xxlarge-margin-collapse>.small-10 {
        width: 83.33333%
    }

    .xxlarge-margin-collapse>.small-11 {
        width: 91.66667%
    }

    .xxlarge-margin-collapse>.small-12 {
        width: 100%
    }
}

@media screen and (min-width: 160em) {
    .xxlarge-margin-collapse>.medium-1 {
        width:8.33333%
    }

    .xxlarge-margin-collapse>.medium-2 {
        width: 16.66667%
    }

    .xxlarge-margin-collapse>.medium-3 {
        width: 25%
    }

    .xxlarge-margin-collapse>.medium-4 {
        width: 33.33333%
    }

    .xxlarge-margin-collapse>.medium-5 {
        width: 41.66667%
    }

    .xxlarge-margin-collapse>.medium-6 {
        width: 50%
    }

    .xxlarge-margin-collapse>.medium-7 {
        width: 58.33333%
    }

    .xxlarge-margin-collapse>.medium-8 {
        width: 66.66667%
    }

    .xxlarge-margin-collapse>.medium-9 {
        width: 75%
    }

    .xxlarge-margin-collapse>.medium-10 {
        width: 83.33333%
    }

    .xxlarge-margin-collapse>.medium-11 {
        width: 91.66667%
    }

    .xxlarge-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media screen and (min-width: 160em) {
    .xxlarge-margin-collapse>.large-1 {
        width:8.33333%
    }

    .xxlarge-margin-collapse>.large-2 {
        width: 16.66667%
    }

    .xxlarge-margin-collapse>.large-3 {
        width: 25%
    }

    .xxlarge-margin-collapse>.large-4 {
        width: 33.33333%
    }

    .xxlarge-margin-collapse>.large-5 {
        width: 41.66667%
    }

    .xxlarge-margin-collapse>.large-6 {
        width: 50%
    }

    .xxlarge-margin-collapse>.large-7 {
        width: 58.33333%
    }

    .xxlarge-margin-collapse>.large-8 {
        width: 66.66667%
    }

    .xxlarge-margin-collapse>.large-9 {
        width: 75%
    }

    .xxlarge-margin-collapse>.large-10 {
        width: 83.33333%
    }

    .xxlarge-margin-collapse>.large-11 {
        width: 91.66667%
    }

    .xxlarge-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width: 160em) {
    .xxlarge-margin-collapse>.xlarge-1 {
        width:8.33333%
    }

    .xxlarge-margin-collapse>.xlarge-2 {
        width: 16.66667%
    }

    .xxlarge-margin-collapse>.xlarge-3 {
        width: 25%
    }

    .xxlarge-margin-collapse>.xlarge-4 {
        width: 33.33333%
    }

    .xxlarge-margin-collapse>.xlarge-5 {
        width: 41.66667%
    }

    .xxlarge-margin-collapse>.xlarge-6 {
        width: 50%
    }

    .xxlarge-margin-collapse>.xlarge-7 {
        width: 58.33333%
    }

    .xxlarge-margin-collapse>.xlarge-8 {
        width: 66.66667%
    }

    .xxlarge-margin-collapse>.xlarge-9 {
        width: 75%
    }

    .xxlarge-margin-collapse>.xlarge-10 {
        width: 83.33333%
    }

    .xxlarge-margin-collapse>.xlarge-11 {
        width: 91.66667%
    }

    .xxlarge-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width: 160em) {
    .xxlarge-margin-collapse>.xxlarge-1 {
        width:8.33333%
    }

    .xxlarge-margin-collapse>.xxlarge-2 {
        width: 16.66667%
    }

    .xxlarge-margin-collapse>.xxlarge-3 {
        width: 25%
    }

    .xxlarge-margin-collapse>.xxlarge-4 {
        width: 33.33333%
    }

    .xxlarge-margin-collapse>.xxlarge-5 {
        width: 41.66667%
    }

    .xxlarge-margin-collapse>.xxlarge-6 {
        width: 50%
    }

    .xxlarge-margin-collapse>.xxlarge-7 {
        width: 58.33333%
    }

    .xxlarge-margin-collapse>.xxlarge-8 {
        width: 66.66667%
    }

    .xxlarge-margin-collapse>.xxlarge-9 {
        width: 75%
    }

    .xxlarge-margin-collapse>.xxlarge-10 {
        width: 83.33333%
    }

    .xxlarge-margin-collapse>.xxlarge-11 {
        width: 91.66667%
    }

    .xxlarge-margin-collapse>.xxlarge-12 {
        width: 100%
    }
}

@media screen and (min-width: 160em) {
    .xxlarge-padding-collapse {
        margin-right:0;
        margin-left: 0
    }

    .xxlarge-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

.small-offset-0 {
    margin-left: 0%
}

.grid-margin-x>.small-offset-0 {
    margin-left: calc(0% + .625rem)
}

.small-offset-1 {
    margin-left: 8.33333%
}

.grid-margin-x>.small-offset-1 {
    margin-left: calc(8.33333% + .625rem)
}

.small-offset-2 {
    margin-left: 16.66667%
}

.grid-margin-x>.small-offset-2 {
    margin-left: calc(16.66667% + .625rem)
}

.small-offset-3 {
    margin-left: 25%
}

.grid-margin-x>.small-offset-3 {
    margin-left: calc(25% + .625rem)
}

.small-offset-4 {
    margin-left: 33.33333%
}

.grid-margin-x>.small-offset-4 {
    margin-left: calc(33.33333% + .625rem)
}

.small-offset-5 {
    margin-left: 41.66667%
}

.grid-margin-x>.small-offset-5 {
    margin-left: calc(41.66667% + .625rem)
}

.small-offset-6 {
    margin-left: 50%
}

.grid-margin-x>.small-offset-6 {
    margin-left: calc(50% + .625rem)
}

.small-offset-7 {
    margin-left: 58.33333%
}

.grid-margin-x>.small-offset-7 {
    margin-left: calc(58.33333% + .625rem)
}

.small-offset-8 {
    margin-left: 66.66667%
}

.grid-margin-x>.small-offset-8 {
    margin-left: calc(66.66667% + .625rem)
}

.small-offset-9 {
    margin-left: 75%
}

.grid-margin-x>.small-offset-9 {
    margin-left: calc(75% + .625rem)
}

.small-offset-10 {
    margin-left: 83.33333%
}

.grid-margin-x>.small-offset-10 {
    margin-left: calc(83.33333% + .625rem)
}

.small-offset-11 {
    margin-left: 91.66667%
}

.grid-margin-x>.small-offset-11 {
    margin-left: calc(91.66667% + .625rem)
}

@media print, screen and (min-width: 64em) {
    .medium-offset-0 {
        margin-left:0%
    }

    .grid-margin-x>.medium-offset-0 {
        margin-left: calc(0% + .9375rem)
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x>.medium-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x>.medium-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.medium-offset-3 {
        margin-left: calc(25% + .9375rem)
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x>.medium-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x>.medium-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.medium-offset-6 {
        margin-left: calc(50% + .9375rem)
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x>.medium-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x>.medium-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.medium-offset-9 {
        margin-left: calc(75% + .9375rem)
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x>.medium-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x>.medium-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

@media print, screen and (min-width: 75em) {
    .large-offset-0 {
        margin-left:0%
    }

    .grid-margin-x>.large-offset-0 {
        margin-left: calc(0% + .9375rem)
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x>.large-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x>.large-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.large-offset-3 {
        margin-left: calc(25% + .9375rem)
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x>.large-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x>.large-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.large-offset-6 {
        margin-left: calc(50% + .9375rem)
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x>.large-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x>.large-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.large-offset-9 {
        margin-left: calc(75% + .9375rem)
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x>.large-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x>.large-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

@media screen and (min-width: 90em) {
    .xlarge-offset-0 {
        margin-left:0%
    }

    .grid-margin-x>.xlarge-offset-0 {
        margin-left: calc(0% + .9375rem)
    }

    .xlarge-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x>.xlarge-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }

    .xlarge-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x>.xlarge-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }

    .xlarge-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.xlarge-offset-3 {
        margin-left: calc(25% + .9375rem)
    }

    .xlarge-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x>.xlarge-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }

    .xlarge-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x>.xlarge-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }

    .xlarge-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.xlarge-offset-6 {
        margin-left: calc(50% + .9375rem)
    }

    .xlarge-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x>.xlarge-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }

    .xlarge-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x>.xlarge-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }

    .xlarge-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.xlarge-offset-9 {
        margin-left: calc(75% + .9375rem)
    }

    .xlarge-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x>.xlarge-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }

    .xlarge-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x>.xlarge-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

@media screen and (min-width: 160em) {
    .xxlarge-offset-0 {
        margin-left:0%
    }

    .grid-margin-x>.xxlarge-offset-0 {
        margin-left: calc(0% + .9375rem)
    }

    .xxlarge-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x>.xxlarge-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }

    .xxlarge-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x>.xxlarge-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }

    .xxlarge-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.xxlarge-offset-3 {
        margin-left: calc(25% + .9375rem)
    }

    .xxlarge-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x>.xxlarge-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }

    .xxlarge-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x>.xxlarge-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }

    .xxlarge-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.xxlarge-offset-6 {
        margin-left: calc(50% + .9375rem)
    }

    .xxlarge-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x>.xxlarge-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }

    .xxlarge-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x>.xxlarge-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }

    .xxlarge-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.xxlarge-offset-9 {
        margin-left: calc(75% + .9375rem)
    }

    .xxlarge-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x>.xxlarge-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }

    .xxlarge-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x>.xxlarge-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

.grid-y {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.grid-y>.cell {
    width: auto
}

.grid-y>.auto {
    height: auto
}

.grid-y>.shrink {
    height: auto
}

.grid-y>.small-shrink,.grid-y>.small-full,.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print, screen and (min-width: 64em) {
    .grid-y>.medium-shrink,.grid-y>.medium-full,.grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12 {
        -ms-flex-preferred-size:auto;
        flex-basis: auto
    }
}

@media print, screen and (min-width: 75em) {
    .grid-y>.large-shrink,.grid-y>.large-full,.grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12 {
        -ms-flex-preferred-size:auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 90em) {
    .grid-y>.xlarge-shrink,.grid-y>.xlarge-full,.grid-y>.xlarge-1,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12 {
        -ms-flex-preferred-size:auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 160em) {
    .grid-y>.xxlarge-shrink,.grid-y>.xxlarge-full,.grid-y>.xxlarge-1,.grid-y>.xxlarge-2,.grid-y>.xxlarge-3,.grid-y>.xxlarge-4,.grid-y>.xxlarge-5,.grid-y>.xxlarge-6,.grid-y>.xxlarge-7,.grid-y>.xxlarge-8,.grid-y>.xxlarge-9,.grid-y>.xxlarge-10,.grid-y>.xxlarge-11,.grid-y>.xxlarge-12 {
        -ms-flex-preferred-size:auto;
        flex-basis: auto
    }
}

.grid-y>.small-1 {
    height: 8.33333%
}

.grid-y>.small-2 {
    height: 16.66667%
}

.grid-y>.small-3 {
    height: 25%
}

.grid-y>.small-4 {
    height: 33.33333%
}

.grid-y>.small-5 {
    height: 41.66667%
}

.grid-y>.small-6 {
    height: 50%
}

.grid-y>.small-7 {
    height: 58.33333%
}

.grid-y>.small-8 {
    height: 66.66667%
}

.grid-y>.small-9 {
    height: 75%
}

.grid-y>.small-10 {
    height: 83.33333%
}

.grid-y>.small-11 {
    height: 91.66667%
}

.grid-y>.small-12 {
    height: 100%
}

@media print, screen and (min-width: 64em) {
    .grid-y>.medium-auto {
        -ms-flex:1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y>.medium-shrink {
        height: auto
    }

    .grid-y>.medium-1 {
        height: 8.33333%
    }

    .grid-y>.medium-2 {
        height: 16.66667%
    }

    .grid-y>.medium-3 {
        height: 25%
    }

    .grid-y>.medium-4 {
        height: 33.33333%
    }

    .grid-y>.medium-5 {
        height: 41.66667%
    }

    .grid-y>.medium-6 {
        height: 50%
    }

    .grid-y>.medium-7 {
        height: 58.33333%
    }

    .grid-y>.medium-8 {
        height: 66.66667%
    }

    .grid-y>.medium-9 {
        height: 75%
    }

    .grid-y>.medium-10 {
        height: 83.33333%
    }

    .grid-y>.medium-11 {
        height: 91.66667%
    }

    .grid-y>.medium-12 {
        height: 100%
    }
}

@media print, screen and (min-width: 75em) {
    .grid-y>.large-auto {
        -ms-flex:1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y>.large-shrink {
        height: auto
    }

    .grid-y>.large-1 {
        height: 8.33333%
    }

    .grid-y>.large-2 {
        height: 16.66667%
    }

    .grid-y>.large-3 {
        height: 25%
    }

    .grid-y>.large-4 {
        height: 33.33333%
    }

    .grid-y>.large-5 {
        height: 41.66667%
    }

    .grid-y>.large-6 {
        height: 50%
    }

    .grid-y>.large-7 {
        height: 58.33333%
    }

    .grid-y>.large-8 {
        height: 66.66667%
    }

    .grid-y>.large-9 {
        height: 75%
    }

    .grid-y>.large-10 {
        height: 83.33333%
    }

    .grid-y>.large-11 {
        height: 91.66667%
    }

    .grid-y>.large-12 {
        height: 100%
    }
}

@media screen and (min-width: 90em) {
    .grid-y>.xlarge-auto {
        -ms-flex:1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y>.xlarge-shrink {
        height: auto
    }

    .grid-y>.xlarge-1 {
        height: 8.33333%
    }

    .grid-y>.xlarge-2 {
        height: 16.66667%
    }

    .grid-y>.xlarge-3 {
        height: 25%
    }

    .grid-y>.xlarge-4 {
        height: 33.33333%
    }

    .grid-y>.xlarge-5 {
        height: 41.66667%
    }

    .grid-y>.xlarge-6 {
        height: 50%
    }

    .grid-y>.xlarge-7 {
        height: 58.33333%
    }

    .grid-y>.xlarge-8 {
        height: 66.66667%
    }

    .grid-y>.xlarge-9 {
        height: 75%
    }

    .grid-y>.xlarge-10 {
        height: 83.33333%
    }

    .grid-y>.xlarge-11 {
        height: 91.66667%
    }

    .grid-y>.xlarge-12 {
        height: 100%
    }
}

@media screen and (min-width: 160em) {
    .grid-y>.xxlarge-auto {
        -ms-flex:1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y>.xxlarge-shrink {
        height: auto
    }

    .grid-y>.xxlarge-1 {
        height: 8.33333%
    }

    .grid-y>.xxlarge-2 {
        height: 16.66667%
    }

    .grid-y>.xxlarge-3 {
        height: 25%
    }

    .grid-y>.xxlarge-4 {
        height: 33.33333%
    }

    .grid-y>.xxlarge-5 {
        height: 41.66667%
    }

    .grid-y>.xxlarge-6 {
        height: 50%
    }

    .grid-y>.xxlarge-7 {
        height: 58.33333%
    }

    .grid-y>.xxlarge-8 {
        height: 66.66667%
    }

    .grid-y>.xxlarge-9 {
        height: 75%
    }

    .grid-y>.xxlarge-10 {
        height: 83.33333%
    }

    .grid-y>.xxlarge-11 {
        height: 91.66667%
    }

    .grid-y>.xxlarge-12 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print, screen and (min-width: 64em) {
    .grid-padding-y .grid-padding-y {
        margin-top:-.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-padding-y>.cell {
    padding-top: .625rem;
    padding-bottom: .625rem
}

@media print, screen and (min-width: 64em) {
    .grid-padding-y>.cell {
        padding-top:.9375rem;
        padding-bottom: .9375rem
    }
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y {
        margin-top:-.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-margin-y>.cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y>.cell {
        height:calc(100% - 1.875rem);
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }
}

.grid-margin-y>.auto {
    height: auto
}

.grid-margin-y>.shrink {
    height: auto
}

.grid-margin-y>.small-1 {
    height: calc(8.33333% - 1.25rem)
}

.grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.25rem)
}

.grid-margin-y>.small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.25rem)
}

.grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.25rem)
}

.grid-margin-y>.small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.25rem)
}

.grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.25rem)
}

.grid-margin-y>.small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.25rem)
}

.grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.25rem)
}

.grid-margin-y>.small-12 {
    height: calc(100% - 1.25rem)
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y>.auto {
        height:auto
    }

    .grid-margin-y>.shrink {
        height: auto
    }

    .grid-margin-y>.small-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.small-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.small-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.small-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.small-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.small-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.small-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.small-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.small-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.small-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.small-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.small-12 {
        height: calc(100% - 1.875rem)
    }

    .grid-margin-y>.medium-auto {
        height: auto
    }

    .grid-margin-y>.medium-shrink {
        height: auto
    }

    .grid-margin-y>.medium-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.medium-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.medium-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.medium-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-y>.large-auto {
        height:auto
    }

    .grid-margin-y>.large-shrink {
        height: auto
    }

    .grid-margin-y>.large-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.large-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.large-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.large-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.large-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.large-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.large-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.large-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.large-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.large-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.large-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.large-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-y>.xlarge-auto {
        height:auto
    }

    .grid-margin-y>.xlarge-shrink {
        height: auto
    }

    .grid-margin-y>.xlarge-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.xlarge-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.xlarge-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.xlarge-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width: 160em) {
    .grid-margin-y>.xxlarge-auto {
        height:auto
    }

    .grid-margin-y>.xxlarge-shrink {
        height: auto
    }

    .grid-margin-y>.xxlarge-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar
}

.cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

.cell-block-container>.grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media print, screen and (min-width: 64em) {
    .medium-grid-frame {
        overflow:hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .medium-grid-frame {
        width: 100%
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }

    .medium-cell-block-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .medium-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }
}

@media print, screen and (min-width: 75em) {
    .large-grid-frame {
        overflow:hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .large-grid-frame {
        width: 100%
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }

    .large-cell-block-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .large-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width: 90em) {
    .xlarge-grid-frame {
        overflow:hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .xlarge-grid-frame {
        width: 100%
    }

    .xlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }

    .xlarge-cell-block-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .xlarge-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .xlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width: 160em) {
    .xxlarge-grid-frame {
        overflow:hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .xxlarge-grid-frame {
        width: 100%
    }

    .xxlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }

    .xxlarge-cell-block-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .xxlarge-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .xxlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }
}

.grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
}

@media print, screen and (min-width: 64em) {
    .grid-y.medium-grid-frame {
        width:auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media print, screen and (min-width: 75em) {
    .grid-y.large-grid-frame {
        width:auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media screen and (min-width: 90em) {
    .grid-y.xlarge-grid-frame {
        width:auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media screen and (min-width: 160em) {
    .grid-y.xxlarge-grid-frame {
        width:auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print, screen and (min-width: 64em) {
    .cell .grid-y.medium-grid-frame {
        height:100%
    }
}

@media print, screen and (min-width: 75em) {
    .cell .grid-y.large-grid-frame {
        height:100%
    }
}

@media screen and (min-width: 90em) {
    .cell .grid-y.xlarge-grid-frame {
        height:100%
    }
}

@media screen and (min-width: 160em) {
    .cell .grid-y.xxlarge-grid-frame {
        height:100%
    }
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y {
        margin-top:-.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-margin-y>.cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y>.cell {
        height:calc(100% - 1.875rem);
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }
}

.grid-margin-y>.auto {
    height: auto
}

.grid-margin-y>.shrink {
    height: auto
}

.grid-margin-y>.small-1 {
    height: calc(8.33333% - 1.25rem)
}

.grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.25rem)
}

.grid-margin-y>.small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.25rem)
}

.grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.25rem)
}

.grid-margin-y>.small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.25rem)
}

.grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.25rem)
}

.grid-margin-y>.small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.25rem)
}

.grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.25rem)
}

.grid-margin-y>.small-12 {
    height: calc(100% - 1.25rem)
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y>.auto {
        height:auto
    }

    .grid-margin-y>.shrink {
        height: auto
    }

    .grid-margin-y>.small-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.small-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.small-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.small-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.small-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.small-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.small-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.small-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.small-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.small-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.small-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.small-12 {
        height: calc(100% - 1.875rem)
    }

    .grid-margin-y>.medium-auto {
        height: auto
    }

    .grid-margin-y>.medium-shrink {
        height: auto
    }

    .grid-margin-y>.medium-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.medium-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.medium-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.medium-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.medium-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-y>.large-auto {
        height:auto
    }

    .grid-margin-y>.large-shrink {
        height: auto
    }

    .grid-margin-y>.large-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.large-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.large-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.large-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.large-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.large-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.large-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.large-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.large-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.large-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.large-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.large-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-y>.xlarge-auto {
        height:auto
    }

    .grid-margin-y>.xlarge-shrink {
        height: auto
    }

    .grid-margin-y>.xlarge-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.xlarge-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.xlarge-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.xlarge-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.xlarge-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.xlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width: 160em) {
    .grid-margin-y>.xxlarge-auto {
        height:auto
    }

    .grid-margin-y>.xxlarge-shrink {
        height: auto
    }

    .grid-margin-y>.xxlarge-1 {
        height: calc(8.33333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-2 {
        height: calc(16.66667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-4 {
        height: calc(33.33333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-5 {
        height: calc(41.66667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-7 {
        height: calc(58.33333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-8 {
        height: calc(66.66667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-10 {
        height: calc(83.33333% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-11 {
        height: calc(91.66667% - 1.875rem)
    }

    .grid-margin-y>.xxlarge-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem)
}

@media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
        height:calc(100vh + 1.875rem)
    }
}

@media print, screen and (min-width: 75em) {
    .grid-frame.grid-margin-y {
        height:calc(100vh + 1.875rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-frame.grid-margin-y {
        height:calc(100vh + 1.875rem)
    }
}

@media screen and (min-width: 160em) {
    .grid-frame.grid-margin-y {
        height:calc(100vh + 1.875rem)
    }
}

@media print, screen and (min-width: 64em) {
    .grid-margin-y.medium-grid-frame {
        height:calc(100vh + 1.875rem)
    }
}

@media print, screen and (min-width: 75em) {
    .grid-margin-y.large-grid-frame {
        height:calc(100vh + 1.875rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-y.xlarge-grid-frame {
        height:calc(100vh + 1.875rem)
    }
}

@media screen and (min-width: 160em) {
    .grid-margin-y.xxlarge-grid-frame {
        height:calc(100vh + 1.875rem)
    }
}

@font-face {
    font-family: Quentin;
    src: url(../etc/fonts/custom-heading/quentin-webfont.woff);
    font-weight: normal
}

.de-sc-svg__wrapper--top,.de-sc-svg__wrapper--bottom {
    text-align: center
}

.de-sc-svg__wrapper--top svg,.de-sc-svg__wrapper--bottom svg {
    display: block;
    margin: 0 auto
}

.vc_row-fluid .de-sc-svg__wrapper--bottom {
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
    z-index: 1
}

.vc_row-fluid .de-sc-svg__wrapper--top {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1
}

.de-button__wrapper--left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.de-button__wrapper--left.left-icon i {
    margin-right: 7px
}

.de-button__wrapper--left.right-icon i {
    margin-left: 7px
}

.de-button__wrapper--center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.de-button__wrapper--center.left-icon i {
    margin-right: 7px
}

.de-button__wrapper--center.right-icon i {
    margin-left: 7px
}

.de-button__wrapper--right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.de-button__wrapper--right.left-icon i {
    margin-right: 7px
}

.de-button__wrapper--right.right-icon i {
    margin-left: 7px
}

.de-sc-product-info__wrapper-inner--content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.de-sc-product-info__wrapper-inner--content.left-content {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.de-sc-product-info__wrapper-inner--content.right-content {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.de-sc-product-info__wrapper-inner--content img,.de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__left,.de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__right {
    display: inline-block
}

.de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__left {
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: 1;
    text-align: right;
    margin-left: 10px
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
    .de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__left {
        left:-5%
    }
}

.de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__left .woocs_price_info {
    display: none
}

.de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__left .de-sc-product-info--title__readms {
    color: #010101;
    position: relative;
    margin-right: 20px;
    display: block
}

.de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__left span {
    color: #999999
}

.de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__left i {
    position: absolute;
    line-height: 1.75;
    padding-left: 5px;
    transition: transform 0.35s;
    transform: translate3d(0, 0, 0)
}

@media only screen and (max-width: 768px) {
    .de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__left i {
        line-height:1.75
    }
}

.de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__left:hover i {
    transform: translate3d(20%, 0, 0)
}

.de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__right {
    position: absolute;
    bottom: 10%;
    right: 0;
    z-index: 1;
    text-align: left
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
    .de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__right {
        right:-5%
    }
}

.de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__right .woocs_price_info {
    display: none
}

.de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__right .de-sc-product-info--title__readms {
    color: #010101;
    position: relative;
    display: block
}

.de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__right span {
    color: #999999
}

.de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__right i {
    position: absolute;
    line-height: 1.75;
    padding-left: 5px;
    transition: transform 0.35s;
    transform: translate3d(0, 0, 0)
}

@media only screen and (max-width: 768px) {
    .de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__right i {
        line-height:1.75
    }
}

.de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__right:hover i {
    transform: translate3d(20%, 0, 0)
}

.de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__without-image {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    text-align: right;
    padding: 0 5%
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
    .de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__without-image {
        padding:0px 10%
    }
}

.de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__without-image .woocs_price_info {
    display: none
}

.de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__without-image .de-sc-product-info--title__readms {
    color: #010101;
    position: relative;
    display: block
}

.de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__without-image span {
    color: #999999
}

.de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__without-image i {
    position: absolute;
    line-height: 1.75;
    padding-left: 5px;
    transition: transform 0.35s;
    transform: translate3d(0, 0, 0)
}

@media only screen and (max-width: 768px) {
    .de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__without-image i {
        line-height:1.75
    }
}

.de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__without-image:hover i {
    transform: translate3d(20%, 0, 0)
}

.de-sc-product-info-zoom-animated img {
    opacity: 0.95;
    transition: transform 0.7s;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform: scale3d(0.9, 0.9, 1)
}

.de-sc-product-info-zoom-animated:hover img {
    transform: scale3d(1, 1, 1)
}

.de-sc-product-info-framed-animated img {
    opacity: 0.95;
    transition: transform 0.453s;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform: scale3d(0.9, 0.9, 1)
}

.de-sc-product-info-framed-animated:hover img {
    transform: scale3d(0.8, 0.8, 1)
}

.de-sc-product-info--without-image .de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__left,.de-sc-product-info--without-image .de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__right {
    position: static
}

.de-sc-product-info--without-image .de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__right {
    margin-left: 10px
}

.de-sc-product-info--without-image .de-sc-product-info__wrapper-inner--content .de-sc-product-info--title__left {
    margin-right: 10px
}

.de-sc-product-pair__item {
    width: 50%
}

@media screen and (max-width: 74.9375em) {
    .de-sc-product-pair__item:last-child {
        margin-top:40px
    }
}

@media screen and (max-width: 74.9375em) {
    .de-sc-product-pair__item {
        width:100%
    }
}

.de-sc-product-pair__item__image {
    position: relative;
    overflow: hidden
}

.de-sc-product-pair__item--small .de-sc-product-pair__item__image {
    height: 0;
    padding-top: 100%
}

.de-sc-product-pair__item--small .de-sc-product-pair__item__image img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.de-sc-product-pair__item__details {
    margin-top: 20px
}

.de-sc-product-pair__item__details span.de-sc-product-pair__item__details__brand,.de-sc-product-pair__item__details span.de-sc-product-pair__item__details__price,.de-sc-product-pair__item__details span.de-sc-product__item__details__action a {
    font-size: 0.875em
}

.de-sc-product-pair__item__details h6 {
    float: left
}

.de-sc-product-pair__item__details--left {
    float: left
}

.de-sc-product-pair__item__details .add_to_cart_inline {
    border: none !important;
    padding: 0 !important
}

.de-sc-product-pair__item__details .add_to_cart_inline span.woocommerce-Price-amount.amount {
    display: none
}

.de-sc-product-pair__item__details .add_to_cart_inline a {
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875em;
    -ms-flex-align: center;
    align-items: center
}

.de-sc-product-pair__item__details .add_to_cart_inline a span {
    -ms-flex-order: 1;
    order: 1;
    margin-right: 7px
}

.de-sc-product-pair__item__details .add_to_cart_inline a i.df-cart {
    -ms-flex-order: 2;
    order: 2
}

.de-sc-product-pair__item__details .add_to_cart_inline a i.df-cart:before {
    content: "î¥–"
}

.de-sc-product-pair__item__details--right {
    text-align: right;
    float: right;
    min-width: 10%;
    overflow: hidden
}

.de-sc-product-pair__item__details--right i {
    margin-right: 0
}

.de-sc-product-pair__item__details__action {
    transition: 420ms ease-in-out;
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
    float: right
}

.de-sc-product-pair__item__details__action a {
    font-size: 0.875em
}

.de-sc-product-pair__item__details__brand {
    float: left;
    clear: left
}

.de-sc-product-pair__item__details__price {
    transition: 420ms ease-in-out;
    opacity: 1;
    float: right
}

.de-sc-product-pair__item:hover .de-sc-product-pair__item__details__price {
    margin-right: -10%;
    opacity: 0
}

.de-sc-product-pair__item:hover .de-sc-product-pair__item__details__action {
    opacity: 1
}

.de-sc-product-pair__container {
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 74.9375em) {
    .de-sc-product-pair__container {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

.de-sc-product-pair__container--framed .de-sc-product-pair__item__image:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    transition: 420ms
}

.de-sc-product-pair__container--framed .de-sc-product-pair__item__image:hover:after {
    border-width: 20px
}

.de-sc-product-pair__container--slide .de-sc-product-pair__item__image img {
    -ms-transform: scale(1.2) translateX(0%);
    transform: scale(1.2) translateX(0%);
    transition: 420ms
}

.de-sc-product-pair__container--slide .de-sc-product-pair__item__image:hover img {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%);
    transition: 420ms
}

.de-sc-product-pair__container--zoom .de-sc-product-pair__item__image {
    overflow: hidden
}

.de-sc-product-pair__container--zoom .de-sc-product-pair__item__image:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    transition: 420ms;
    overflow: hidden
}

.de-sc-product-pair__container--zoom .de-sc-product-pair__item img {
    transition: 420ms
}

.de-sc-product-pair__container--zoom .de-sc-product-pair__item:hover .de-sc-product-pair__item__image img {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-product-menu-wrapper {
    position: relative
}

.de-sc-product-menu-wrapper--inner.de-content-left-align .de-sc-product--content {
    margin-bottom: 15px;
    border-bottom: 1px solid #999999
}

.de-sc-product-menu-wrapper--inner.de-content-left-align .de-sc-product--content img {
    float: left;
    margin-right: 20px;
    height: auto
}

.de-sc-product-menu-wrapper--inner.de-content-left-align .de-sc-product--content .product-title {
    color: #000000;
    float: left
}

.de-sc-product-menu-wrapper--inner.de-content-left-align .de-sc-product--content .product-price {
    color: #000000;
    text-align: right
}

.de-sc-product-menu-wrapper--inner.de-content-left-align .de-sc-product--content .woocommerce-product-details__short-description {
    display: table;
    text-align: left;
    margin-top: 15px;
    font-size: 14px;
    color: #999999
}

.de-sc-product-menu-wrapper--inner.de-content-left-align .de-sc-product-categories--content {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #999999;
    display: table;
    width: 100%
}

.de-sc-product-menu-wrapper--inner.de-content-left-align .de-sc-product-categories--content img {
    float: left;
    margin-right: 20px;
    height: auto
}

.de-sc-product-menu-wrapper--inner.de-content-left-align .de-sc-product-categories--content .category-title {
    display: inherit;
    color: #000000
}

.de-sc-product-menu-wrapper--inner.de-content-left-align .de-sc-brands-categories--content {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #999999;
    display: table;
    width: 100%
}

.de-sc-product-menu-wrapper--inner.de-content-left-align .de-sc-brands-categories--content img {
    float: left;
    margin-right: 20px;
    height: auto
}

.de-sc-product-menu-wrapper--inner.de-content-left-align .de-sc-brands-categories--content .category-title {
    display: inherit;
    color: #000000;
    float: right
}

.de-sc-product-menu-wrapper--inner.de-content-right-align .de-sc-product--content {
    margin-bottom: 15px;
    border-bottom: 1px solid #999999
}

.de-sc-product-menu-wrapper--inner.de-content-right-align .de-sc-product--content img {
    float: right;
    margin-left: 20px;
    height: auto
}

.de-sc-product-menu-wrapper--inner.de-content-right-align .de-sc-product--content .product-title {
    color: #000000;
    float: right
}

.de-sc-product-menu-wrapper--inner.de-content-right-align .de-sc-product--content .woocommerce-product-details__short-description {
    display: table;
    text-align: right;
    margin-top: 15px;
    font-size: 14px;
    color: #999999
}

.de-sc-product-menu-wrapper--inner.de-content-right-align .de-sc-product-categories--content {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #999999;
    display: table;
    width: 100%
}

.de-sc-product-menu-wrapper--inner.de-content-right-align .de-sc-product-categories--content img {
    float: right;
    margin-left: 20px;
    height: auto
}

.de-sc-product-menu-wrapper--inner.de-content-right-align .de-sc-product-categories--content .category-title {
    display: inherit;
    color: #000000
}

.de-sc-product-menu-wrapper--inner.de-content-right-align .de-sc-brands-categories--content {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #999999;
    display: table;
    width: 100%
}

.de-sc-product-menu-wrapper--inner.de-content-right-align .de-sc-brands-categories--content img {
    float: right;
    margin-left: 20px;
    height: auto
}

.de-sc-product-menu-wrapper--inner.de-content-right-align .de-sc-brands-categories--content .category-title {
    display: inherit;
    color: #000000;
    float: left
}

.de-sc-product-menu-wrapper--inner ul {
    margin-left: 0;
    list-style-type: none
}

.de-sc-product-menu-wrapper--inner ul li {
    display: block
}

.de-sc-countdown-style-2>div {
    display: -ms-flexbox;
    display: flex
}

.de-sc-countdown-style-2>div .uk-countdown-label {
    padding-left: 20px
}

.de-sc-countdown-style-2>div .uk-countdown-number,.de-sc-countdown-style-2>div .uk-countdown-label {
    line-height: inherit
}

.de-sc-countdown-style-2 .uk-countdown-separator {
    line-height: inherit
}

.de-sc-contact-form input,.de-sc-contact-form textarea,.de-sc-contact-form div,.de-sc-contact-form span,.de-sc-contact-form p,.de-sc-contact-form label {
    width: 100%;
    border: none
}

.de-sc-contact-form .wpcf7-recaptcha {
    margin-bottom: 20px;
    margin-top: 20px
}

.de-sc-contact-form .wpcf7-form-control-wrap {
    display: block
}

.de-sc-contact-form .wpcf7-form-control-wrap textarea {
    padding: 1.25em
}

.de-sc-contact-form .wpcf7-checkbox,.de-sc-contact-form .wpcf7-radio {
    display: block;
    padding: 1.25em
}

.de-sc-contact-form .row-2,.de-sc-contact-form .row-3 {
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 74.9375em) {
    .de-sc-contact-form .row-2,.de-sc-contact-form .row-3 {
        -ms-flex-direction:column;
        flex-direction: column
    }
}

.de-sc-contact-form .row-2>div,.de-sc-contact-form .row-2>span,.de-sc-contact-form .row-2>p,.de-sc-contact-form .row-2>label,.de-sc-contact-form .row-3>div,.de-sc-contact-form .row-3>span,.de-sc-contact-form .row-3>p,.de-sc-contact-form .row-3>label {
    margin: 0 10px
}

@media screen and (max-width: 74.9375em) {
    .de-sc-contact-form .row-2>div,.de-sc-contact-form .row-2>span,.de-sc-contact-form .row-2>p,.de-sc-contact-form .row-2>label,.de-sc-contact-form .row-3>div,.de-sc-contact-form .row-3>span,.de-sc-contact-form .row-3>p,.de-sc-contact-form .row-3>label {
        margin:0
    }
}

.de-sc-contact-form .row-2>div:first-child,.de-sc-contact-form .row-2>span:first-child,.de-sc-contact-form .row-2>p:first-child,.de-sc-contact-form .row-2>label:first-child,.de-sc-contact-form .row-3>div:first-child,.de-sc-contact-form .row-3>span:first-child,.de-sc-contact-form .row-3>p:first-child,.de-sc-contact-form .row-3>label:first-child {
    margin-left: 0
}

.de-sc-contact-form .row-2>div:last-child,.de-sc-contact-form .row-2>span:last-child,.de-sc-contact-form .row-2>p:last-child,.de-sc-contact-form .row-2>label:last-child,.de-sc-contact-form .row-3>div:last-child,.de-sc-contact-form .row-3>span:last-child,.de-sc-contact-form .row-3>p:last-child,.de-sc-contact-form .row-3>label:last-child {
    margin-right: 0
}

.de-sc-contact-form .row-2>div,.de-sc-contact-form .row-2>span,.de-sc-contact-form .row-2>p,.de-sc-contact-form .row-2>label {
    width: 50%
}

@media screen and (max-width: 74.9375em) {
    .de-sc-contact-form .row-2>div,.de-sc-contact-form .row-2>span,.de-sc-contact-form .row-2>p,.de-sc-contact-form .row-2>label {
        width:100%
    }
}

.de-sc-contact-form .row-3>div,.de-sc-contact-form .row-3>span,.de-sc-contact-form .row-3>p,.de-sc-contact-form .row-3>label {
    width: calc(100%/3)
}

@media screen and (max-width: 74.9375em) {
    .de-sc-contact-form .row-3>div,.de-sc-contact-form .row-3>span,.de-sc-contact-form .row-3>p,.de-sc-contact-form .row-3>label {
        width:100%
    }
}

.de-sc-contact-form--default .row-1>span,.de-sc-contact-form--default .row-2>span,.de-sc-contact-form--default .row-3>span {
    margin-bottom: 20px
}

.de-sc-contact-form--default .row-1>span input,.de-sc-contact-form--default .row-1>span textarea,.de-sc-contact-form--default .row-2>span input,.de-sc-contact-form--default .row-2>span textarea,.de-sc-contact-form--default .row-3>span input,.de-sc-contact-form--default .row-3>span textarea {
    margin-bottom: 0
}

.de-sc-contact-form--boxed>.wpcf7>form>.row-1>div,.de-sc-contact-form--boxed>.wpcf7>form>.row-1>span,.de-sc-contact-form--boxed>.wpcf7>form>.row-1>p,.de-sc-contact-form--boxed>.wpcf7>form>.row-1 input,.de-sc-contact-form--boxed>.wpcf7>form>.row-1 select,.de-sc-contact-form--boxed>.wpcf7>form>.row-1 textarea {
    margin: 0
}

.de-sc-contact-form--boxed>.wpcf7>form>.row-2>div,.de-sc-contact-form--boxed>.wpcf7>form>.row-2>span,.de-sc-contact-form--boxed>.wpcf7>form>.row-2>p,.de-sc-contact-form--boxed>.wpcf7>form>.row-2 input,.de-sc-contact-form--boxed>.wpcf7>form>.row-2 select,.de-sc-contact-form--boxed>.wpcf7>form>.row-2 textarea,.de-sc-contact-form--boxed>.wpcf7>form>.row-3>div,.de-sc-contact-form--boxed>.wpcf7>form>.row-3>span,.de-sc-contact-form--boxed>.wpcf7>form>.row-3>p,.de-sc-contact-form--boxed>.wpcf7>form>.row-3 input,.de-sc-contact-form--boxed>.wpcf7>form>.row-3 select,.de-sc-contact-form--boxed>.wpcf7>form>.row-3 textarea {
    margin: 0
}

.de-sc-contact-form--boxed>.wpcf7>form>.row-2 span:first-child,.de-sc-contact-form--boxed>.wpcf7>form>.row-3 span:first-child {
    border-bottom-width: none;
    border-bottom-style: none
}

.de-sc-contact-form--boxed>.wpcf7>form>.row-2 span,.de-sc-contact-form--boxed>.wpcf7>form>.row-3 span {
    border-left-width: none;
    border-left-style: none
}

.de-sc-contact-form--boxed>.wpcf7>form>.row-2 span:last-child,.de-sc-contact-form--boxed>.wpcf7>form>.row-3 span:last-child {
    border-bottom-width: none;
    border-bottom-style: none;
    border-left-width: none;
    border-left-style: none
}

@media screen and (max-width: 74.9375em) {
    .de-sc-contact-form--boxed>.wpcf7>form>.row-2 span,.de-sc-contact-form--boxed>.wpcf7>form>.row-3 span {
        border-left-width:1px;
        border-left-style: solid
    }

    .de-sc-contact-form--boxed>.wpcf7>form>.row-2 span:last-child,.de-sc-contact-form--boxed>.wpcf7>form>.row-3 span:last-child {
        border-left-width: 1px;
        border-left-style: solid
    }
}

.de-sc-contact-form--boxed>.wpcf7>form>.row-3 span:nth-child(2) {
    border-left-style: none;
    border-left-width: none;
    border-bottom-style: none;
    border-bottom-width: none
}

@media screen and (max-width: 74.9375em) {
    .de-sc-contact-form--boxed>.wpcf7>form>.row-3 span:nth-child(2) {
        border-left-width:1px;
        border-left-style: solid
    }
}

.de-sc-contact-form--boxed button[type="submit"] {
    margin-top: 20px
}

.de-sc-contact-form--line .row-1>span,.de-sc-contact-form--line .row-2>span,.de-sc-contact-form--line .row-3>span {
    margin-bottom: 20px
}

.de-sc-contact-form--line>div input[type="text"],.de-sc-contact-form--line>div input[type="email"],.de-sc-contact-form--line>div input[type="tel"],.de-sc-contact-form--line>div input[type="number"],.de-sc-contact-form--line>div input[type="url"],.de-sc-contact-form--line>div textarea,.de-sc-contact-form--line span input[type="text"],.de-sc-contact-form--line span input[type="email"],.de-sc-contact-form--line span input[type="tel"],.de-sc-contact-form--line span input[type="number"],.de-sc-contact-form--line span input[type="url"],.de-sc-contact-form--line span textarea,.de-sc-contact-form--line p input[type="text"],.de-sc-contact-form--line p input[type="email"],.de-sc-contact-form--line p input[type="tel"],.de-sc-contact-form--line p input[type="number"],.de-sc-contact-form--line p input[type="url"],.de-sc-contact-form--line p textarea {
    border: none;
    box-shadow: none;
    border-bottom: solid
}

.de-sc-contact-form--focus-style-shadow form input[type="text"]:focus,.de-sc-contact-form--focus-style-shadow form input[type="email"]:focus,.de-sc-contact-form--focus-style-shadow form input[type="tel"]:focus,.de-sc-contact-form--focus-style-shadow form input[type="number"]:focus,.de-sc-contact-form--focus-style-shadow form input[type="url"]:focus,.de-sc-contact-form--focus-style-shadow form textarea:focus {
    box-shadow: 0px 0px 11px 3px rgba(0,0,0,0.15)
}

.de-sc-contact-form--button-is-fullwidth button[type="submit"] {
    width: 100%;
    padding: .813em
}

.de-sc-contact-form--button-align-center button[type="submit"] {
    display: block;
    margin: 0 auto
}

.de-sc-contact-form--button-align-right button[type="submit"] {
    float: right
}

.de-sc-contact-form span .wpcf7-list-item {
    display: block;
    margin-left: 0
}

.de-sc-contact-form span .wpcf7-list-item input {
    width: auto
}

.de-sc-cascading-image {
    position: relative;
    display: block;
    transition: 420ms
}

.de-sc-cascading-image--center {
    margin: 0 auto
}

.de-sc-cascading-image--right {
    margin-left: auto;
    margin-right: 0
}

.de-sc-cascading-image__item {
    display: inline-block;
    width: 100%;
    text-align: center;
    animation-delay: 2s;
    position: absolute
}

.de-sc-cascading-image__item img {
    object-fit: cover
}

.de-sc-cascading-image__inner {
    display: inline-block;
    width: 100%;
    text-align: center
}

.de-sc-cascading-image__img-wrap,.de-sc-cascading-image__img-wrap img {
    display: block;
    margin: 0 auto;
    line-height: 0
}

.de-sc-cascading-image__img-wrap {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block
}

.de-sc-cascading-image__bg {
    width: 100%;
    height: 100%
}

.de-sc-cascading-image__shadow--very_large img,.de-sc-cascading-image__shadow--very_large .de-sc-cascading-image__bg {
    box-shadow: 0 60px 135px rgba(0,0,0,0.16),0 15px 75px rgba(0,0,0,0.18)
}

.de-sc-cascading-image__shadow--large img,.de-sc-cascading-image__shadow--large .de-sc-cascading-image__bg {
    box-shadow: 0 40px 100px rgba(0,0,0,0.15),0 25px 80px rgba(0,0,0,0.1)
}

.de-sc-cascading-image__shadow--medium img,.de-sc-cascading-image__shadow--medium .de-sc-cascading-image__bg {
    box-shadow: 0 30px 80px rgba(0,0,0,0.14),0 20px 70px rgba(0,0,0,0.12)
}

.de-sc-cascading-image__shadow--small img,.de-sc-cascading-image__shadow--small .de-sc-cascading-image__bg {
    box-shadow: 0 10px 50px rgba(0,0,0,0.08),0 13px 45px rgba(0,0,0,0.08)
}

.de-sc-product-display__brand-logo {
    margin: 0
}

.de-sc-product-display__brand-logo-item {
    position: relative;
    overflow: hidden;
    list-style: none;
    text-align: center;
    margin-bottom: 40px
}

.de-sc-product-display__brand-logo-item img {
    display: block;
    width: auto;
    margin: auto;
    transition: transform 420ms cubic-bezier(0.88, 0.03, 0.25, 1)
}

.de-sc-product-display__brand-logo-item img:first-child {
    filter: grayscale(1);
    -ms-transform: none;
    transform: none
}

.de-sc-product-display__brand-logo-item img:last-child {
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%)
}

.de-sc-product-display__brand-logo-item:hover img:first-child {
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%)
}

.de-sc-product-display__brand-logo-item:hover img:last-child {
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.de-sc-product-display--carousel .ds-sc-product-display__brand-logo-item {
    margin: 0
}

.de-sc-product-display[data-arrow-position="outside"] .de-carousel__arrow.left {
    left: -70px
}

.de-sc-product-display[data-arrow-position="outside"] .de-carousel__arrow.right {
    right: -70px
}

.de-sc-product-display[data-nav-arrow="true"] .de-carousel__arrow {
    display: -ms-flexbox;
    display: flex
}

.de-sc-product-display .de-carousel__arrow {
    display: none
}

.de-sc-product-showcase__image img {
    transition: .3s
}

.de-sc-product-showcase__image img:nth-child(2) {
    opacity: 0;
    visibility: hidden
}

.de-sc-product-showcase__text {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.de-sc-product-showcase__text.uk-light h1,.de-sc-product-showcase__text.uk-light h2,.de-sc-product-showcase__text.uk-light h3,.de-sc-product-showcase__text.uk-light h4,.de-sc-product-showcase__text.uk-light h5,.de-sc-product-showcase__text.uk-light h6,.de-sc-product-showcase__text.uk-light p,.de-sc-product-showcase__text.uk-light a,.de-sc-product-showcase__text.uk-dark h1,.de-sc-product-showcase__text.uk-dark h2,.de-sc-product-showcase__text.uk-dark h3,.de-sc-product-showcase__text.uk-dark h4,.de-sc-product-showcase__text.uk-dark h5,.de-sc-product-showcase__text.uk-dark h6,.de-sc-product-showcase__text.uk-dark p,.de-sc-product-showcase__text.uk-dark a {
    color: inherit
}

.de-sc-product-showcase__text.uk-light a:hover,.de-sc-product-showcase__text.uk-dark a:hover {
    opacity: .8
}

.de-sc-product-showcase__cat {
    display: inline-block
}

.de-sc-product-showcase__border {
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: #cecece
}

.de-sc-product-showcase[data-layout="layout-1"] .de-sc-product-showcase__image {
    padding-left: 30%;
    margin-left: auto
}

.de-sc-product-showcase[data-layout="layout-1"] .de-sc-product-showcase__text {
    left: 0
}

.de-sc-product-showcase[data-layout="layout-2"] .de-sc-product-showcase__image {
    padding-right: 30%;
    margin-right: auto
}

.de-sc-product-showcase[data-layout="layout-2"] .de-sc-product-showcase__text {
    right: 0
}

.de-sc-product-showcase [data-hover-effect="fade"] .de-ratio:hover img {
    opacity: 1;
    visibility: visible
}

.de-sc-product-showcase [data-hover-effect="zoom"] .de-ratio:hover img {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-product-showcase [data-hover-effect="zoom-glare"] .de-ratio::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-product-showcase [data-hover-effect="zoom-glare"] .de-ratio:hover::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-product-showcase [data-hover-effect="zoom-glare"] .de-ratio:hover img {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-product-showcase [data-hover-effect="push"] .de-ratio img {
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%)
}

.de-sc-product-showcase [data-hover-effect="push"] .de-ratio:hover img {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-product-showcase [data-hover-effect="push-glare"] .de-ratio::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-product-showcase [data-hover-effect="push-glare"] .de-ratio img {
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%)
}

.de-sc-product-showcase [data-hover-effect="push-glare"] .de-ratio:hover::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-product-showcase [data-hover-effect="push-glare"] .de-ratio:hover img {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-product-showcase [data-hover-effect="parallax-tilt-glare"] .de-ratio::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-product-showcase [data-hover-effect="parallax-tilt-glare"] .de-ratio:hover img {
    opacity: 1;
    visibility: visible
}

.de-sc-product-showcase [data-hover-effect="parallax-tilt-glare"] .de-ratio:hover::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-popup-newsletter {
    background: white;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-height: 80vh;
    z-index: 999
}

.de-sc-popup-newsletter--framed {
    padding: 20px
}

.de-sc-popup-newsletter__close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    z-index: 1
}

.de-sc-popup-newsletter__carousels {
    width: 50%;
    position: relative;
    height: 100%;
    min-width: 0px
}

.de-sc-popup-newsletter__carousels--arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.de-sc-popup-newsletter__carousels__navigation__next {
    right: 0
}

.de-sc-popup-newsletter__carousels .slick-arrow {
    position: absolute;
    z-index: 2;
    width: 60px;
    height: 60px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: white;
    font-size: 24px;
    cursor: pointer
}

.de-sc-popup-newsletter__carousels ul.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none
}

.de-sc-popup-newsletter__carousels ul.slick-dots li {
    border: 1px solid white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    transition: 420ms
}

.de-sc-popup-newsletter__carousels ul.slick-dots li :last-child {
    margin-right: 0
}

.de-sc-popup-newsletter__carousels ul.slick-dots li:hover {
    opacity: .8
}

.de-sc-popup-newsletter__carousels ul.slick-dots li.slick-active {
    border-width: 5px;
    transition: 420ms
}

.de-sc-popup-newsletter__carousels ul.slick-dots li button {
    font-size: 0
}

.de-sc-popup-newsletter__carousels ul.slick-dots li button:before {
    border: 1px solid black
}

.de-sc-popup-newsletter__image__item {
    height: 100%
}

.de-sc-popup-newsletter__image__item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.de-sc-popup-newsletter__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 998;
    display: none;
    background: rgba(0,0,0,0.5)
}

.de-sc-popup-newsletter__container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.de-sc-popup-newsletter__heading {
    margin-bottom: 20px
}

.de-sc-popup-newsletter__heading h1 {
    margin: 0
}

.de-sc-popup-newsletter__content {
    width: 50%;
    min-width: 0px;
    text-align: center;
    padding: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 74.9375em) {
    .de-sc-popup-newsletter__content {
        padding:20px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.de-sc-popup-newsletter__input-email {
    width: calc(4/6*100%);
    position: relative;
    margin-bottom: 20px
}

.de-sc-popup-newsletter__input-email input {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid black;
    margin-bottom: 0;
    transition: 420ms;
    width: 100%
}

.de-sc-popup-newsletter__input-email input:focus {
    outline: none;
    border: none;
    background-color: #fefefe;
    box-shadow: none;
    border-bottom: 2px solid black
}

@media screen and (max-width: 74.9375em) {
    .de-sc-popup-newsletter__input-email {
        width:100%
    }
}

.de-sc-popup-newsletter__input-email:after {
    position: absolute;
    font-family: 'sobari' !important;
    content: 'î¤›';
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width: 74.9375em) {
    .de-sc-popup-newsletter {
        width:80%;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 80vh;
        overflow-y: scroll;
        margin: 0 20px
    }

    .de-sc-popup-newsletter__carousels {
        width: auto;
        height: 50%
    }

    .de-sc-popup-newsletter__carousels .slick-arrow {
        width: 30px;
        height: 30px;
        font-size: 14px
    }

    .de-sc-popup-newsletter__content {
        width: 100%;
        height: 50%;
        overflow: scroll
    }
}

.de-sc-accordion li {
    position: relative;
    padding: 20px 0
}

.de-sc-accordion li:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.de-sc-accordion.uk-accordion>:nth-child(n+2) {
    margin-top: 0
}

@font-face {
    font-family: 'accordion';
    src: url("../images/icon/fonts/accordion.eot?21lz6g");
    src: url("../images/icon/fonts/accordion.eot?21lz6g#iefix") format("embedded-opentype"),url("../images/icon/fonts/accordion.ttf?21lz6g") format("truetype"),url("../images/icon/fonts/accordion.woff?21lz6g") format("woff"),url("../images/icon/fonts/accordion.svg?21lz6g#accordion") format("svg");
    font-weight: normal;
    font-style: normal
}

.uk-accordion-title>h1::after,.uk-accordion-title>h2::after,.uk-accordion-title>h3::after,.uk-accordion-title>h4::after,.uk-accordion-title>h5::after,.uk-accordion-title>h6::after,.uk-accordion-title>p::after {
    font-family: 'accordion' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.df_arrow-close:before {
    content: "\e900"
}

.df_arrow-open:before {
    content: "\e901"
}

.df_chevron-close:before {
    content: "\e902"
}

.df_chevron-open:before {
    content: "\e903"
}

.df_expand-close:before {
    content: "\e904"
}

.df_expand-open:before {
    content: "\e905"
}

.df_more-close:before {
    content: "\e906"
}

.df_more-open:before {
    content: "\e907"
}

.df_plus-close:before {
    content: "\e908"
}

.df_plus-open:before {
    content: "\e909"
}

.de-sc-team-member--hover_centered_text {
    position: relative;
    transition: 420ms
}

.de-sc-team-member--hover_centered_text .de-sc-team-member__content {
    opacity: 0;
    transition: 420ms;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.de-sc-team-member--hover_centered_text .de-sc-team-member__image:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: 420ms
}

.de-sc-team-member--hover_centered_text:hover .de-sc-team-member__image:before {
    opacity: 1;
    background: linear-gradient(to bottom, transparent 60%, rgba(0,0,0,0.5))
}

.de-sc-team-member--hover_centered_text:hover .de-sc-team-member__content {
    opacity: 1;
    transition: 420ms
}

.de-sc-team-member--hover_centered_text:hover .de-sc-team-member__content:before {
    opacity: 1;
    transition: 420ms
}

.de-sc-team-member--hover_centered_text .de-sc-team-member__content {
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 20px 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.de-sc-team-member--hover_slide_in_text .de-sc-team-member__image {
    position: relative
}

.de-sc-team-member--hover_slide_in_text .de-sc-team-member__image__content {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    transition: 420ms
}

.de-sc-team-member--hover_slide_in_text .de-sc-team-member__image__content h5 {
    padding-top: 20px
}

.de-sc-team-member--hover_slide_in_text .de-sc-team-member__image__content h5,.de-sc-team-member--hover_slide_in_text .de-sc-team-member__image__content .de-sc-team-member__content__description__job-position {
    transition: 420ms;
    opacity: 1
}

.de-sc-team-member--hover_slide_in_text .de-sc-team-member__image__content__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: 420ms
}

.de-sc-team-member--hover_slide_in_text .de-sc-team-member__image:hover__content h5,.de-sc-team-member--hover_slide_in_text .de-sc-team-member__image:hover__content .de-sc-team-member__content__description__job-position {
    transition: 420ms
}

.de-sc-team-member--hover_slide_in_text .de-sc-team-member__content {
    text-align: center
}

.de-sc-team-member--hover_slide_in_text .de-sc-team-member__content__description__about,.de-sc-team-member--hover_slide_in_text .de-sc-team-member__content__socials {
    display: block;
    opacity: 0;
    transition: 420ms;
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.de-sc-team-member--hover_slide_in_text:hover .de-sc-team-member__content__description__about {
    opacity: 1;
    transition: 420ms;
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.de-sc-team-member--hover_slide_in_text:hover .de-sc-team-member__image__content__overlay {
    opacity: 1
}

.de-sc-team-member--hover_slide_in_text:hover .de-sc-team-member__content__socials {
    opacity: 1;
    transition: 420ms;
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.de-sc-team-member--hover_slide_in_text:hover .de-sc-team-member__image__content {
    opacity: 1;
    transition: 420ms;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 100%
}

.de-sc-team-member--hover_slide_in_text:hover h5,.de-sc-team-member--hover_slide_in_text:hover .de-sc-team-member__content__description__job-position {
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    transition: 420ms
}

.de-sc-team-member__content {
    padding: 20px 0
}

.de-sc-team-member__content--center {
    text-align: center
}

.de-sc-team-member__content--right {
    text-align: right
}

.de-sc-team-member__content__socials a,.de-sc-team-member__content .de-sc-team-member__socials a {
    margin-right: 13px
}

.de-sc-team-member__content__socials a:last-child,.de-sc-team-member__content .de-sc-team-member__socials a:last-child {
    margin: 0
}

.de-sc-team-member .de-sc-team-member__socials a {
    margin-right: 13px
}

.de-sc-team-member .de-sc-team-member__socials a:last-child {
    margin-right: 0
}

.de-sc-modal-popup__button-wrapper--center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.de-sc-modal-popup__button-wrapper--right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.de-sc-modal-popup.uk-modal-full .de-sc-modal-popup__content {
    padding: 70px
}

.de-sc-modal-popup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 998;
    display: none;
    background: rgba(0,0,0,0.5)
}

.de-sc-modal-popup__container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.de-sc-modal-popup__heading {
    padding: 15px 20px;
    background: none
}

.de-sc-modal-popup__heading h5 {
    margin: 0;
    display: inline-block
}

.de-sc-modal-popup__close-modal {
    float: right;
    position: relative
}

.de-sc-modal-popup__close-modal i {
    position: absolute;
    right: 0px;
    top: 6px;
    width: 17px;
    height: 17px
}

.de-sc-modal-popup__close-modal i:before,.de-sc-modal-popup__close-modal i:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 17px;
    width: 2px;
    background-color: #000
}

.de-sc-modal-popup__close-modal i:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.de-sc-modal-popup__close-modal i:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.de-sc-modal-popup__content--full-sized {
    padding: 0
}

.de-sc-blog__entry {
    position: relative;
    margin-bottom: 60px
}

.de-sc-blog__entry::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s
}

.de-sc-blog__entry-container {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print, screen and (min-width: 64em) {
    .de-sc-blog__entry-container {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

@media print, screen and (min-width: 75em) {
    .de-sc-blog__entry-container {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

@media screen and (min-width: 90em) {
    .de-sc-blog__entry-container {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

@media screen and (min-width: 160em) {
    .de-sc-blog__entry-container {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

.de-sc-blog__entry-container::before,.de-sc-blog__entry-container::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.de-sc-blog__entry-container::after {
    clear: both
}

.de-sc-blog__entry-image {
    margin-bottom: 20px
}

.de-sc-blog__entry-image img {
    width: 100%
}

.de-sc-blog__entry-morelink {
    font-size: .875em;
    line-height: 1.35;
    padding-bottom: 2px;
    border-bottom: 1px solid
}

.de-sc-blog__entry .entry-meta {
    font-size: .875em;
    line-height: 2;
    margin: 0;
    margin-bottom: 10px
}

.de-sc-blog__entry .entry-meta>span {
    margin: 0 3px
}

.de-sc-blog__entry .entry-excerpt {
    margin-bottom: 20px
}

.de-sc-blog__entry a>[class^="df-"] {
    margin: 0
}

.de-sc-blog__entry:last-child {
    float: left !important
}

.de-sc-blog[data-post-display="grid"] .de-sc-blog__entry-image,.de-sc-blog[data-post-display="carousel"] .de-sc-blog__entry-image {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 71.53%;
    background-color: #eee
}

.de-sc-blog[data-post-display="grid"] .de-sc-blog__entry-image img,.de-sc-blog[data-post-display="carousel"] .de-sc-blog__entry-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    object-position: left top
}

.de-sc-blog[data-arrow-position="inside"] .de-carousel__arrow:hover {
    background-color: rgba(189,189,189,0.15)
}

.de-sc-blog[data-arrow-position="outside"] .de-carousel__arrow {
    box-sizing: content-box;
    background-color: transparent
}

.de-sc-blog[data-arrow-position="outside"] .de-carousel__arrow::before {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,0.8);
    transition: .3s
}

.de-sc-blog[data-arrow-position="outside"] .de-carousel__arrow:hover::before {
    background-color: rgba(189,189,189,0.15)
}

.de-sc-blog[data-arrow-position="outside"] .de-carousel__arrow i {
    position: relative;
    z-index: 1
}

.de-sc-blog[data-arrow-position="outside"] .de-carousel__arrow.left {
    left: -70px;
    padding-right: 20px
}

.de-sc-blog[data-arrow-position="outside"] .de-carousel__arrow.left::before {
    left: 0
}

.de-sc-blog[data-arrow-position="outside"] .de-carousel__arrow.right {
    right: -70px;
    padding-left: 20px
}

.de-sc-blog[data-arrow-position="outside"] .de-carousel__arrow.right::before {
    right: 0
}

.de-sc-blog[data-post-style="light"] a {
    transition: opacity .3s
}

.de-sc-blog[data-post-style="light"] a:hover {
    opacity: .8
}

.de-sc-blog[data-post-style="dark"] a {
    transition: opacity .3s
}

.de-sc-blog[data-post-style="dark"] a:hover {
    opacity: .8
}

.de-sc-blog[data-nav-arrow="true"] .de-carousel__arrow {
    display: -ms-flexbox;
    display: flex
}

.de-sc-blog .de-carousel__arrow {
    display: none
}

.de-sc-blog .slick-dots>li {
    background-color: rgba(189,189,189,0.15)
}

.de-sc-blog.loading .de-sc-blog__entry::after {
    opacity: .5;
    visibility: visible
}

.de-sc-action-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.de-sc-action-box-bg-image,.de-sc-action-box-bg-color {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    transition: transform .3s, opacity .6s
}

.de-sc-action-box-bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.de-sc-action-box-inner {
    position: relative
}

.de-sc-action-box-inner--title h1,.de-sc-action-box-inner--title h2,.de-sc-action-box-inner--title h3,.de-sc-action-box-inner--title h4,.de-sc-action-box-inner--title h5,.de-sc-action-box-inner--title h6,.de-sc-action-box-inner--title p,.de-sc-action-box-inner--title div {
    margin-top: 0;
    line-height: 1
}

.de-sc-action-box-inner.de-right-button-position {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.de-sc-action-box-inner.de-right-button-position .de-sc-action-box-inner--content-message {
    display: inline-block
}

.de-sc-action-box-inner.de-right-button-position .de-sc-action-box-inner--content-button {
    position: absolute;
    display: -ms-inline-flexbox;
    display: inline-flex;
    right: 0
}

@media only screen and (max-width: 769px) {
    .de-sc-action-box-inner.de-right-button-position .de-sc-action-box-inner--content-button.de-btn--full {
        padding:0
    }
}

@media only screen and (max-width: 769px) {
    .de-sc-action-box-inner.de-right-button-position .de-sc-action-box-inner--content-button.de-btn--full .de-btn {
        width:inherit !important
    }
}

@media only screen and (max-width: 769px) {
    .de-sc-action-box-inner.de-right-button-position .de-sc-action-box-inner--content-button {
        position:relative;
        float: right
    }
}

.de-sc-action-box-inner.de-right-button-position .de-sc-action-box-inner--content-button__button {
    transition: all .4s ease-in-out
}

.de-sc-action-box-inner.de-right-button-position .de-sc-action-box-inner--content-button__button:hover {
    transition: all .4s ease-in-out
}

.de-sc-action-box-inner.de-right-button-position .de-sc-action-box-inner--content-button__button.de-right-icon-position .de-sc-action-box-inner--content-button--icon {
    margin-left: 5px
}

.de-sc-action-box-inner.de-left-button-position .de-sc-action-box-inner--content-button__button,.de-sc-action-box-inner.de-center-button-position .de-sc-action-box-inner--content-button__button {
    transition: all .4s ease-in-out
}

.de-sc-action-box-inner.de-left-button-position .de-sc-action-box-inner--content-button__button:hover,.de-sc-action-box-inner.de-center-button-position .de-sc-action-box-inner--content-button__button:hover {
    transition: all .4s ease-in-out
}

.de-sc-action-box-inner.de-left-button-position {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.de-sc-action-box-inner.de-left-button-position .de-sc-action-box-inner--content-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
    justify-content: left
}

.de-sc-action-box-inner.de-left-button-position .de-sc-action-box-inner--content-button__button.de-right-icon-position .de-sc-action-box-inner--content-button--icon {
    margin-left: 5px
}

.de-sc-action-box-inner.de-center-button-position {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.de-sc-action-box-inner.de-center-button-position .de-sc-action-box-inner--content-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.de-sc-action-box-inner--content {
    position: relative
}

.de-sc-flip-box {
    position: relative;
    perspective: 1000px
}

.de-sc-flip-box i.icon-gradiented {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial
}

.de-sc-flip-box__front-side,.de-sc-flip-box__back-side {
    background-size: cover;
    background-position: center;
    position: relative;
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.de-sc-flip-box__back-side {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.de-sc-flip-box[data-flip-direction="horizontal_to_left"] .de-sc-flip-box__front-side {
    transform: rotateY(0deg);
    transform-style: preserve-3d
}

.de-sc-flip-box[data-flip-direction="horizontal_to_left"] .de-sc-flip-box__back-side {
    transform: rotateY(180deg);
    transform-style: preserve-3d
}

.de-sc-flip-box[data-flip-direction="horizontal_to_left"]:hover .de-sc-flip-box__front-side {
    transform: rotateY(-180deg);
    transform-style: preserve-3d
}

.de-sc-flip-box[data-flip-direction="horizontal_to_left"]:hover .de-sc-flip-box__back-side {
    transform: rotateY(0deg);
    transform-style: preserve-3d
}

.de-sc-flip-box[data-flip-direction="horizontal_to_right"] .de-sc-flip-box__front-side {
    transform: rotateY(0deg);
    transform-style: preserve-3d
}

.de-sc-flip-box[data-flip-direction="horizontal_to_right"] .de-sc-flip-box__back-side {
    transform: rotateY(-180deg);
    transform-style: preserve-3d
}

.de-sc-flip-box[data-flip-direction="horizontal_to_right"]:hover .de-sc-flip-box__front-side {
    transform: rotateY(180deg);
    transform-style: preserve-3d
}

.de-sc-flip-box[data-flip-direction="horizontal_to_right"]:hover .de-sc-flip-box__back-side {
    transform: rotateY(0deg);
    transform-style: preserve-3d
}

.de-sc-flip-box[data-flip-direction="vertical_to_bottom"] .de-sc-flip-box__front-side {
    transform: rotateX(0deg);
    transform-style: preserve-3d
}

.de-sc-flip-box[data-flip-direction="vertical_to_bottom"] .de-sc-flip-box__back-side {
    transform: rotateX(-180deg);
    transform-style: preserve-3d
}

.de-sc-flip-box[data-flip-direction="vertical_to_bottom"]:hover .de-sc-flip-box__front-side {
    transform: rotateX(180deg);
    transform-style: preserve-3d
}

.de-sc-flip-box[data-flip-direction="vertical_to_bottom"]:hover .de-sc-flip-box__back-side {
    transform: rotateX(0deg);
    transform-style: preserve-3d
}

.de-sc-flip-box[data-flip-direction="vertical_to_top"] .de-sc-flip-box__front-side {
    transform: rotateX(0deg);
    transform-style: preserve-3d
}

.de-sc-flip-box[data-flip-direction="vertical_to_top"] .de-sc-flip-box__back-side {
    transform: rotateX(180deg);
    transform-style: preserve-3d
}

.de-sc-flip-box[data-flip-direction="vertical_to_top"]:hover .de-sc-flip-box__front-side {
    transform: rotateX(-180deg);
    transform-style: preserve-3d
}

.de-sc-flip-box[data-flip-direction="vertical_to_top"]:hover .de-sc-flip-box__back-side {
    transform: rotateX(0deg);
    transform-style: preserve-3d
}

.de-sc-flip-box .de-sc-flip-box__front-side[data-is-bg-overlay="true"]:before,.de-sc-flip-box .de-sc-flip-box__back-side[data-is-bg-overlay="true"]:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2
}

.de-sc-flip-box .de-sc-flip-box__content {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    transform: translateZ(60px);
    perspective: inherit;
    backface-visibility: hidden
}

.de-sc-flip-box .de-sc-flip-box__content>i {
    margin-bottom: 20px
}

.de-sc-flip-box[data-horizontal-align="center"] .de-sc-flip-box__content {
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.de-sc-flip-box[data-horizontal-align="left"] .de-sc-flip-box__content {
    -ms-flex-align: start;
    align-items: flex-start
}

.de-sc-flip-box[data-horizontal-align="right"] .de-sc-flip-box__content {
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right
}

.de-sc-flip-box[data-vertical-align="center"] .de-sc-flip-box__content {
    -ms-flex-pack: center;
    justify-content: center
}

.de-sc-flip-box[data-vertical-align="top"] z {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.de-sc-flip-box[data-vertical-align="bottom"] .de-sc-flip-box__content {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.de-sc-quote.de-sc-quote-line-layout .de-sc-quote--wrapper__center-align {
    text-align: center
}

.de-sc-quote.de-sc-quote-line-layout .de-sc-quote--wrapper__center-align .de-sc-quote--wrapper__content-message {
    padding: 12px 0 9px 17px;
    margin-bottom: 2px
}

.de-sc-quote.de-sc-quote-line-layout .de-sc-quote--wrapper__center-align .de-sc-quote--wrapper__content-message p {
    margin: 0
}

.de-sc-quote.de-sc-quote-line-layout .de-sc-quote--wrapper__center-align .de-sc-quote--wrapper__cite cite {
    font-style: normal;
    position: relative
}

.de-sc-quote.de-sc-quote-line-layout .de-sc-quote--wrapper__center-align .de-sc-quote--wrapper__cite cite:before {
    content: "";
    height: 5px;
    border-top: 1px solid #999999;
    position: absolute;
    width: 12px;
    top: 50%;
    left: -20px
}

.de-sc-quote.de-sc-quote-line-layout .de-sc-quote--wrapper__right-align {
    text-align: right
}

.de-sc-quote.de-sc-quote-line-layout .de-sc-quote--wrapper__right-align .de-sc-quote--wrapper__content-message {
    padding: 12px 0 9px 17px;
    margin-bottom: 20px
}

.de-sc-quote.de-sc-quote-line-layout .de-sc-quote--wrapper__right-align .de-sc-quote--wrapper__content-message p {
    margin: 0
}

.de-sc-quote.de-sc-quote-line-layout .de-sc-quote--wrapper__right-align .de-sc-quote--wrapper__cite cite {
    font-style: normal;
    position: relative
}

.de-sc-quote.de-sc-quote-line-layout .de-sc-quote--wrapper__right-align .de-sc-quote--wrapper__cite cite:before {
    content: "";
    height: 5px;
    border-top: 1px solid #999999;
    position: absolute;
    width: 12px;
    top: 50%;
    left: -20px
}

.de-sc-quote.de-sc-quote-line-layout .de-sc-quote--wrapper__left-align {
    text-align: left
}

.de-sc-quote.de-sc-quote-line-layout .de-sc-quote--wrapper__left-align .de-sc-quote--wrapper__content-message {
    padding: 12px 0 9px 17px;
    margin-bottom: 20px
}

.de-sc-quote.de-sc-quote-line-layout .de-sc-quote--wrapper__left-align .de-sc-quote--wrapper__content-message p {
    margin: 0
}

.de-sc-quote.de-sc-quote-line-layout .de-sc-quote--wrapper__left-align .de-sc-quote--wrapper__cite {
    margin-left: 40px
}

.de-sc-quote.de-sc-quote-line-layout .de-sc-quote--wrapper__left-align .de-sc-quote--wrapper__cite cite {
    font-style: normal;
    position: relative
}

.de-sc-quote.de-sc-quote-line-layout .de-sc-quote--wrapper__left-align .de-sc-quote--wrapper__cite cite:before {
    content: "";
    height: 5px;
    border-top: 1px solid #999999;
    position: absolute;
    width: 12px;
    top: 50%;
    left: -20px
}

.de-sc-quote.de-sc-quote-box-layout .de-sc-quote--wrapper {
    padding: 20px
}

.de-sc-quote.de-sc-quote-box-layout .de-sc-quote--wrapper__center-align {
    text-align: center
}

.de-sc-quote.de-sc-quote-box-layout .de-sc-quote--wrapper__center-align .de-sc-quote--wrapper__cite cite {
    font-style: normal;
    position: relative
}

.de-sc-quote.de-sc-quote-box-layout .de-sc-quote--wrapper__center-align .de-sc-quote--wrapper__cite cite:before {
    content: "";
    height: 5px;
    border-top: 1px solid #999999;
    position: absolute;
    width: 12px;
    top: 50%;
    left: -20px
}

.de-sc-quote.de-sc-quote-box-layout .de-sc-quote--wrapper__right-align {
    text-align: right
}

.de-sc-quote.de-sc-quote-box-layout .de-sc-quote--wrapper__right-align .de-sc-quote--wrapper__cite {
    margin-left: 20px
}

.de-sc-quote.de-sc-quote-box-layout .de-sc-quote--wrapper__right-align .de-sc-quote--wrapper__cite cite {
    font-style: normal;
    position: relative
}

.de-sc-quote.de-sc-quote-box-layout .de-sc-quote--wrapper__right-align .de-sc-quote--wrapper__cite cite:before {
    content: "";
    height: 5px;
    border-top: 1px solid #999999;
    position: absolute;
    width: 12px;
    top: 50%;
    left: -20px
}

.de-sc-quote.de-sc-quote-box-layout .de-sc-quote--wrapper__left-align {
    text-align: left
}

.de-sc-quote.de-sc-quote-box-layout .de-sc-quote--wrapper__left-align .de-sc-quote--wrapper__cite {
    margin-left: 20px
}

.de-sc-quote.de-sc-quote-box-layout .de-sc-quote--wrapper__left-align .de-sc-quote--wrapper__cite cite {
    font-style: normal;
    position: relative
}

.de-sc-quote.de-sc-quote-box-layout .de-sc-quote--wrapper__left-align .de-sc-quote--wrapper__cite cite:before {
    content: "";
    height: 5px;
    border-top: 1px solid #999999;
    position: absolute;
    width: 12px;
    top: 50%;
    left: -20px
}

.de-sc-quote.de-sc-quote-icon-layout .de-sc-quote--wrapper__center-align .de-sc-quote--wrapper__content-message {
    display: table;
    position: relative;
    margin-bottom: 20px
}

.de-sc-quote.de-sc-quote-icon-layout .de-sc-quote--wrapper__center-align .de-sc-quote--wrapper__content-message p {
    display: table-cell;
    -ms-transform: translate(-20px, 0);
    transform: translate(-20px, 0)
}

.de-sc-quote.de-sc-quote-icon-layout .de-sc-quote--wrapper__center-align .de-sc-quote--wrapper__cite {
    text-align: center
}

.de-sc-quote.de-sc-quote-icon-layout .de-sc-quote--wrapper__center-align .de-sc-quote--wrapper__cite cite {
    font-style: normal;
    position: relative
}

.de-sc-quote.de-sc-quote-icon-layout .de-sc-quote--wrapper__center-align .de-sc-quote--wrapper__cite cite:before {
    content: "";
    height: 5px;
    border-top: 1px solid #999999;
    position: absolute;
    width: 12px;
    top: 50%;
    left: -20px
}

.de-sc-quote.de-sc-quote-icon-layout .de-sc-quote--wrapper__right-align .de-sc-quote--wrapper__content-message {
    display: table;
    position: relative;
    margin-bottom: 20px
}

.de-sc-quote.de-sc-quote-icon-layout .de-sc-quote--wrapper__right-align .de-sc-quote--wrapper__content-message p {
    display: table-cell;
    -ms-transform: translate(-20px, 0);
    transform: translate(-20px, 0)
}

.de-sc-quote.de-sc-quote-icon-layout .de-sc-quote--wrapper__right-align .de-sc-quote--wrapper__cite {
    text-align: right;
    margin-left: 20px
}

.de-sc-quote.de-sc-quote-icon-layout .de-sc-quote--wrapper__right-align .de-sc-quote--wrapper__cite cite {
    font-style: normal;
    position: relative
}

.de-sc-quote.de-sc-quote-icon-layout .de-sc-quote--wrapper__right-align .de-sc-quote--wrapper__cite cite:before {
    content: "";
    height: 5px;
    border-top: 1px solid #999999;
    position: absolute;
    width: 12px;
    top: 50%;
    left: -20px
}

.de-sc-quote.de-sc-quote-icon-layout .de-sc-quote--wrapper__left-align .de-sc-quote--wrapper__content-message {
    display: table;
    position: relative;
    margin-bottom: 20px
}

.de-sc-quote.de-sc-quote-icon-layout .de-sc-quote--wrapper__left-align .de-sc-quote--wrapper__content-message p {
    display: table-cell;
    -ms-transform: translate(-20px, 0);
    transform: translate(-20px, 0)
}

.de-sc-quote.de-sc-quote-icon-layout .de-sc-quote--wrapper__left-align .de-sc-quote--wrapper__cite {
    text-align: left;
    margin-left: 40px
}

.de-sc-quote.de-sc-quote-icon-layout .de-sc-quote--wrapper__left-align .de-sc-quote--wrapper__cite cite {
    font-style: normal;
    position: relative
}

.de-sc-quote.de-sc-quote-icon-layout .de-sc-quote--wrapper__left-align .de-sc-quote--wrapper__cite cite:before {
    content: "";
    height: 5px;
    border-top: 1px solid #999999;
    position: absolute;
    width: 12px;
    top: 50%;
    left: -20px
}

.de-sc-portfolio__entry {
    margin-bottom: 60px
}

.de-sc-portfolio__entry::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s
}

.de-sc-portfolio__entry-container {
    margin-right: -.625rem;
    margin-left: -.625rem;
    position: relative
}

@media print, screen and (min-width: 64em) {
    .de-sc-portfolio__entry-container {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

@media print, screen and (min-width: 75em) {
    .de-sc-portfolio__entry-container {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

@media screen and (min-width: 90em) {
    .de-sc-portfolio__entry-container {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

@media screen and (min-width: 160em) {
    .de-sc-portfolio__entry-container {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

.de-sc-portfolio__entry-container::before,.de-sc-portfolio__entry-container::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.de-sc-portfolio__entry-container::after {
    clear: both
}

.de-sc-portfolio__entry-image {
    margin-bottom: 20px
}

.de-sc-portfolio__entry-image img {
    transition: .2s;
    width: 100%
}

.de-sc-portfolio__entry-content {
    text-align: center
}

.de-sc-portfolio__entry-content h3 {
    margin-bottom: 30px
}

.de-sc-portfolio__entry-morelink {
    line-height: 1.2;
    padding-bottom: 2px;
    color: #000000
}

.de-sc-portfolio__entry-morelink:after {
    content: "";
    display: block;
    bottom: 0;
    width: 0;
    margin-top: 5px;
    height: 1px;
    transition: width .2s
}

.de-sc-portfolio__entry-morelink:hover:after {
    width: 100%
}

.de-sc-portfolio__entry:last-child {
    float: left !important
}

.de-sc-portfolio__entry:hover img {
    -ms-transform: scale(1.025);
    transform: scale(1.025);
    filter: brightness(0.8)
}

.de-sc-portfolio[data-post-display="grid"] .de-sc-portfolio__entry-image,.de-sc-portfolio[data-post-display="carousel"] .de-sc-portfolio__entry-image {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 71.53%;
    background-color: #eee
}

.de-sc-portfolio[data-post-display="grid"] .de-sc-portfolio__entry-image img,.de-sc-portfolio[data-post-display="carousel"] .de-sc-portfolio__entry-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    object-position: left top
}

.de-sc-portfolio[data-post-display="block"] .de-sc-portfolio__entry {
    position: relative;
    padding: 0;
    margin: 0
}

.de-sc-portfolio[data-post-display="block"] .de-sc-portfolio__entry-container {
    margin: 0;
    margin-bottom: 60px
}

.de-sc-portfolio[data-post-display="block"] .de-sc-portfolio__entry-image {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    margin: 0
}

.de-sc-portfolio[data-post-display="block"] .de-sc-portfolio__entry-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top
}

.de-sc-portfolio[data-post-display="block"] .de-sc-portfolio__entry-image:nth-child(odd) {
    background-color: #eee
}

.de-sc-portfolio[data-post-display="block"] .de-sc-portfolio__entry-image:nth-child(even) {
    background-color: #f3f3f5
}

.de-sc-portfolio[data-post-display="block"] .de-sc-portfolio__entry-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 12%;
    padding-right: 12%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.de-sc-portfolio[data-post-display="block"] .de-sc-portfolio__entry-content * {
    z-index: 1
}

.de-sc-portfolio[data-post-display="block"] .de-sc-portfolio__entry-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    visibility: visible;
    opacity: 0;
    transition: 420ms
}

.de-sc-portfolio[data-post-display="block"] .de-sc-portfolio__entry:hover .de-sc-portfolio__entry-content:before {
    transition: 420ms
}

.de-sc-portfolio[data-arrow-position="inside"] .de-carousel__arrow:hover {
    background-color: rgba(189,189,189,0.15)
}

.de-sc-portfolio[data-arrow-position="outside"] .de-carousel__arrow {
    box-sizing: content-box;
    background-color: transparent
}

.de-sc-portfolio[data-arrow-position="outside"] .de-carousel__arrow::before {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,0.8);
    transition: .3s
}

.de-sc-portfolio[data-arrow-position="outside"] .de-carousel__arrow:hover::before {
    background-color: rgba(189,189,189,0.15)
}

.de-sc-portfolio[data-arrow-position="outside"] .de-carousel__arrow i {
    position: relative;
    z-index: 1
}

.de-sc-portfolio[data-arrow-position="outside"] .de-carousel__arrow.left {
    left: -70px;
    padding-right: 20px
}

.de-sc-portfolio[data-arrow-position="outside"] .de-carousel__arrow.left::before {
    left: 0
}

.de-sc-portfolio[data-arrow-position="outside"] .de-carousel__arrow.right {
    right: -70px;
    padding-left: 20px
}

.de-sc-portfolio[data-arrow-position="outside"] .de-carousel__arrow.right::before {
    right: 0
}

.de-sc-portfolio[data-post-style="light"] a {
    transition: opacity .3s
}

.de-sc-portfolio[data-post-style="light"] a:hover {
    opacity: .8
}

.de-sc-portfolio[data-post-style="dark"] a {
    transition: opacity .3s
}

.de-sc-portfolio[data-post-style="dark"] a:hover {
    opacity: .8
}

.de-sc-portfolio[data-nav-arrow="true"] .de-carousel__arrow {
    display: -ms-flexbox;
    display: flex
}

.de-sc-portfolio .de-carousel__arrow {
    display: none
}

.de-sc-portfolio .slick-dots>li {
    background-color: rgba(189,189,189,0.15)
}

.de-sc-portfolio.loading .de-sc-portfolio__entry::after {
    opacity: .5;
    visibility: visible
}

.de-sc-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.de-sc-pagination__nav-btn {
    -ms-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: .3s
}

.de-sc-pagination__loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.de-sc-pagination__loader-text {
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.de-sc-pagination[data-pagination-type="number"] ul {
    margin: 0
}

.de-sc-pagination[data-pagination-type="number"] ul li {
    list-style: none;
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px
}

.de-sc-pagination[data-pagination-type="number"] ul li h5 {
    text-align: center;
    letter-spacing: 2px;
    min-width: 24px;
    padding-bottom: 12px;
    margin: 0
}

.de-sc-pagination[data-pagination-type="number"] ul li a>[class^="df-"] {
    margin: 0
}

.de-sc-pagination[data-pagination-type="number"] ul li.active h5 {
    border-bottom: 1px solid
}

.de-sc-pagination[data-pagination-type="load_more"] .de-sc-pagination__nav-btn {
    margin: 0
}

.de-sc-pagination[data-pagination-type="load_more"] .de-sc-pagination__loader-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.de-sc-pagination[data-pagination-type="load_more"] .de-sc-pagination__loader-text h5 {
    display: inline-block;
    margin: 0;
    margin-left: 10px;
    letter-spacing: 5px
}

.de-sc-pagination[data-pagination-type="load_more"] .de-sc-pagination__loader-text span {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 100em;
    margin: 0 3px;
    animation: loader-jugling 1s infinite
}

.de-sc-pagination[data-pagination-type="load_more"] .de-sc-pagination__loader-text span:nth-child(1) {
    animation-delay: .6s
}

.de-sc-pagination[data-pagination-type="load_more"] .de-sc-pagination__loader-text span:nth-child(2) {
    animation-delay: .4s
}

.de-sc-pagination[data-pagination-type="load_more"] .de-sc-pagination__loader-text span:nth-child(3) {
    animation-delay: 0
}

.de-sc-pagination[data-pagination-type="infinite_scroll"] .de-sc-pagination__nav-btn {
    visibility: hidden;
    margin: 0
}

.de-sc-pagination[data-pagination-type="infinite_scroll"] .de-sc-pagination__loader-text {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.de-sc-pagination[data-pagination-type="infinite_scroll"] .de-sc-pagination__loader-text h5 {
    display: inline-block;
    margin: 0;
    margin-left: 10px;
    letter-spacing: 5px
}

.de-sc-pagination[data-pagination-type="infinite_scroll"] .de-sc-pagination__loader-text span {
    display: inline-block;
    border-top: 3px solid #999;
    border-right: 3px solid rgba(189,189,189,0.25);
    border-bottom: 3px solid #999;
    border-left: 3px solid #999;
    width: 24px;
    height: 24px;
    border-radius: 100em;
    animation: loader-spin 1s infinite linear
}

.de-sc-pagination.hidden .de-sc-pagination__nav-btn {
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0;
    visibility: hidden
}

.de-sc-pagination.hidden .de-sc-pagination__loader-text {
    -ms-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible
}

.de-sc-carousel__item {
    margin-bottom: 60px
}

.de-sc-carousel__item-container {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print, screen and (min-width: 64em) {
    .de-sc-carousel__item-container {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

@media print, screen and (min-width: 75em) {
    .de-sc-carousel__item-container {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

@media screen and (min-width: 90em) {
    .de-sc-carousel__item-container {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

@media screen and (min-width: 160em) {
    .de-sc-carousel__item-container {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

.de-sc-carousel__item-container::before,.de-sc-carousel__item-container::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.de-sc-carousel__item-container::after {
    clear: both
}

.de-sc-carousel__item .de-sc-blog__entry {
    margin-bottom: 0
}

.de-sc-carousel__item .de-sc-portfolio__entry {
    margin-bottom: 0
}

.de-sc-carousel[data-arrow-position="inside"] .de-carousel__arrow:hover {
    background-color: rgba(189,189,189,0.15)
}

.de-sc-carousel[data-arrow-position="outside"] .de-carousel__arrow {
    box-sizing: content-box;
    background-color: transparent
}

.de-sc-carousel[data-arrow-position="outside"] .de-carousel__arrow::before {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,0.8);
    transition: .3s
}

.de-sc-carousel[data-arrow-position="outside"] .de-carousel__arrow:hover::before {
    background-color: rgba(189,189,189,0.15)
}

.de-sc-carousel[data-arrow-position="outside"] .de-carousel__arrow i {
    position: relative;
    z-index: 1
}

.de-sc-carousel[data-arrow-position="outside"] .de-carousel__arrow.left {
    left: -70px;
    padding-right: 20px
}

.de-sc-carousel[data-arrow-position="outside"] .de-carousel__arrow.left::before {
    left: 0
}

.de-sc-carousel[data-arrow-position="outside"] .de-carousel__arrow.right {
    right: -70px;
    padding-left: 20px
}

.de-sc-carousel[data-arrow-position="outside"] .de-carousel__arrow.right::before {
    right: 0
}

.de-sc-carousel[data-nav-arrow="true"] .de-carousel__arrow {
    display: -ms-flexbox;
    display: flex
}

.de-sc-carousel .de-carousel__arrow {
    display: none
}

.de-sc-carousel .slick-dots>li {
    background-color: rgba(189,189,189,0.15)
}

.de-carousel {
    position: relative;
    clear: both
}

.de-carousel * {
    outline: none
}

.de-carousel__container {
    position: relative;
    background-color: #fcfcfc;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden
}

.de-carousel__item {
    width: 100%;
    float: left;
    padding-right: .625rem;
    padding-left: .625rem;
    display: none;
    z-index: 2
}

@media print, screen and (min-width: 64em) {
    .de-carousel__item {
        padding-right:.625rem;
        padding-left: .625rem
    }
}

.de-carousel__item:last-child:not(:first-child) {
    float: right
}

.de-carousel__loader {
    border: 3px solid transparent;
    border-right: 3px solid #999;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border-radius: 100em;
    animation: loader-spin 1s infinite linear;
    opacity: 1;
    visibility: visible;
    transition: 420ms;
    z-index: 1
}

@media print, screen and (min-width: 75em) {
    .de-carousel:hover .de-carousel__arrow {
        opacity:1;
        visibility: visible;
        -ms-transform: none;
        transform: none
    }
}

.de-carousel .slick-dots {
    margin: 0;
    text-align: center
}

.de-carousel .slick-dots>li {
    position: relative;
    list-style: none;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100em;
    margin: 0 5px;
    background-color: #eee;
    cursor: pointer
}

.de-carousel .slick-dots>li.slick-active {
    background-color: #ccc
}

.de-carousel .slick-dots>li>button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0
}

.slick-initialized.de-carousel__container {
    height: auto;
    min-height: 50px;
    padding: 0;
    background-color: transparent
}

.slick-initialized .de-carousel__item {
    display: block;
    animation: .6s fadeIn
}

.slick-initialized ~ .de-carousel__loader {
    opacity: 0;
    visibility: hidden
}

.vc_row.vc_row-no-padding[data-vc-full-width="true"][data-vc-stretch-content="true"] .de-carousel__item {
    padding-left: 0;
    padding-right: 0
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.de-carousel__arrow {
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.8);
    color: #000;
    z-index: 1
}

.de-carousel__arrow.left {
    left: 10px
}

.de-carousel__arrow.right {
    right: 10px
}

.de-carousel__arrow.small {
    top: calc(50% - 15px);
    width: 30px;
    height: 30px
}

.de-carousel__arrow.outside.left {
    left: -70px
}

.de-carousel__arrow.outside.right {
    right: -70px
}

.de-carousel__arrow.circle {
    border-radius: 100em
}

.de-carousel__arrow>[class^="df-"] {
    margin: 0
}

@media print, screen and (min-width: 75em) {
    .de-carousel__arrow {
        opacity:0;
        visibility: hidden;
        transition: 420ms
    }

    .de-carousel__arrow.left {
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .de-carousel__arrow.right {
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }
}

.de-sc-image-carousel__item {
    margin-bottom: 30px
}

.de-sc-image-carousel__item-container {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print, screen and (min-width: 64em) {
    .de-sc-image-carousel__item-container {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

@media print, screen and (min-width: 75em) {
    .de-sc-image-carousel__item-container {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

@media screen and (min-width: 90em) {
    .de-sc-image-carousel__item-container {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

@media screen and (min-width: 160em) {
    .de-sc-image-carousel__item-container {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

.de-sc-image-carousel__item-container::before,.de-sc-image-carousel__item-container::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.de-sc-image-carousel__item-container::after {
    clear: both
}

.de-sc-image-carousel .de-carousel__arrow {
    display: none;
    top: calc(50% - 40px)
}

.de-sc-image-carousel[data-arrow-position="outside"] .de-carousel__arrow {
    box-sizing: content-box;
    background: transparent
}

.de-sc-image-carousel[data-arrow-position="outside"] .de-carousel__arrow::before {
    content: '';
    position: absolute;
    top: 6px;
    width: 50px;
    height: 50px;
    background: rgba(189,189,189,0.15);
    opacity: 0;
    transition: .3s
}

.de-sc-image-carousel[data-arrow-position="outside"] .de-carousel__arrow:hover::before {
    opacity: 1
}

.de-sc-image-carousel[data-arrow-position="outside"] .de-carousel__arrow i {
    position: relative;
    z-index: 1
}

.de-sc-image-carousel[data-arrow-position="outside"] .de-carousel__arrow.left::before {
    left: 10px
}

.de-sc-image-carousel[data-arrow-position="outside"] .de-carousel__arrow.right::before {
    right: 10px
}

.de-sc-image-carousel[data-nav-arrow="true"] .de-carousel__arrow {
    display: -ms-flexbox;
    display: flex
}

@media print, screen and (min-width: 64em) {
    .de-sc-image-carousel[data-center-mode="true"] .de-sc-image-carousel__item-container {
        margin:0
    }
}

.de-sc-image-carousel[data-on-click="none"] a {
    pointer-events: none
}

.de-sc-image-carousel[data-box-shadow="small_depth"] img {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)
}

.de-sc-image-carousel[data-box-shadow="medium_depth"] img {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)
}

.de-sc-image-carousel[data-box-shadow="large_depth"] img {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)
}

.de-sc-image-carousel[data-box-shadow="very_large_depth"] img {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22)
}

.de-sc-image-carousel[data-nav-dots="true"] .de-carousel__arrow {
    top: calc(50% - 54px)
}

.de-sc-banner {
    position: relative;
    overflow: hidden
}

.de-sc-banner[data-halign="left"] .de-sc-banner__container {
    -ms-flex-align: start;
    align-items: flex-start
}

.de-sc-banner[data-halign="center"] .de-sc-banner__container {
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.de-sc-banner[data-halign="right"] .de-sc-banner__container {
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right
}

.de-sc-banner[data-valign="top"] .de-sc-banner__container {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.de-sc-banner[data-valign="center"] .de-sc-banner__container {
    -ms-flex-pack: center;
    justify-content: center
}

.de-sc-banner[data-valign="bottom"] .de-sc-banner__container {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.de-sc-banner[data-hover-effect="none"]>img {
    -ms-transform: translateX(5%) scale(1.1);
    transform: translateX(5%) scale(1.1);
    transition: .3s
}

.de-sc-banner[data-hover-effect="none"]:hover>img {
    -ms-transform: translateX(-5%) scale(1.1);
    transform: translateX(-5%) scale(1.1)
}

.de-sc-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.de-sc-banner[data-border="true"] {
    border-style: solid
}

.de-sc-banner__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.de-sc-banner__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

.de-sc-banner__video-wrapper {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%
}

.de-sc-banner__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%
}

.de-sc-banner__button .de-btn {
    float: none
}

.de-sc-banner h1 {
    line-height: 1.2
}

.de-sc-banner img {
    width: 100%;
    object-fit: cover
}

.de-sc-banner img ~ .de-sc-banner__video-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.de-sc-banner .de-btn {
    position: relative;
    z-index: 2;
    margin-left: 5px;
    margin-right: 5px
}

.de-sc-banner .de-btn[data-fullwidth="true"] {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.de-sc-banner .de-btn:first-child {
    margin-left: 0
}

.de-sc-banner .de-btn:last-child {
    margin-right: 0
}

.de-sc-banner:hover .de-sc-banner__video-wrapper {
    opacity: 1;
    visibility: visible
}

.de-sc-testimonials .uk-slider-container {
    width: 100%
}

.de-sc-testimonials__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.de-sc-testimonials>div>a:hover {
    text-decoration: none
}

.de-sc-testimonials__item {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.de-sc-testimonials__item * {
    transition: 420ms
}

.de-sc-testimonials__item>a:link {
    text-decoration: none
}

.de-sc-testimonials__item>a:link p {
    text-decoration: none
}

.de-sc-testimonials .uk-slider-items.uk-grid {
    width: 100%
}

.de-sc-testimonials__name h4 {
    margin-bottom: 0
}

.de-sc-testimonials__image {
    margin-bottom: 20px
}

.de-sc-testimonials__image img {
    border-radius: 50%
}

.de-sc-testimonials__role {
    margin-bottom: 20px
}

.de-sc-testimonials__quote-icon {
    margin-bottom: 10px
}

.de-sc-testimonials__ratings {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.de-sc-testimonials__ratings .star-rating {
    width: 5.6em;
    font-style: normal
}

.de-sc-testimonials .uk-position-center-left {
    left: -10px
}

.de-sc-testimonials .uk-position-center-right {
    right: -10px
}

.de-sc-testimonials--style-1 .de-sc-testimonials__empty-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #cecece;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.de-sc-testimonials--style-1 .de-sc-testimonials__image img {
    width: 100px;
    margin: 0 auto
}

.de-sc-testimonials--style-1 .de-sc-testimonials__content {
    margin: 0 auto
}

.de-sc-testimonials--style-2 .de-sc-testimonials__image img {
    width: 100px;
    margin: 0 auto
}

.de-sc-testimonials--style-2 .de-sc-testimonials__empty-image {
    width: 100px;
    height: 100px
}

.de-sc-testimonials--style-3 .de-sc-testimonials__item>a:link p {
    display: inline-block
}

.de-sc-testimonials--style-3 .de-sc-testimonials__item__bubble {
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    letter-spacing: .25px;
    margin: 1px;
    transition: all .3s ease;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
    z-index: 0;
    margin-bottom: 55px;
    transition: all .3s ease;
    font-size: 1em
}

.de-sc-testimonials--style-3 .de-sc-testimonials__item__bubble:before,.de-sc-testimonials--style-3 .de-sc-testimonials__item__bubble:after {
    content: "";
    border-style: solid;
    height: 0;
    width: 0;
    border-width: 19px 14px 0;
    position: absolute;
    bottom: -19px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: border-color .3s ease,bottom .32s ease;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent
}

.de-sc-testimonials--style-3 .de-sc-testimonials__item__bubble:after {
    border-top-color: #fff;
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #fff transparent transparent;
    border-width: 20px 15px 0;
    bottom: -17px;
    transition: all .3s ease
}

.de-sc-testimonials--style-3 .de-sc-testimonials__item__bubble .de-sc-testimonials--style_3 .de-sc-testimonials__item:hover .de-sc-testimonials__bubble__content:before {
    transform: scale3d(0.98, 0.96, 1) translate3d(0, 0, 0)
}

.de-sc-testimonials--style-3 .de-sc-testimonials__item__bubble__content {
    padding: 45px;
    z-index: 10
}

.de-sc-testimonials--style-3 .de-sc-testimonials__item__bubble__content:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    background: #fff;
    transform: translate3d(0, 0, 0);
    transition: all .3s ease;
    z-index: -1
}

.de-sc-testimonials--style-3 .de-sc-testimonials__item:hover .de-sc-testimonials__item__bubble {
    box-shadow: none
}

.de-sc-testimonials--style-3 .de-sc-testimonials__item:hover .de-sc-testimonials__item__bubble:before {
    border-left-color: transparent !important;
    border-right-color: transparent !important
}

.de-sc-testimonials--style-3 .de-sc-testimonials__item:hover .de-sc-testimonials__item__bubble__content:before {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px
}

.de-sc-testimonials--style-3 .de-sc-testimonials__image {
    -ms-flex-order: 2;
    order: 2
}

.de-sc-testimonials--style-3 .de-sc-testimonials__image img {
    width: 100px;
    border-radius: 0
}

.de-sc-testimonials--style-3 .de-sc-testimonials__name {
    -ms-flex-order: 3;
    order: 3
}

.de-sc-testimonials--style-3 .de-sc-testimonials__quote-icon {
    left: -1.2em;
    top: -0.8em;
    margin-bottom: 0
}

.de-sc-testimonials--style-3 .de-sc-testimonials__role {
    -ms-flex-order: 4;
    order: 4
}

.de-sc-testimonials--style-3 .de-sc-testimonials__content {
    font-size: inherit;
    text-transform: inherit;
    letter-spacing: inherit
}

.de-sc-testimonials__navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
}

.de-sc-testimonials__navigation .slick-arrow {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-width: 1px;
    border-style: solid;
    margin-right: 10px;
    cursor: pointer
}

.de-sc-testimonials__navigation .slick-arrow:last-child {
    margin: 0
}

.de-sc-testimonials__navigation .slick-arrow i {
    font-size: 12px
}

.de-sc-testimonials--style-4 .de-sc-testimonials__item {
    text-align: left;
    opacity: 0.8
}

.de-sc-testimonials--style-4 .de-sc-testimonials__item.uk-active {
    opacity: 1
}

.de-sc-testimonials--style-4 .de-sc-testimonials__head {
    overflow: hidden
}

.de-sc-testimonials--style-4 .de-sc-testimonials__image {
    float: left;
    margin-right: 20px
}

.de-sc-testimonials--style-4 .de-sc-testimonials__image img {
    width: 60px;
    border-radius: 50%
}

.de-sc-testimonials--style-4 .de-sc-testimonials__ratings {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.de-sc-testimonials--style-4 .uk-dotnav>li>a {
    width: 23px;
    height: 7px;
    border-radius: 0
}

.de-sc-testimonials .uk-dotnav li {
    position: relative;
    display: block;
    float: left;
    margin: 0 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    padding-left: 0
}

.de-sc-testimonials .uk-dotnav {
    margin-left: 0;
    width: 100%
}

.de-sc-testimonials .uk-dotnav li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: transparent;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #999;
    transition: opacity 0.3s
}

.de-sc-testimonials .uk-dotnav.uk-dark li a {
    background-color: #000
}

.de-sc-testimonials .uk-dotnav.uk-light li a {
    background-color: #fff
}

.de-sc-testimonials .uk-dotnav li svg {
    z-index: 10;
    width: 15px;
    height: 15px;
    background: transparent
}

.de-sc-testimonials .uk-dotnav li svg circle {
    opacity: 0;
    fill: none;
    stroke: #999;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 39 39;
    stroke-dashoffset: 39;
    transition: stroke-dashoffset 0.3s, opacity 0.3s
}

.de-sc-testimonials .uk-dotnav.uk-dark li svg circle {
    stroke: #000
}

.de-sc-testimonials .uk-dotnav.uk-light li svg circle {
    stroke: #fff
}

.de-sc-testimonials .uk-dotnav li a:hover {
    opacity: 0.3
}

.de-sc-testimonials .uk-dotnav li.uk-active a,.de-sc-testimonials .uk-dotnav li a:focus {
    opacity: 0.5;
    background: transparent
}

.de-sc-testimonials .uk-dotnav li.uk-active svg circle {
    opacity: 1;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.3s, opacity 0.15s
}

.de-sc-animated-text {
    position: relative
}

.de-sc-animated-text__box {
    margin: 0 auto
}

.de-sc-animated-text__text {
    line-height: 1.2;
    display: inline-block;
    white-space: nowrap;
    animation: animatedText 16s linear 0s infinite;
    perspective: 1000px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d
}

.de-sc-animated-text[data-animate-style="image_background"] .de-sc-animated-text__box {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.de-sc-animated-text[data-animate-style="image_background"] .de-sc-animated-text__text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 74.9375em) {
    .de-sc-animated-text[data-animate-style="image_background"] .de-sc-animated-text__text {
        left:0 !important
    }
}

.de-sc-animated-text[data-animate-style="image_background"] .de-sc-animated-text__text.outer {
    z-index: 0
}

@keyframes animatedText {
    0% {
        transform: translate3d(0, 0, 0) translateZ(0) scale(1.0, 1.0)
    }

    100% {
        transform: translate3d(-75%, 0, 0) translateZ(0) scale(1.0, 1.0)
    }
}

.de-sc-video-popup__icon--fill {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 100em;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 0
}

.de-sc-video-popup__icon--fill::before,.de-sc-video-popup__icon--fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 35px solid;
    border-color: inherit;
    border-radius: 100em;
    z-index: -1
}

.de-sc-video-popup__icon--fill::after {
    animation: pulse 1.2s linear 0s infinite
}

.de-sc-video-popup__icon--outline {
    transition: all 0.5s ease
}

.de-sc-video-popup__icon--outline polygon {
    stroke-width: .6px;
    stroke-dasharray: 22;
    stroke-dashoffset: 44;
    transition: all .5s ease-in-out
}

.de-sc-video-popup__icon--outline circle {
    stroke-width: .6px;
    stroke-dasharray: 63;
    stroke-dashoffset: 63;
    opacity: 0.2;
    transition: all .5s ease-in-out
}

.de-sc-video-popup__icon--outline .de-sc-video-popup__text {
    margin: 20px 0
}

.de-sc-video-popup__text {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .5s
}

.de-sc-video-popup:hover .de-sc-video-popup__icon--fill::after {
    animation: none
}

.de-sc-video-popup:hover .de-sc-video-popup__icon--outline polygon {
    stroke-dashoffset: 0
}

.de-sc-video-popup:hover .de-sc-video-popup__icon--outline circle {
    stroke-dashoffset: 0;
    opacity: 1
}

.de-sc-video-popup:hover .de-sc-video-popup__text {
    margin: 20px;
    opacity: .5
}

.vc_tta.df-tta-tour {
    display: -ms-flexbox;
    display: flex
}

.vc_tta.df-tta-tour .resp-tab-active {
    background-color: transparent
}

.vc_tta.df-tta-tour .vc_tta-tabs-container .resp-tabs-list {
    margin: 0 !important
}

.vc_tta.df-tta-tour .vc_tta-tabs-container .resp-tabs-list li.vc_tta-tab {
    margin: 0 !important;
    padding: 15px 18px !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out
}

.vc_tta.df-tta-tour .vc_tta-tabs-container .resp-tabs-list li.vc_tta-tab i {
    font-size: 16px;
    vertical-align: super
}

.vc_tta.df-tta-tour .vc_tta-tabs-container .resp-tabs-container {
    border: none;
    float: initial;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out
}

.vc_tta.df-tta-tour .vc_tta-tabs-container .resp-tabs-container .vc_tta-panel {
    padding: 20px
}

.vc_tta.df-tta-tour .vc_tta-tabs-container .resp-tabs-container .vc_tta-panel .vc_tta-panel-heading {
    display: none;
    visibility: hidden
}

.vc_tta.df-tta-tour .vc_tta-tabs-container .resp-tabs-container .vc_tta-panel.resp-tab-content>* {
    opacity: 0
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.vc_tta.df-tta-tour .vc_tta-tabs-container .resp-tabs-container .vc_tta-panel.resp-tab-content.resp-tab-content-active>* {
    animation: fadeIn 0.2s;
    opacity: 1
}

.no-cssanimations .vc_tta.df-tta-tour .vc_tta-tabs-container .resp-tabs-container .vc_tta-panel.resp-tab-content>* {
    opacity: 1
}

.vc_tta.df-tta-tour .vc_tta-tabs-container .resp-tabs-container .vc_tta-panel.tta-full-size {
    padding: 0;
    margin: 0
}

.vc_tta.df-tta-tour .vc_tta-tabs-container .resp-accordion h1,.vc_tta.df-tta-tour .vc_tta-tabs-container .resp-accordion h2,.vc_tta.df-tta-tour .vc_tta-tabs-container .resp-accordion h3,.vc_tta.df-tta-tour .vc_tta-tabs-container .resp-accordion h4,.vc_tta.df-tta-tour .vc_tta-tabs-container .resp-accordion h5,.vc_tta.df-tta-tour .vc_tta-tabs-container .resp-accordion h6 {
    margin-bottom: 0
}

.de-sc-banner {
    position: relative;
    overflow: hidden
}

.de-sc-banner[data-halign="left"] .de-sc-banner__container {
    -ms-flex-align: start;
    align-items: flex-start
}

.de-sc-banner[data-halign="center"] .de-sc-banner__container {
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.de-sc-banner[data-halign="right"] .de-sc-banner__container {
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right
}

.de-sc-banner[data-valign="top"] .de-sc-banner__container {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.de-sc-banner[data-valign="center"] .de-sc-banner__container {
    -ms-flex-pack: center;
    justify-content: center
}

.de-sc-banner[data-valign="bottom"] .de-sc-banner__container {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.de-sc-banner[data-hover-effect="none"]>img {
    -ms-transform: translateX(5%) scale(1.1);
    transform: translateX(5%) scale(1.1);
    transition: .3s
}

.de-sc-banner[data-hover-effect="none"]:hover>img {
    -ms-transform: translateX(-5%) scale(1.1);
    transform: translateX(-5%) scale(1.1)
}

.de-sc-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.de-sc-banner[data-border="true"] {
    border-style: solid
}

.de-sc-banner__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.de-sc-banner__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

.de-sc-banner__video-wrapper {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%
}

.de-sc-banner__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%
}

.de-sc-banner__button .de-btn {
    float: none
}

.de-sc-banner h1 {
    line-height: 1.2
}

.de-sc-banner img {
    width: 100%;
    object-fit: cover
}

.de-sc-banner img ~ .de-sc-banner__video-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.de-sc-banner .de-btn {
    position: relative;
    z-index: 2;
    margin-left: 5px;
    margin-right: 5px
}

.de-sc-banner .de-btn[data-fullwidth="true"] {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.de-sc-banner .de-btn:first-child {
    margin-left: 0
}

.de-sc-banner .de-btn:last-child {
    margin-right: 0
}

.de-sc-banner:hover .de-sc-banner__video-wrapper {
    opacity: 1;
    visibility: visible
}

.de-sc-tabs .uk-tab {
    margin-left: 0
}

.de-sc-tabs .uk-tab li {
    padding-left: 0
}

.de-sc-tabs .uk-tab.uk-subnav:not(.uk-subnav-pill).uk-tab-bottom>:first-child>a,.de-sc-tabs .uk-tab.uk-subnav:not(.uk-subnav-pill).uk-tab-top>:first-child>a {
    padding-left: 0
}

.de-sc-tabs .uk-tab.uk-subnav:not(.uk-subnav-pill).uk-tab-bottom.uk-flex-right>:last-child>a,.de-sc-tabs .uk-tab.uk-subnav:not(.uk-subnav-pill).uk-tab-top.uk-flex-right>:last-child>a {
    padding-right: 0
}

.de-sc-tabs .uk-tab.uk-subnav:not(.uk-subnav-pill).uk-tab-left>li>a {
    padding-left: 0
}

.de-sc-tabs .uk-tab.uk-subnav:not(.uk-subnav-pill).uk-tab-right>li>a {
    padding-right: 0
}

.de-sc-tabs .uk-tab.uk-subnav-pill h1,.de-sc-tabs .uk-tab.uk-subnav-pill h2,.de-sc-tabs .uk-tab.uk-subnav-pill h3,.de-sc-tabs .uk-tab.uk-subnav-pill h4,.de-sc-tabs .uk-tab.uk-subnav-pill h5,.de-sc-tabs .uk-tab.uk-subnav-pill h6,.de-sc-tabs .uk-tab.uk-subnav-pill p {
    margin-bottom: 0
}

.de-sc-tabs .uk-tab.uk-tab-top:not(.uk-subnav):not(.uk-subnav-pills):not(.uk-thumbnav) li {
    border-bottom: 2px solid
}

.de-sc-tabs .uk-tab.uk-tab-bottom:not(.uk-subnav):not(.uk-subnav-pills):not(.uk-thumbnav) li {
    border-top: 2px solid;
    padding-top: 10px
}

.de-sc-tabs .uk-tab.uk-tab-left:not(.uk-subnav):not(.uk-subnav-pills):not(.uk-thumbnav) li {
    border-right: 2px solid
}

.de-sc-tabs .uk-tab.uk-tab-left:not(.uk-subnav):not(.uk-subnav-pills):not(.uk-thumbnav) li h1,.de-sc-tabs .uk-tab.uk-tab-left:not(.uk-subnav):not(.uk-subnav-pills):not(.uk-thumbnav) li h2,.de-sc-tabs .uk-tab.uk-tab-left:not(.uk-subnav):not(.uk-subnav-pills):not(.uk-thumbnav) li h3,.de-sc-tabs .uk-tab.uk-tab-left:not(.uk-subnav):not(.uk-subnav-pills):not(.uk-thumbnav) li h4,.de-sc-tabs .uk-tab.uk-tab-left:not(.uk-subnav):not(.uk-subnav-pills):not(.uk-thumbnav) li h5,.de-sc-tabs .uk-tab.uk-tab-left:not(.uk-subnav):not(.uk-subnav-pills):not(.uk-thumbnav) li h6,.de-sc-tabs .uk-tab.uk-tab-left:not(.uk-subnav):not(.uk-subnav-pills):not(.uk-thumbnav) li p {
    margin-top: 10px
}

.de-sc-tabs .uk-tab.uk-tab-right:not(.uk-subnav):not(.uk-subnav-pills):not(.uk-thumbnav) li {
    border-left: 2px solid
}

.de-sc-tabs .uk-tab.uk-tab-right:not(.uk-subnav):not(.uk-subnav-pills):not(.uk-thumbnav) li h1,.de-sc-tabs .uk-tab.uk-tab-right:not(.uk-subnav):not(.uk-subnav-pills):not(.uk-thumbnav) li h2,.de-sc-tabs .uk-tab.uk-tab-right:not(.uk-subnav):not(.uk-subnav-pills):not(.uk-thumbnav) li h3,.de-sc-tabs .uk-tab.uk-tab-right:not(.uk-subnav):not(.uk-subnav-pills):not(.uk-thumbnav) li h4,.de-sc-tabs .uk-tab.uk-tab-right:not(.uk-subnav):not(.uk-subnav-pills):not(.uk-thumbnav) li h5,.de-sc-tabs .uk-tab.uk-tab-right:not(.uk-subnav):not(.uk-subnav-pills):not(.uk-thumbnav) li h6,.de-sc-tabs .uk-tab.uk-tab-right:not(.uk-subnav):not(.uk-subnav-pills):not(.uk-thumbnav) li p {
    margin-top: 10px
}

.de-sc-ornamental-title {
    overflow: hidden
}

.de-sc-ornamental-title_content {
    line-height: 0.5;
    text-align: center
}

.de-sc-ornamental-title_content h2 {
    display: inline-block;
    position: relative
}

.de-sc-ornamental-title_content h2:before,.de-sc-ornamental-title_content h2:after {
    content: "";
    position: absolute;
    height: 6px;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
    top: 50%
}

.de-sc-ornamental-title_content h2:before {
    right: 100%;
    margin-right: 60px;
    width: 100vw
}

@media only screen and (max-width: 768px) {
    .de-sc-ornamental-title_content h2:before {
        margin-right:10px
    }
}

.de-sc-ornamental-title_content h2:after {
    left: 100%;
    margin-left: 60px;
    width: 100vw
}

@media only screen and (max-width: 768px) {
    .de-sc-ornamental-title_content h2:after {
        margin-left:10px
    }
}

.de-sc-ornamental-title_content-subtitle {
    position: relative
}

.de-sc-ornamental-title_content .de-sc-ornamental-title_content-subtitle-content--image {
    display: inline-block;
    position: relative;
    margin-bottom: 25px
}

.de-sc-ornamental-title_content .de-sc-ornamental-title_content-subtitle-content--image img {
    margin: 40px 0;
    padding: 0 20px
}

.de-sc-ornamental-title_content .de-sc-ornamental-title_content-subtitle-content--image:before,.de-sc-ornamental-title_content .de-sc-ornamental-title_content-subtitle-content--image:after {
    content: "";
    position: absolute;
    height: 6px;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
    top: 50%;
    width: 600px
}

.de-sc-ornamental-title_content .de-sc-ornamental-title_content-subtitle-content--image:before {
    right: 100%;
    margin-right: 15px
}

.de-sc-ornamental-title_content .de-sc-ornamental-title_content-subtitle-content--image:after {
    left: 100%;
    margin-left: 15px
}

.de-sc-ornamental-title_content-subtitle-link a {
    line-height: 1.5
}

.de-sc-ornamental-title_content-subtitle-link a:first-child {
    margin-right: 8px
}

.de-sc-ornamental-title_content-subtitle-link a:after {
    content: "";
    display: block;
    background-color: #999999;
    bottom: 0;
    width: 100%;
    height: 1px;
    transition: width .4s
}

.df-tta-slider-tab .df-tta-slider-tab__navigation {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.df-tta-slider-tab .df-tta-slider-tab__navigation ul {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center
}

.df-tta-slider-tab .df-tta-slider-tab__navigation ul li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 25px 15px
}

.df-tta-slider-tab .df-tta-slider-tab__navigation ul li button {
    background: transparent
}

.df-tta-slider-tab .df-tta-slider-tab__navigation ul li button:hover {
    cursor: pointer;
    cursor: hand
}

.df-tta-slider-tab .df-tta-slider-tab__navigation ul li i {
    transition: 0.483s
}

.df-tta-slider-tab .df-tta-slider-tab__navigation ul li h1,.df-tta-slider-tab .df-tta-slider-tab__navigation ul li h2,.df-tta-slider-tab .df-tta-slider-tab__navigation ul li h3,.df-tta-slider-tab .df-tta-slider-tab__navigation ul li h4,.df-tta-slider-tab .df-tta-slider-tab__navigation ul li h5,.df-tta-slider-tab .df-tta-slider-tab__navigation ul li h6,.df-tta-slider-tab .df-tta-slider-tab__navigation ul li div,.df-tta-slider-tab .df-tta-slider-tab__navigation ul li p {
    transition: 0.483s
}

.df-tta-slider-tab .df-tta-slider-tab__navigation ul li:hover:not(.slick-active) h1,.df-tta-slider-tab .df-tta-slider-tab__navigation ul li:hover:not(.slick-active) h2,.df-tta-slider-tab .df-tta-slider-tab__navigation ul li:hover:not(.slick-active) h3,.df-tta-slider-tab .df-tta-slider-tab__navigation ul li:hover:not(.slick-active) h4,.df-tta-slider-tab .df-tta-slider-tab__navigation ul li:hover:not(.slick-active) h5,.df-tta-slider-tab .df-tta-slider-tab__navigation ul li:hover:not(.slick-active) h6,.df-tta-slider-tab .df-tta-slider-tab__navigation ul li:hover:not(.slick-active) div,.df-tta-slider-tab .df-tta-slider-tab__navigation ul li:hover:not(.slick-active) p {
    transition: 0.483s
}

.df-tta-slider-tab .df-tta-slider-tab__navigation ul li:hover:not(.slick-active) i {
    transition: 0.483s
}

.df-tta-slider-tab .vc_tta-tabs-container .resp-tabs-list {
    display: none
}

.df-tta-slider-tab .vc_tta-tabs-container .vc_row {
    margin: 0
}

.df-tta-slider-tab *:focus {
    outline: none
}

.de-sc-image-grid::before,.de-sc-image-grid::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.de-sc-image-grid::after {
    clear: both
}

.de-sc-image-grid__item {
    width: 100%;
    float: left;
    padding-right: .625rem;
    padding-left: .625rem
}

@media print, screen and (min-width: 64em) {
    .de-sc-image-grid__item {
        padding-right:.625rem;
        padding-left: .625rem
    }
}

.de-sc-image-grid__item:last-child:not(:first-child) {
    float: right
}

.de-sc-image-grid__item-inner {
    position: relative
}

.de-sc-image-grid__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    opacity: 0;
    transition: .3s
}

.de-sc-image-grid__content>* {
    position: relative;
    z-index: 1
}

.de-sc-image-grid__content p {
    margin: 0
}

.de-sc-image-grid__content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0
}

.de-sc-image-grid__content:hover {
    opacity: 1
}

.de-sc-image-grid[data-layout="3_column"] {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print, screen and (min-width: 64em) {
    .de-sc-image-grid[data-layout="3_column"] {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

@media print, screen and (min-width: 75em) {
    .de-sc-image-grid[data-layout="3_column"] {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

@media screen and (min-width: 90em) {
    .de-sc-image-grid[data-layout="3_column"] {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

@media screen and (min-width: 160em) {
    .de-sc-image-grid[data-layout="3_column"] {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

@media print, screen and (min-width: 64em) {
    .de-sc-image-grid[data-layout="3_column"] .de-sc-image-grid__item {
        width:33.33333%;
        float: left;
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
    .de-sc-image-grid[data-layout="3_column"] .de-sc-image-grid__item {
        padding-right:.625rem;
        padding-left: .625rem
    }
}

@media print, screen and (min-width: 64em) {
    .de-sc-image-grid[data-layout="3_column"] .de-sc-image-grid__item:last-child:not(:first-child) {
        float:right
    }

    .de-sc-image-grid[data-layout="3_column"] .de-sc-image-grid__item:last-child:last-child {
        float: left
    }
}

@media print, screen and (min-width: 64em) {
    .de-sc-image-grid[data-layout="3_column"][data-enable-masonry="true"] .de-sc-image-grid__sizer {
        width:33.33333%;
        float: left;
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
    .de-sc-image-grid[data-layout="3_column"][data-enable-masonry="true"] .de-sc-image-grid__sizer {
        padding-right:.625rem;
        padding-left: .625rem
    }
}

@media print, screen and (min-width: 64em) {
    .de-sc-image-grid[data-layout="3_column"][data-enable-masonry="true"] .de-sc-image-grid__sizer:last-child:not(:first-child) {
        float:right
    }
}

@media print, screen and (min-width: 64em) {
    .de-sc-image-grid[data-layout="3_column"][data-enable-masonry="true"] .de-sc-image-grid__item[data-item-size="2"] {
        width:66.66667%;
        float: left;
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
    .de-sc-image-grid[data-layout="3_column"][data-enable-masonry="true"] .de-sc-image-grid__item[data-item-size="2"] {
        padding-right:.625rem;
        padding-left: .625rem
    }
}

@media print, screen and (min-width: 64em) {
    .de-sc-image-grid[data-layout="3_column"][data-enable-masonry="true"] .de-sc-image-grid__item[data-item-size="2"]:last-child:not(:first-child) {
        float:right
    }
}

.de-sc-image-grid[data-layout="3_column"][data-enable-masonry="true"] .de-sc-image-grid__item[data-item-size="2"] .de-sc-image-grid__item-inner {
    padding-bottom: 50%
}

.de-sc-image-grid[data-layout="3_column"][data-enable-masonry="true"] .de-sc-image-grid__item[data-item-size="3"] .de-sc-image-grid__item-inner {
    padding-bottom: 200%
}

@media print, screen and (min-width: 64em) {
    .de-sc-image-grid[data-layout="3_column"][data-enable-masonry="true"] .de-sc-image-grid__item[data-item-size="4"] {
        width:66.66667%;
        float: left;
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
    .de-sc-image-grid[data-layout="3_column"][data-enable-masonry="true"] .de-sc-image-grid__item[data-item-size="4"] {
        padding-right:.625rem;
        padding-left: .625rem
    }
}

@media print, screen and (min-width: 64em) {
    .de-sc-image-grid[data-layout="3_column"][data-enable-masonry="true"] .de-sc-image-grid__item[data-item-size="4"]:last-child:not(:first-child) {
        float:right
    }
}

.de-sc-image-grid[data-layout="4_column"] {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print, screen and (min-width: 64em) {
    .de-sc-image-grid[data-layout="4_column"] {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

@media print, screen and (min-width: 75em) {
    .de-sc-image-grid[data-layout="4_column"] {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

@media screen and (min-width: 90em) {
    .de-sc-image-grid[data-layout="4_column"] {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

@media screen and (min-width: 160em) {
    .de-sc-image-grid[data-layout="4_column"] {
        margin-right:-.625rem;
        margin-left: -.625rem
    }
}

@media print, screen and (min-width: 64em) {
    .de-sc-image-grid[data-layout="4_column"] .de-sc-image-grid__item {
        width:25%;
        float: left;
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
    .de-sc-image-grid[data-layout="4_column"] .de-sc-image-grid__item {
        padding-right:.625rem;
        padding-left: .625rem
    }
}

@media print, screen and (min-width: 64em) {
    .de-sc-image-grid[data-layout="4_column"] .de-sc-image-grid__item:last-child:not(:first-child) {
        float:right
    }

    .de-sc-image-grid[data-layout="4_column"] .de-sc-image-grid__item:last-child:last-child {
        float: left
    }
}

@media print, screen and (min-width: 64em) {
    .de-sc-image-grid[data-layout="4_column"][data-enable-masonry="true"] .de-sc-image-grid__sizer {
        width:25%;
        float: left;
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
    .de-sc-image-grid[data-layout="4_column"][data-enable-masonry="true"] .de-sc-image-grid__sizer {
        padding-right:.625rem;
        padding-left: .625rem
    }
}

@media print, screen and (min-width: 64em) {
    .de-sc-image-grid[data-layout="4_column"][data-enable-masonry="true"] .de-sc-image-grid__sizer:last-child:not(:first-child) {
        float:right
    }
}

@media print, screen and (min-width: 64em) {
    .de-sc-image-grid[data-layout="4_column"][data-enable-masonry="true"] .de-sc-image-grid__item[data-item-size="2"] {
        width:50%;
        float: left;
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
    .de-sc-image-grid[data-layout="4_column"][data-enable-masonry="true"] .de-sc-image-grid__item[data-item-size="2"] {
        padding-right:.625rem;
        padding-left: .625rem
    }
}

@media print, screen and (min-width: 64em) {
    .de-sc-image-grid[data-layout="4_column"][data-enable-masonry="true"] .de-sc-image-grid__item[data-item-size="2"]:last-child:not(:first-child) {
        float:right
    }
}

.de-sc-image-grid[data-layout="4_column"][data-enable-masonry="true"] .de-sc-image-grid__item[data-item-size="2"] .de-sc-image-grid__item-inner {
    padding-bottom: 50%
}

.de-sc-image-grid[data-layout="4_column"][data-enable-masonry="true"] .de-sc-image-grid__item[data-item-size="3"] .de-sc-image-grid__item-inner {
    padding-bottom: 200%
}

@media print, screen and (min-width: 64em) {
    .de-sc-image-grid[data-layout="4_column"][data-enable-masonry="true"] .de-sc-image-grid__item[data-item-size="4"] {
        width:50%;
        float: left;
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
    .de-sc-image-grid[data-layout="4_column"][data-enable-masonry="true"] .de-sc-image-grid__item[data-item-size="4"] {
        padding-right:.625rem;
        padding-left: .625rem
    }
}

@media print, screen and (min-width: 64em) {
    .de-sc-image-grid[data-layout="4_column"][data-enable-masonry="true"] .de-sc-image-grid__item[data-item-size="4"]:last-child:not(:first-child) {
        float:right
    }
}

.de-sc-image-grid[data-hover-style="centered_title"] .de-sc-image-grid__content {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.de-sc-image-grid[data-hover-style="centered_title"] .de-sc-image-grid__content h3 {
    text-align: center
}

.de-sc-image-grid[data-hover-style="centered_title"] .de-sc-image-grid__content p {
    text-align: center
}

.de-sc-image-grid[data-hover-style="bottom_left_title"] .de-sc-image-grid__content {
    padding-bottom: 40px;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.de-sc-image-grid[data-hover-style="bottom_title"] .de-sc-image-grid__content {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.de-sc-image-grid[data-hover-style="bottom_title"] .de-sc-image-grid__content h3 {
    text-align: center
}

.de-sc-image-grid[data-hover-style="bottom_title"] .de-sc-image-grid__content p {
    text-align: center
}

.de-sc-image-grid[data-hover-style="magnifying"] .de-sc-image-grid__content {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.de-sc-image-grid[data-hover-style="magnifying"] .de-sc-image-grid__content h3 {
    text-align: center
}

.de-sc-image-grid[data-hover-style="boxed_overlay"] .de-sc-image-grid__content {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.de-sc-image-grid[data-hover-style="boxed_overlay"] .de-sc-image-grid__content::before {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px
}

.de-sc-image-grid[data-hover-style="boxed_overlay"] .de-sc-image-grid__content h3 {
    text-align: center
}

.de-sc-image-grid[data-hover-style="frame"] .de-sc-image-grid__content {
    border-style: solid;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.de-sc-image-grid[data-hover-style="frame"] .de-sc-image-grid__content h3 {
    text-align: center
}

.de-sc-image-grid[data-gradient-strength="solid"] .de-sc-image-grid__content::before {
    opacity: 1
}

.de-sc-image-grid[data-gradient-strength="light"] .de-sc-image-grid__content::before {
    opacity: .25
}

.de-sc-image-grid[data-gradient-strength="medium"] .de-sc-image-grid__content::before {
    opacity: .5
}

.de-sc-image-grid[data-gradient-strength="heavy"] .de-sc-image-grid__content::before {
    opacity: .75
}

.de-sc-image-grid[data-enable-masonry="true"] .de-sc-image-grid__item-inner {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%
}

.de-sc-image-grid[data-enable-masonry="true"] .de-sc-image-grid__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.de-sc-image-grid[data-enable-masonry="true"] .de-sc-image-grid__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top
}

.de-sc-big-post .uk-slidenav {
    top: inherit;
    width: 60px;
    height: 60px;
    font-size: 22px;
    bottom: 0;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.de-sc-big-post .uk-slidenav.left {
    left: inherit;
    right: 60px
}

.de-sc-big-post .uk-slidenav.right {
    right: 0
}

.de-sc-big-post__entry {
    position: relative
}

@media screen and (max-width: 74.9375em) {
    .de-sc-big-post__entry {
        max-height:91.5vh;
        overflow: hidden
    }
}

.de-sc-big-post__entry-container::before,.de-sc-big-post__entry-container::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1
}

.de-sc-big-post__entry-container::after {
    clear: both
}

@media print, screen and (min-width: 64em) {
    .de-sc-big-post__entry[data-content-alignment="left"] .de-sc-big-post__content {
        -ms-flex-pack:start;
        justify-content: flex-start
    }
}

@media print, screen and (min-width: 64em) {
    .de-sc-big-post__entry[data-content-alignment="center"] .de-sc-big-post__content {
        -ms-flex-pack:center;
        justify-content: center
    }
}

@media print, screen and (min-width: 64em) {
    .de-sc-big-post__entry[data-content-alignment="right"] .de-sc-big-post__content {
        -ms-flex-pack:end;
        justify-content: flex-end
    }
}

.de-sc-big-post__image {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    background-color: #eee
}

.de-sc-big-post__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
    position: absolute;
    top: 0;
    left: 0
}

@media print, screen and (min-width: 64em) {
    .de-sc-big-post__content {
        position:absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

.de-sc-big-post__content-inner {
    max-width: 400px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.9);
    padding: 80px 50px;
    text-align: center;
    position: relative
}

@media print, screen and (min-width: 64em) {
    .de-sc-big-post__content-inner {
        margin:60px
    }
}

.de-sc-big-post__content-inner::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid;
    z-index: 0
}

.de-sc-big-post__content-inner>* {
    position: relative;
    z-index: 1
}

.de-sc-big-post__content .entry-categories {
    font-size: .875em;
    line-height: 2
}

.de-sc-big-post__content .entry-meta {
    font-size: .875em;
    line-height: 2;
    margin: 0;
    margin-bottom: 10px
}

.de-sc-big-post__content .entry-meta>span {
    margin: 0 3px
}

.de-sc-big-post__content .entry-excerpt {
    margin-bottom: 20px
}

.de-sc-big-post__content .de-btn {
    float: none;
    margin: 0
}

.de-sc-big-post__content .de-btn[data-icon-position="left"]>[class^="df-"] {
    margin-right: .3em
}

.de-sc-big-post__content .de-btn[data-icon-position="right"]>[class^="df-"] {
    margin-left: .3em
}

.de-sc-big-post__content a>[class^="df-"] {
    margin: 0
}

@media print, screen and (min-width: 64em) {
    [data-vc-stretch-content="true"] .de-sc-big-post__content {
        margin:0 auto
    }

    [data-vc-stretch-content="true"] .de-sc-big-post__content-inner {
        margin: 60px 0
    }
}

.de-sc-social-media--small i {
    font-size: 1.2em
}

.de-sc-social-media--default i {
    font-size: 1.6em
}

.de-sc-social-media--large i {
    font-size: 2.15em
}

.de-sc-social-media--extra_large i {
    font-size: 2.85em
}

.de-sc-social-media--outline a .de-social-media__inner-wrap {
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 3em;
    display: block;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.de-sc-social-media--outline.de-sc-social-media--default a .de-social-media__inner-wrap {
    width: 3.5em;
    height: 3.5em
}

.de-sc-social-media--outline.de-sc-social-media--small a .de-social-media__inner-wrap {
    width: 3.15em;
    height: 3.15em
}

.de-sc-social-media--outline.de-sc-social-media--large a .de-social-media__inner-wrap {
    width: 4.5em;
    height: 4.5em
}

.de-sc-social-media--outline.de-sc-social-media--extra_large a .de-social-media__inner-wrap {
    width: 5.5em;
    height: 5.5em
}

.de-sc-social-media__icon {
    margin: 0 7px
}

.de-sc-social-media__icon:first-child {
    margin-left: 0
}

.de-sc-social-media__icon:last-child {
    margin-right: 0
}

.de-sc-social-media .de-social-media__icon:hover {
    opacity: 0.85
}

.de-sc-social-media .de-social-media--simple .de-social-media__icon {
    margin-right: 0.6em
}

.de-sc-title-with-bg--inner-container {
    position: relative;
    overflow: hidden
}

.de-sc-title-with-bg--inner-container__bg-image {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.de-sc-title-with-bg--inner-container__content {
    position: relative
}

.de-sc-title-with-bg--inner-container__content-inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.de-sc-title-with-bg--inner-container__content-inner h1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.de-sc-add-to-cart-custom .woocs_price_code {
    color: inherit
}

.de-sc-add-to-cart-custom .woocs_price_code * {
    color: inherit
}

.de-sc-scroll-to {
    position: fixed;
    top: 50%;
    right: 20px;
    padding: 0;
    margin: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000
}

@media (min-width: 960px) {
    .de-sc-scroll-to {
        right:1%
    }
}

.de-sc-scroll-to li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.de-sc-scroll-to li.active a::after {
    border-width: 2px;
    border-color: #000
}

.de-sc-scroll-to a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-width: 5px;
    border-style: solid;
    border-color: #eee;
    border-radius: 100em;
    margin-left: 5px;
    transition: border-width .3s, border-color .3s
}

.de-sc-scroll-to a:hover span {
    opacity: 1;
    visibility: visible
}

.de-sc-scroll-to span {
    font-size: .875em;
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s
}

.de-sc-scroll-to[data-bullets="true"] {
    display: none !important
}

.de-shape-divider {
    height: 150px
}

.de-shape-divider svg {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100%
}

.de-row-sticky {
    z-index: 0
}

.de-column {
    border-color: inherit
}

.de-column::before {
    border-color: inherit !important
}

.de-column .uk-card:hover {
    background-color: var(--card-color-hover) !important
}

@media (min-width: 960px) {
    #de-split-slider .uk-container {
        padding:0
    }
}

ul.de-split-slider__anchor {
    position: fixed !important;
    z-index: 100
}

ul.de-split-slider__anchor li {
    position: relative
}

ul.de-split-slider__anchor--style-1 li {
    width: 10px;
    height: 10px;
    border: 5px solid;
    border-radius: 100em;
    transition: .7s;
    margin-top: 20px !important
}

ul.de-split-slider__anchor--style-1 li a {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    opacity: 0
}

ul.de-split-slider__anchor--style-1 li.active {
    border: 2px solid
}

ul.de-split-slider__anchor--style-2 li {
    position: relative;
    margin-top: 20px !important
}

ul.de-split-slider__anchor--style-2 li a {
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    background: black;
    transition: .7s;
    width: 20px
}

ul.de-split-slider__anchor--style-2 li.active a {
    width: 30px
}

ul.de-split-slider__anchor--style-3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40px;
    height: 40px
}

ul.de-split-slider__anchor--style-3::before {
    content: '';
    border-top: 1px solid;
    width: 100%;
    height: 1px;
    display: block;
    -ms-flex-order: 2;
    order: 2;
    -ms-transform: rotate(-45deg) translate(-14px, -14px);
    transform: rotate(-45deg) translate(-14px, -14px);
    position: absolute;
    top: 20px;
    left: 20px
}

ul.de-split-slider__anchor--style-3::after {
    content: attr(data-total);
    -ms-flex-order: 3;
    order: 3;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 0px 8px;
    position: absolute;
    bottom: 0;
    right: 0;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

ul.de-split-slider__anchor--style-3 li {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 8px;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    opacity: 0
}

ul.de-split-slider__anchor--style-3 li.active {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    opacity: 1
}

ul.de-split-slider__anchor--style-4 li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    color: black;
    opacity: 0.7
}

ul.de-split-slider__anchor--style-4 li.active a {
    opacity: 1
}

ul.de-split-slider__anchor--style-4 li a::after {
    content: '';
    width: 2px;
    display: block;
    background: black;
    margin: 0;
    height: 0;
    transition: .7s
}

ul.de-split-slider__anchor--style-4 li.active a::after {
    height: 20px;
    margin-top: 10px
}

.de-sc-product-categories__item {
    position: relative;
    height: 0;
    overflow: hidden;
    background-color: #efefef
}

.de-sc-product-categories__item-category {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.de-sc-product-categories__item-detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.25em;
    display: -ms-flexbox;
    display: flex;
    word-break: break-word;
    transition: background-color .3s
}

.de-sc-product-categories__item a {
    width: 100%;
    height: 100%
}

.de-sc-product-categories__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: .3s
}

.de-sc-product-categories__item h3 {
    color: inherit;
    margin: 0
}

.de-sc-product-categories__item p {
    color: inherit;
    text-transform: capitalize;
    margin: 0
}

.de-sc-product-categories__item:hover .de-sc-product-categories__item-detail {
    background-color: transparent !important
}

.de-sc-product-categories[data-layout="layout-1"] .de-sc-product-categories__item-detail {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.de-sc-product-categories[data-layout="layout-1"] .de-sc-product-categories__item-detail::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    border-bottom: 5px solid;
    border-color: inherit;
    transition: max-width .3s linear
}

.de-sc-product-categories[data-layout="layout-1"] .de-sc-product-categories__item:hover .de-sc-product-categories__item-detail::before {
    max-width: 100%
}

.de-sc-product-categories[data-layout="layout-2"] .de-sc-product-categories__item-detail {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.de-sc-product-categories[data-layout="layout-2"] .de-sc-product-categories__item-detail::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100%;
    max-width: 0;
    border-top: 2px solid;
    border-color: inherit;
    transition: max-width .3s linear .3s
}

.de-sc-product-categories[data-layout="layout-2"] .de-sc-product-categories__item-detail::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 100%;
    max-width: 0;
    border-bottom: 2px solid;
    border-color: inherit;
    transition: max-width .3s linear .3s
}

.de-sc-product-categories[data-layout="layout-2"] .de-sc-product-categories__item-detail>div {
    height: calc(50% + 1.75em);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-color: inherit
}

.de-sc-product-categories[data-layout="layout-2"] .de-sc-product-categories__item-detail>div::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    height: 100%;
    max-height: 0;
    border-left: 2px solid;
    border-color: inherit;
    transition: max-height .3s linear
}

.de-sc-product-categories[data-layout="layout-2"] .de-sc-product-categories__item-detail>div::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 100%;
    max-height: 0;
    border-right: 2px solid;
    border-color: inherit;
    transition: max-height .3s linear
}

.de-sc-product-categories[data-layout="layout-2"] .de-sc-product-categories__item:hover .de-sc-product-categories__item-detail::before {
    max-width: calc(100% - 20px)
}

.de-sc-product-categories[data-layout="layout-2"] .de-sc-product-categories__item:hover .de-sc-product-categories__item-detail::after {
    max-width: calc(100% - 20px)
}

.de-sc-product-categories[data-layout="layout-2"] .de-sc-product-categories__item:hover .de-sc-product-categories__item-detail>div::before {
    max-height: calc(100% - 20px)
}

.de-sc-product-categories[data-layout="layout-2"] .de-sc-product-categories__item:hover .de-sc-product-categories__item-detail>div::after {
    max-height: calc(100% - 20px)
}

.de-sc-product-categories[data-layout="layout-3"] .de-sc-product-categories__item-detail {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-color: inherit
}

.de-sc-product-categories[data-layout="layout-3"] .de-sc-product-categories__item-detail>div {
    width: 100%;
    border-color: inherit
}

.de-sc-product-categories[data-layout="layout-3"] .de-sc-product-categories__item-detail h3 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-color: inherit
}

.de-sc-product-categories[data-layout="layout-3"] .de-sc-product-categories__item-detail h3::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(50%, -50%) rotate(45deg) scale(0);
    transform: translate(50%, -50%) rotate(45deg) scale(0);
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: inherit;
    overflow: hidden;
    transition: .3s ease-in
}

.de-sc-product-categories[data-layout="layout-3"] .de-sc-product-categories__item-detail h3::after {
    content: '';
    width: 30px;
    border-bottom: 2px solid;
    border-color: inherit;
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-out
}

.de-sc-product-categories[data-layout="layout-3"] .de-sc-product-categories__item:hover .de-sc-product-categories__item-detail h3::before {
    -ms-transform: translate(0, -50%) rotate(45deg) scale(1);
    transform: translate(0, -50%) rotate(45deg) scale(1)
}

.de-sc-product-categories[data-layout="layout-3"] .de-sc-product-categories__item:hover .de-sc-product-categories__item-detail h3::after {
    opacity: 1;
    visibility: visible;
    -ms-transform: none;
    transform: none
}

.de-sc-product-categories[data-layout="layout-4"] .de-sc-product-categories__item-detail {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-color: inherit
}

.de-sc-product-categories[data-layout="layout-4"] .de-sc-product-categories__item-detail::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 50%;
    left: 50%;
    border-top: 2px solid;
    border-color: inherit;
    transition: .3s linear
}

.de-sc-product-categories[data-layout="layout-4"] .de-sc-product-categories__item-detail::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 50%;
    left: 50%;
    border-bottom: 2px solid;
    border-color: inherit;
    transition: .3s linear
}

.de-sc-product-categories[data-layout="layout-4"] .de-sc-product-categories__item-detail>div {
    border-color: inherit
}

.de-sc-product-categories[data-layout="layout-4"] .de-sc-product-categories__item-detail>div::before {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 10px;
    border-left: 2px solid;
    border-color: inherit;
    transition: .3s linear
}

.de-sc-product-categories[data-layout="layout-4"] .de-sc-product-categories__item-detail>div::after {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 10px;
    border-right: 2px solid;
    border-color: inherit;
    transition: .3s linear
}

.de-sc-product-categories[data-layout="layout-4"] .de-sc-product-categories__item:hover .de-sc-product-categories__item-detail::before,.de-sc-product-categories[data-layout="layout-4"] .de-sc-product-categories__item:hover .de-sc-product-categories__item-detail::after {
    right: 10px;
    left: 10px
}

.de-sc-product-categories[data-layout="layout-4"] .de-sc-product-categories__item:hover .de-sc-product-categories__item-detail>div::before,.de-sc-product-categories[data-layout="layout-4"] .de-sc-product-categories__item:hover .de-sc-product-categories__item-detail>div::after {
    top: 10px;
    bottom: 10px
}

.de-sc-product-categories[data-hover-effect="zoom"] .de-sc-product-categories__item:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-product-categories[data-hover-effect="zoom-glare"] .de-sc-product-categories__item-category::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-product-categories[data-hover-effect="zoom-glare"] .de-sc-product-categories__item:hover .de-sc-product-categories__item-category::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-product-categories[data-hover-effect="zoom-glare"] .de-sc-product-categories__item:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-product-categories[data-hover-effect="push"] .de-sc-product-categories__item img {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-product-categories[data-hover-effect="push"] .de-sc-product-categories__item:hover img {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-product-categories[data-hover-effect="push-glare"] .de-sc-product-categories__item-category::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-product-categories[data-hover-effect="push-glare"] .de-sc-product-categories__item-category img {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-product-categories[data-hover-effect="push-glare"] .de-sc-product-categories__item:hover .de-sc-product-categories__item-category::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-product-categories[data-hover-effect="push-glare"] .de-sc-product-categories__item:hover img {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-product-categories[data-hover-effect="parallax-tilt-glare"] .de-sc-product-categories__item-category::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-product-categories[data-hover-effect="parallax-tilt-glare"] .de-sc-product-categories__item:hover .de-sc-product-categories__item-category::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-product-categories[data-hover-number="true"] p {
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.de-sc-product-categories[data-hover-number="true"] .de-sc-product-categories__item:hover p {
    opacity: 1;
    visibility: visible
}

@media (max-width: 959px) {
    .de-sc-product-categories[data-show-mobile="true"] p {
        opacity:1 !important;
        visibility: visible !important
    }
}

.de-sc-product-brand-logo {
    position: relative
}

.de-sc-product-brand-logo__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.de-sc-product-brand-logo[data-layout="grey-color"] .de-sc-product-brand-logo__item {
    filter: grayscale(1);
    transition: filter .3s
}

.de-sc-product-brand-logo[data-layout="grey-color"] .de-sc-product-brand-logo__item:hover {
    filter: none
}

.de-sc-product-brand-logo[data-layout="color-opacity"] .de-sc-product-brand-logo__item img {
    opacity: .5;
    transition: opacity .3s
}

.de-sc-product-brand-logo[data-layout="color-opacity"] .de-sc-product-brand-logo__item:hover img {
    opacity: 1
}

.de-divider {
    content: ''
}

.de-divider__wrapper {
    display: -ms-flexbox;
    display: flex
}

.de-sc-banner-image {
    position: relative;
    overflow: hidden
}

.de-sc-banner-image__image {
    position: absolute;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: .3s
}

.de-sc-banner-image__image:nth-of-type(2) {
    opacity: 0
}

.de-sc-banner-image__image ~ .de-sc-banner-image__content-wrap {
    position: absolute
}

.de-sc-banner-image__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.de-sc-banner-image__content-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.de-sc-banner-image__content-wrap>* {
    margin-top: 0
}

.de-sc-banner-image:hover .de-sc-banner-image__image:nth-of-type(2) {
    opacity: 1
}

.de-sc-banner-image[data-hover-effect="zoom"]:hover .de-sc-banner-image__image {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-banner-image[data-hover-effect="zoom-glare"]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-banner-image[data-hover-effect="zoom-glare"]:hover::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-banner-image[data-hover-effect="zoom-glare"]:hover .de-sc-banner-image__image {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-banner-image[data-hover-effect="push"] .de-sc-banner-image__image {
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%)
}

.de-sc-banner-image[data-hover-effect="push"]:hover .de-sc-banner-image__image {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-banner-image[data-hover-effect="push-glare"]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-banner-image[data-hover-effect="push-glare"] .de-sc-banner-image__image {
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%)
}

.de-sc-banner-image[data-hover-effect="push-glare"]:hover::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-banner-image[data-hover-effect="push-glare"]:hover .de-sc-banner-image__image {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-banner-image[data-hover-effect="parallax-tilt-glare"]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-banner-image[data-hover-effect="parallax-tilt-glare"]:hover::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-banner-button {
    position: relative;
    overflow: hidden
}

.de-sc-banner-button__image {
    position: absolute;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.de-sc-banner-button__image--visible {
    opacity: 1;
    visibility: visible
}

.de-sc-banner-button__image:first-child {
    opacity: 1;
    visibility: visible
}

.de-sc-banner-button__image ~ .de-sc-banner-button__content-wrap {
    position: absolute
}

.de-sc-banner-button__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.de-sc-banner-button__content-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.de-sc-banner-button__content-wrap>* {
    margin-top: 0
}

.de-sc-banner-button[data-hover-effect="zoom"]:hover .de-sc-banner-button__image {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-banner-button[data-hover-effect="zoom-glare"]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-banner-button[data-hover-effect="zoom-glare"]:hover::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-banner-button[data-hover-effect="zoom-glare"]:hover .de-sc-banner-button__image {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-banner-button[data-hover-effect="push"] .de-sc-banner-button__image {
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%)
}

.de-sc-banner-button[data-hover-effect="push"]:hover .de-sc-banner-button__image {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-banner-button[data-hover-effect="push-glare"]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-banner-button[data-hover-effect="push-glare"] .de-sc-banner-button__image {
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%)
}

.de-sc-banner-button[data-hover-effect="push-glare"]:hover::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-banner-button[data-hover-effect="push-glare"]:hover .de-sc-banner-button__image {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-banner-button[data-hover-effect="parallax-tilt-glare"]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-banner-button[data-hover-effect="parallax-tilt-glare"]:hover::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-banner-info {
    position: relative;
    height: 0;
    padding-bottom: 100%
}

.de-sc-banner-info__inner {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px
}

@media (min-width: 960px) {
    .de-sc-banner-info__inner {
        top:40px;
        right: 40px;
        bottom: 40px;
        left: 40px
    }
}

.de-sc-banner-info__image {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden
}

.de-sc-banner-info__image img {
    transition: .3s
}

.de-sc-banner-info__image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    opacity: 0;
    visibility: hidden
}

.de-sc-banner-info__text {
    padding: 40px 20px 40px 40px;
    width: 50%
}

.de-sc-banner-info a {
    color: inherit
}

.de-sc-banner-info:hover img:nth-child(2) {
    opacity: 1;
    visibility: visible
}

.de-sc-banner-info[data-hover-effect="zoom"]:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-banner-info[data-hover-effect="zoom-glare"]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-banner-info[data-hover-effect="zoom-glare"]:hover::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-banner-info[data-hover-effect="zoom-glare"]:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-banner-info[data-hover-effect="push"] img {
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%)
}

.de-sc-banner-info[data-hover-effect="push"]:hover img {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-banner-info[data-hover-effect="push-glare"]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-banner-info[data-hover-effect="push-glare"] img {
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%)
}

.de-sc-banner-info[data-hover-effect="push-glare"]:hover::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-banner-info[data-hover-effect="push-glare"]:hover img {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-banner-info[data-hover-effect="parallax-tilt-glare"]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-banner-info[data-hover-effect="parallax-tilt-glare"]:hover::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-banner-info [data-image-position="position-top-left"] {
    padding-right: 96px;
    padding-bottom: 96px
}

@media (min-width: 960px) {
    .de-sc-banner-info [data-image-position="position-top-left"] {
        padding-right:196px;
        padding-bottom: 196px
    }
}

.de-sc-banner-info [data-image-position="position-top-center"] {
    padding-right: 48px;
    padding-left: 48px;
    padding-bottom: 96px
}

@media (min-width: 960px) {
    .de-sc-banner-info [data-image-position="position-top-center"] {
        padding-right:98px;
        padding-left: 98px;
        padding-bottom: 196px
    }
}

.de-sc-banner-info [data-image-position="position-top-right"] {
    padding-left: 96px;
    padding-bottom: 96px
}

@media (min-width: 960px) {
    .de-sc-banner-info [data-image-position="position-top-right"] {
        padding-left:196px;
        padding-bottom: 196px
    }
}

.de-sc-banner-info [data-image-position="position-center-left"] {
    padding-right: 96px;
    padding-top: 48px;
    padding-bottom: 48px
}

@media (min-width: 960px) {
    .de-sc-banner-info [data-image-position="position-center-left"] {
        padding-right:196px;
        padding-top: 98px;
        padding-bottom: 98px
    }
}

.de-sc-banner-info [data-image-position="position-center"] {
    padding-right: 48px;
    padding-left: 48px;
    padding-top: 48px;
    padding-bottom: 48px
}

@media (min-width: 960px) {
    .de-sc-banner-info [data-image-position="position-center"] {
        padding-right:98px;
        padding-left: 98px;
        padding-top: 98px;
        padding-bottom: 98px
    }
}

.de-sc-banner-info [data-image-position="position-center-right"] {
    padding-left: 96px;
    padding-top: 48px;
    padding-bottom: 48px
}

@media (min-width: 960px) {
    .de-sc-banner-info [data-image-position="position-center-right"] {
        padding-left:196px;
        padding-top: 98px;
        padding-bottom: 98px
    }
}

.de-sc-banner-info [data-image-position="position-bottom-left"] {
    padding-right: 96px;
    padding-top: 96px
}

@media (min-width: 960px) {
    .de-sc-banner-info [data-image-position="position-bottom-left"] {
        padding-right:196px;
        padding-top: 196px
    }
}

.de-sc-banner-info [data-image-position="position-bottom-center"] {
    padding-right: 48px;
    padding-left: 48px;
    padding-top: 96px
}

@media (min-width: 960px) {
    .de-sc-banner-info [data-image-position="position-bottom-center"] {
        padding-right:98px;
        padding-left: 98px;
        padding-top: 196px
    }
}

.de-sc-banner-info [data-image-position="position-bottom-right"] {
    padding-left: 96px;
    padding-top: 96px
}

@media (min-width: 960px) {
    .de-sc-banner-info [data-image-position="position-bottom-right"] {
        padding-left:196px;
        padding-top: 196px
    }
}

.de-sc-banner-info [data-remove-ptop] {
    padding-top: 0 !important
}

.de-sc-banner-info [data-remove-pright] {
    padding-right: 0 !important
}

.de-sc-banner-info [data-remove-pbottom] {
    padding-bottom: 0 !important
}

.de-sc-banner-info [data-remove-pleft] {
    padding-left: 0 !important
}

@media (max-width: 960px) {
    .de-sc-banner-info[data-mobile-style="style-1"] .de-sc-banner-info__inner {
        padding:0 80px 0 0 !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .de-sc-banner-info[data-mobile-style="style-1"] .de-sc-banner-info__text {
        top: 50% !important;
        right: 0 !important;
        bottom: auto !important;
        left: auto !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        padding: 0 40px
    }

    .de-sc-banner-info[data-mobile-style="style-2"] .de-sc-banner-info__inner {
        padding: 0 0 0 80px !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .de-sc-banner-info[data-mobile-style="style-2"] .de-sc-banner-info__text {
        top: 50% !important;
        right: auto !important;
        bottom: auto !important;
        left: 0 !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        padding: 0 40px
    }

    .de-sc-banner-info[data-mobile-style="style-3"] .de-sc-banner-info__inner {
        padding: 60px 0 0 !important
    }

    .de-sc-banner-info[data-mobile-style="style-3"] .de-sc-banner-info__text {
        top: 0 !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        -ms-transform: none !important;
        transform: none !important;
        padding: 0 40px
    }

    .de-sc-banner-info[data-mobile-style="style-4"] .de-sc-banner-info__inner {
        padding: 0 0 60px !important
    }

    .de-sc-banner-info[data-mobile-style="style-4"] .de-sc-banner-info__text {
        top: auto !important;
        right: auto !important;
        bottom: 0 !important;
        left: auto !important;
        -ms-transform: none !important;
        transform: none !important;
        padding: 0 40px
    }
}

.de-shortcode__wrapper--zigzag_separator .vc-zigzag-wrapper {
    display: -ms-flexbox;
    display: flex
}

.de-shortcode__wrapper--zigzag_separator .vc-zigzag-align-center {
    -ms-flex-pack: center;
    justify-content: center
}

.de-shortcode__wrapper--zigzag_separator .vc-zigzag-align-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.de-sc-post-slider__align--center {
    text-align: center
}

.de-sc-post-slider__align--right {
    text-align: right
}

.de-sc-post-slider__item {
    margin-bottom: 20px
}

.de-sc-post-slider img {
    transition: 420ms
}

.de-sc-post-slider a.de-ratio {
    display: block
}

.de-sc-post-slider__content h1,.de-sc-post-slider__content h2,.de-sc-post-slider__content h3,.de-sc-post-slider__content h4,.de-sc-post-slider__content h5,.de-sc-post-slider__content h6 {
    word-break: break-word
}

.de-sc-post-slider__content .entry-meta {
    text-transform: capitalize
}

.de-sc-post-slider__content .entry-category a:after {
    content: ','
}

.de-sc-post-slider__content .entry-category a:last-child:after {
    content: ''
}

.de-sc-post-slider[data-hover-effect="zoom"] .de-sc-post-slider__item:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-post-slider[data-hover-effect="zoom-glare"] .de-sc-post-slider__item .de-ratio::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: 420ms;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-post-slider[data-hover-effect="zoom-glare"] .de-sc-post-slider__item:hover .de-ratio::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-post-slider[data-hover-effect="zoom-glare"] .de-sc-post-slider__item:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-post-slider[data-slider-style="layout-2"] a.de-ratio::before,.de-sc-post-slider[data-slider-style="layout-3"] a.de-ratio::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1
}

.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content {
    z-index: 1
}

.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content h1 a:link,.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content h1 a:visited,.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content h2 a:link,.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content h2 a:visited,.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content h3 a:link,.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content h3 a:visited,.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content h4 a:link,.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content h4 a:visited,.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content h5 a:link,.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content h5 a:visited,.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content h6 a:link,.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content h6 a:visited {
    color: white
}

.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content h1 a:hover,.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content h2 a:hover,.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content h3 a:hover,.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content h4 a:hover,.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content h5 a:hover,.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content h6 a:hover {
    opacity: .9
}

.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content .entry-category a {
    color: white;
    opacity: 0.65
}

.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content .entry-category a:hover {
    opacity: 0.8
}

.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content .entry-meta {
    color: white;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    transition: max-height 420ms ease, margin 420ms ease
}

.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content .entry-meta a:link,.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content .entry-meta a:visited {
    color: white
}

.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content p {
    color: white;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: max-height 420ms ease, margin 420ms ease
}

.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content p:hover {
    opacity: .8
}

.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content .entry-social h6,.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content .entry-social ul li a:link,.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content .entry-social ul li a:visited {
    color: white;
    opacity: 0.65
}

.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content .entry-social h6:hover,.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content .entry-social ul li a:link:hover,.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__content .entry-social ul li a:visited:hover {
    opacity: 0.8
}

.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__item-container:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    border-bottom: 5px solid;
    transition: max-width 420ms linear, margin 420ms ease;
    z-index: 1
}

.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__item-container:hover:after {
    max-width: 100%
}

.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__item-container:hover .de-sc-post-slider__content .entry-meta {
    max-height: 1000px;
    margin-bottom: 2em;
    transition: max-height 420ms ease, margin 420ms ease
}

.de-sc-post-slider[data-slider-style="layout-2"] .de-sc-post-slider__item-container:hover .de-sc-post-slider__content p {
    max-height: 1000px;
    margin-bottom: 20px;
    transition: max-height 420ms ease, margin 420ms ease
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content {
    padding: 70px;
    z-index: 3
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content img {
    transition: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .de-sc-divider-ornament {
    position: relative;
    display: inline-block;
    width: 100%
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .de-sc-divider-ornament:after {
    content: '';
    position: absolute;
    left: 0;
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    border-top: 2px solid;
    transition: max-width 420ms linear, margin 420ms ease;
    width: 25%
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .de-sc-divider-ornament--unhovered:after {
    max-width: 25%
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .de-sc-divider-ornament--hovered:after {
    max-width: 0
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .de-sc-post-slider__meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .de-sc-post-slider__meta.entry-meta {
    margin-bottom: 1em
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .de-sc-post-slider__meta .by_separator {
    margin-right: 0.3em
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .de-sc-post-slider__meta .by_separator:nth-of-type(2) {
    margin-left: 0.3em
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .de-sc-post-slider__meta .by_separator,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .de-sc-post-slider__meta .entry-meta a:link,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .de-sc-post-slider__meta .entry-meta a:visited,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .de-sc-post-slider__meta .entry-category {
    font-size: 1em
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .de-sc-post-slider__meta .by_separator a,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .de-sc-post-slider__meta .entry-meta a:link a,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .de-sc-post-slider__meta .entry-meta a:visited a,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .de-sc-post-slider__meta .entry-category a {
    opacity: 0.65
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .de-sc-post-slider__meta .by_separator a:hover,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .de-sc-post-slider__meta .entry-meta a:link a:hover,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .de-sc-post-slider__meta .entry-meta a:visited a:hover,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .de-sc-post-slider__meta .entry-category a:hover {
    opacity: 0.8
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h1,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h2,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h3,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h4,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h5,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h6 {
    margin-bottom: 0
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h1 a:link,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h1 a:visited,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h2 a:link,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h2 a:visited,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h3 a:link,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h3 a:visited,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h4 a:link,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h4 a:visited,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h5 a:link,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h5 a:visited,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h6 a:link,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h6 a:visited {
    color: white
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h1 a:hover,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h2 a:hover,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h3 a:hover,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h4 a:hover,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h5 a:hover,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content h6 a:hover {
    opacity: .9
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .by_separator {
    color: white
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .entry-categories a {
    color: white
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .entry-meta {
    color: white;
    font-size: 1em
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .entry-meta a:link,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content .entry-meta a:visited {
    color: white;
    font-size: 1em
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content p {
    color: white;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: max-height 420ms ease, margin 420ms ease
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content p:hover {
    opacity: .8
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content a.de-sc-post-slider__button:link,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content a.de-sc-post-slider__button:visited {
    display: inline-block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 420ms ease, margin 420ms ease
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content a.de-sc-post-slider__button:link,.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content a.de-sc-post-slider__button:visited {
    color: white
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__content.uppercased-meta .de-sc-post-slider__meta {
    text-transform: uppercase
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__item-container:before {
    content: '';
    border: 1px solid transparent;
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__item-container:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    border-bottom: 5px solid;
    transition: max-width 420ms linear, margin 420ms ease
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__item-container:hover:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    transition: 420ms
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__item-container:hover .de-sc-divider-ornament--unhovered:after {
    max-width: 0;
    transition: max-width 420ms linear, margin 420ms ease
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__item-container:hover .de-sc-divider-ornament--hovered:after {
    max-width: 25%;
    transition: max-width 420ms linear, margin 420ms ease
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__item-container:hover .de-sc-post-slider__content img {
    -ms-transform: none;
    transform: none
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__item-container:hover .de-sc-post-slider__content p {
    max-height: 1000px;
    margin-bottom: 20px;
    transition: max-height 420ms ease, margin 420ms ease
}

.de-sc-post-slider[data-slider-style="layout-3"] .de-sc-post-slider__item-container:hover .de-sc-post-slider__content a.de-sc-post-slider__button {
    max-height: 1000px;
    transition: max-height 420ms ease, margin 420ms ease
}

.de-sc-post-slider[data-hover-effect="push"] .de-sc-post-slider__item img {
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%)
}

.de-sc-post-slider[data-hover-effect="push"] .de-sc-post-slider__item:hover img {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-post-slider[data-hover-effect="push-glare"] .de-sc-post-slider__item .de-ratio::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: 420ms;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-post-slider[data-hover-effect="push-glare"] .de-sc-post-slider__item .de-ratio img {
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%)
}

.de-sc-post-slider[data-hover-effect="push-glare"] .de-sc-post-slider__item:hover .de-ratio::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-post-slider[data-hover-effect="push-glare"] .de-sc-post-slider__item:hover img {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-post-slider .uk-dotnav li {
    position: relative;
    display: block;
    float: left;
    margin: 0 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    padding-left: 0
}

.de-sc-post-slider .uk-dotnav li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: transparent;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #999;
    transition: opacity 420ms
}

.de-sc-post-slider .uk-dotnav.uk-dark li a {
    background-color: #000
}

.de-sc-post-slider .uk-dotnav.uk-light li a {
    background-color: #fff
}

.de-sc-post-slider .uk-dotnav li svg {
    z-index: 10;
    width: 15px;
    height: 15px;
    background: transparent
}

.de-sc-post-slider .uk-dotnav li svg circle {
    opacity: 0;
    fill: none;
    stroke: #999;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 39 39;
    stroke-dashoffset: 39;
    transition: stroke-dashoffset 420ms, opacity 420ms
}

.de-sc-post-slider .uk-dotnav.uk-dark li svg circle {
    stroke: #000
}

.de-sc-post-slider .uk-dotnav.uk-light li svg circle {
    stroke: #fff
}

.de-sc-post-slider .uk-dotnav li a:hover {
    opacity: 0.3
}

.de-sc-post-slider .uk-dotnav li.uk-active a,.de-sc-post-slider .uk-dotnav li a:focus {
    opacity: 0.5;
    background: transparent
}

.de-sc-post-slider .uk-dotnav li.uk-active svg circle {
    opacity: 1;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 420ms, opacity 420ms
}

.de-sc-post-list__align--center {
    text-align: center
}

.de-sc-post-list__align--right {
    text-align: right
}

.de-sc-post-list img {
    transition: .3s
}

.de-sc-post-list a.de-ratio {
    display: block
}

.de-sc-post-list__item>div {
    transition: 420ms
}

.de-sc-post-list__item>div:hover {
    transition: 420ms
}

.de-sc-post-list__content h1,.de-sc-post-list__content h2,.de-sc-post-list__content h3,.de-sc-post-list__content h4,.de-sc-post-list__content h5,.de-sc-post-list__content h6 {
    word-break: break-word
}

.de-sc-post-list__content .entry-meta {
    text-transform: capitalize
}

.de-sc-post-list__content.uppercased-title h1,.de-sc-post-list__content.uppercased-title h2,.de-sc-post-list__content.uppercased-title h3,.de-sc-post-list__content.uppercased-title h4,.de-sc-post-list__content.uppercased-title h5,.de-sc-post-list__content.uppercased-title h6 {
    text-transform: uppercase
}

.de-sc-post-list__content.uppercased-meta .entry-meta {
    text-transform: uppercase
}

.de-sc-post-list__content.uppercased-category .entry-categories a {
    text-transform: uppercase
}

.de-sc-post-list[data-hover-effect="zoom"] .de-sc-post-list__item:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-post-list[data-hover-effect="zoom-glare"] .de-sc-post-list__item .de-ratio::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-post-list[data-hover-effect="zoom-glare"] .de-sc-post-list__item:hover .de-ratio::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-post-list[data-hover-effect="zoom-glare"] .de-sc-post-list__item:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-post-list[data-list-style="layout-1"] .de-sc-post-list__item>div:first-child {
    width: 100px
}

.de-sc-post-list[data-list-style="layout-2"] a.de-ratio {
    height: 200px
}

.de-sc-post-list[data-list-style="layout-2"] a.de-ratio::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.de-sc-post-list[data-list-style="layout-2"] a.de-ratio img {
    opacity: 0
}

.de-sc-post-list[data-list-style="layout-2"] li.de-sc-post-list__item {
    border-top: 1px solid #eee
}

.de-sc-post-list[data-list-style="layout-2"] li.de-sc-post-list__item:hover+li.de-sc-post-list__item {
    border-top: none
}

.de-sc-post-list[data-list-style="layout-2"] li.de-sc-post-list__item:first-child>div {
    border-top: none
}

.de-sc-post-list[data-list-style="layout-2"] li.de-sc-post-list__item:nth-child(n+2) {
    margin: 0
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content {
    padding: 70px;
    z-index: 1
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content.uk-position-center-right h1,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content.uk-position-center-right h2,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content.uk-position-center-right h3,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content.uk-position-center-right h4,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content.uk-position-center-right h5,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content.uk-position-center-right h6 {
    text-align: right
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content.uk-position-center-right .de-sc-post-list__meta {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content.uk-position-center-left .de-sc-post-list__meta {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content.uk-position-center h1,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content.uk-position-center h2,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content.uk-position-center h3,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content.uk-position-center h4,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content.uk-position-center h5,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content.uk-position-center h6 {
    text-align: center
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content.uk-position-center .de-sc-post-list__meta {
    -ms-flex-pack: center;
    justify-content: center
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content .de-sc-divider-ornament {
    position: relative;
    display: inline-block;
    width: 100%
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content .de-sc-divider-ornament:after {
    content: '';
    position: absolute;
    left: 0;
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    border-top: 2px solid;
    transition: max-width .420s linear;
    width: 25%
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content .de-sc-divider-ornament--unhovered:after {
    max-width: 25%
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content .de-sc-divider-ornament--hovered:after {
    max-width: 0
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content .de-sc-post-list__meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content .de-sc-post-list__meta .by_separator,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content .de-sc-post-list__meta .entry-meta a:link,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content .de-sc-post-list__meta .entry-meta a:visited,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content .de-sc-post-list__meta .entry-categories a {
    opacity: 0.65
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content .de-sc-post-list__meta .by_separator:hover,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content .de-sc-post-list__meta .entry-meta a:link:hover,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content .de-sc-post-list__meta .entry-meta a:visited:hover,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content .de-sc-post-list__meta .entry-categories a:hover {
    opacity: 0.8
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content h1,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content h2,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content h3,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content h4,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content h5,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content h6 {
    margin-bottom: 0;
    transition: 420ms
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content h1 a:hover,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content h2 a:hover,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content h3 a:hover,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content h4 a:hover,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content h5 a:hover,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content h6 a:hover {
    opacity: .9
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content .entry-categories {
    display: inline-block
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content .entry-meta {
    margin-bottom: 0;
    font-size: 1em
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content .entry-meta a:link,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content .entry-meta a:visited {
    font-size: 1em
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content .de-sc-post-list__meta,.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content .de-sc-post-list__meta * {
    max-height: 2em;
    overflow: hidden;
    transition: max-height .420s ease
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__content.uppercased-meta .de-sc-post-list__meta {
    text-transform: uppercase
}

.de-sc-post-list[data-list-style="layout-2"] li.de-sc-post-list__item:hover h1,.de-sc-post-list[data-list-style="layout-2"] li.de-sc-post-list__item:hover h2,.de-sc-post-list[data-list-style="layout-2"] li.de-sc-post-list__item:hover h3,.de-sc-post-list[data-list-style="layout-2"] li.de-sc-post-list__item:hover h4,.de-sc-post-list[data-list-style="layout-2"] li.de-sc-post-list__item:hover h5,.de-sc-post-list[data-list-style="layout-2"] li.de-sc-post-list__item:hover h6 {
    transition: 420ms
}

.de-sc-post-list[data-list-style="layout-2"] li.de-sc-post-list__item:hover .de-sc-post-list__meta,.de-sc-post-list[data-list-style="layout-2"] li.de-sc-post-list__item:hover .de-sc-post-list__meta * {
    overflow: hidden;
    max-height: 0;
    transition: max-height .420s ease
}

.de-sc-post-list[data-list-style="layout-2"] li.de-sc-post-list__item:hover a.de-ratio img {
    opacity: 1
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__item-container:before {
    content: '';
    border: 1px solid transparent;
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__item-container:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    border-bottom: 5px solid;
    transition: max-width .420s linear
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__item-container:hover:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    transition: 420ms
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__item-container:hover .de-sc-divider-ornament--unhovered:after {
    max-width: 0;
    transition: max-width .420s linear
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__item-container:hover .de-sc-divider-ornament--hovered:after {
    max-width: 25%;
    transition: max-width .420s linear
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__item-container:hover .de-sc-post-list__content img {
    -ms-transform: inherit;
    transform: inherit
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__item-container:hover .de-sc-post-list__content p {
    max-height: inherit;
    margin-bottom: 20px;
    transition: max-height .420s ease, margin .420s ease
}

.de-sc-post-list[data-list-style="layout-2"] .de-sc-post-list__item-container:hover .de-sc-post-list__content a.de-sc-post-list__button {
    max-height: inherit;
    transition: max-height .420s ease, margin .420s ease
}

.de-sc-post-list[data-hover-effect="push"] .de-sc-post-list__item img {
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%)
}

.de-sc-post-list[data-hover-effect="push"] .de-sc-post-list__item:hover img {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-post-list[data-hover-effect="push-glare"] .de-sc-post-list__item .de-ratio::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-post-list[data-hover-effect="push-glare"] .de-sc-post-list__item .de-ratio img {
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%)
}

.de-sc-post-list[data-hover-effect="push-glare"] .de-sc-post-list__item:hover .de-ratio::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-post-list[data-hover-effect="push-glare"] .de-sc-post-list__item:hover img {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-post-list .uk-dotnav li {
    position: relative;
    display: block;
    float: left;
    margin: 0 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    padding-left: 0
}

.de-sc-post-list .uk-dotnav li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: transparent;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #999;
    transition: opacity 0.3s
}

.de-sc-post-list .uk-dotnav.uk-dark li a {
    background-color: #000
}

.de-sc-post-list .uk-dotnav.uk-light li a {
    background-color: #fff
}

.de-sc-post-list .uk-dotnav li svg {
    z-index: 10;
    width: 15px;
    height: 15px;
    background: transparent
}

.de-sc-post-list .uk-dotnav li svg circle {
    opacity: 0;
    fill: none;
    stroke: #999;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 39 39;
    stroke-dashoffset: 39;
    transition: stroke-dashoffset 0.3s, opacity 0.3s
}

.de-sc-post-list .uk-dotnav.uk-dark li svg circle {
    stroke: #000
}

.de-sc-post-list .uk-dotnav.uk-light li svg circle {
    stroke: #fff
}

.de-sc-post-list .uk-dotnav li a:hover {
    opacity: 0.3
}

.de-sc-post-list .uk-dotnav li.uk-active a,.de-sc-post-list .uk-dotnav li a:focus {
    opacity: 0.5;
    background: transparent
}

.de-sc-post-list .uk-dotnav li.uk-active svg circle {
    opacity: 1;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.3s, opacity 0.15s
}

.de-sc-post-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.de-sc-post-tabs__meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.de-sc-post-tabs>div:first-child {
    -ms-flex-order: 2;
    order: 2
}

.de-sc-post-tabs>div:nth-child(2) {
    -ms-flex-order: 1;
    order: 1
}

.de-sc-post-tabs__category-filter h4 {
    margin: 0;
    padding-bottom: 10px;
    opacity: 0.9
}

.de-sc-post-tabs__category-filter h4 a {
    opacity: 0.9
}

.de-sc-post-tabs__category-filter h4 a:hover {
    opacity: 1
}

.de-sc-post-tabs__category-filter .uk-active>h4 {
    border-bottom: 3px solid red
}

.de-sc-post-tabs__align--center {
    text-align: center
}

.de-sc-post-tabs__align--right {
    text-align: right
}

.de-sc-post-tabs img {
    transition: .3s
}

.de-sc-post-tabs a.de-ratio {
    display: block
}

.de-sc-post-tabs__content h1,.de-sc-post-tabs__content h2,.de-sc-post-tabs__content h3,.de-sc-post-tabs__content h4,.de-sc-post-tabs__content h5,.de-sc-post-tabs__content h6 {
    word-break: break-word
}

.de-sc-post-tabs__content .entry-meta {
    text-transform: capitalize
}

.de-sc-post-tabs__content.uppercased-title h1,.de-sc-post-tabs__content.uppercased-title h2,.de-sc-post-tabs__content.uppercased-title h3,.de-sc-post-tabs__content.uppercased-title h4,.de-sc-post-tabs__content.uppercased-title h5,.de-sc-post-tabs__content.uppercased-title h6 {
    text-transform: uppercase
}

.de-sc-post-tabs__content.uppercased-meta .entry-meta {
    text-transform: uppercase
}

.de-sc-post-tabs__content.uppercased-category .entry-categories a {
    text-transform: uppercase
}

.de-sc-post-tabs[data-hover-effect="zoom"] .de-sc-post-tabs__item:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-post-tabs[data-hover-effect="zoom-glare"] .de-sc-post-tabs__item .de-ratio::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-post-tabs[data-hover-effect="zoom-glare"] .de-sc-post-tabs__item:hover .de-ratio::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-post-tabs[data-hover-effect="zoom-glare"] .de-sc-post-tabs__item:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-post-tabs[data-tabs-style="layout-2"] a.de-ratio::before,.de-sc-post-tabs[data-tabs-style="layout-3"] a.de-ratio::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1
}

.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content {
    z-index: 1
}

.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content h1 a:link,.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content h1 a:visited,.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content h2 a:link,.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content h2 a:visited,.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content h3 a:link,.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content h3 a:visited,.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content h4 a:link,.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content h4 a:visited,.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content h5 a:link,.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content h5 a:visited,.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content h6 a:link,.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content h6 a:visited {
    color: white
}

.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content h1 a:hover,.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content h2 a:hover,.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content h3 a:hover,.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content h4 a:hover,.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content h5 a:hover,.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content h6 a:hover {
    opacity: .9
}

.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content .entry-categories a {
    color: white;
    opacity: 0.65
}

.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content .entry-categories a:hover {
    opacity: 0.8
}

.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content .entry-meta {
    color: white;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    transition: max-height .420s ease, margin .420s ease
}

.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content .entry-meta a:link,.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content .entry-meta a:visited {
    color: white
}

.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content p {
    color: white;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: max-height .420s ease, margin .420s ease
}

.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__content p:hover {
    opacity: .8
}

.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__item-container:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    border-bottom: 5px solid;
    transition: max-width .3s linear
}

.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__item-container:hover:after {
    max-width: 100%
}

.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__item-container:hover .de-sc-post-tabs__content .entry-meta {
    max-height: inherit;
    margin-bottom: 2em;
    transition: max-height .420s ease, margin .420s ease
}

.de-sc-post-tabs[data-tabs-style="layout-2"] .de-sc-post-tabs__item-container:hover .de-sc-post-tabs__content p {
    max-height: inherit;
    margin-bottom: 20px;
    transition: max-height .420s ease, margin .420s ease
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content {
    padding: 2em;
    z-index: 3
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .de-sc-divider-ornament {
    position: relative;
    display: inline-block;
    width: 100%
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .de-sc-divider-ornament:after {
    content: '';
    position: absolute;
    left: 0;
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    border-top: 2px solid;
    transition: max-width .420s linear;
    width: 25%
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .de-sc-divider-ornament--unhovered:after {
    max-width: 25%
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .de-sc-divider-ornament--hovered:after {
    max-width: 0
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .de-sc-post-tabs__meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .de-sc-post-tabs__meta.entry-meta {
    margin-bottom: 1em
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .de-sc-post-tabs__meta .by_separator {
    margin-right: 0.3em
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .de-sc-post-tabs__meta .by_separator:nth-of-type(2) {
    margin-left: 0.3em
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .de-sc-post-tabs__meta .by_separator,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .de-sc-post-tabs__meta .entry-meta a:link,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .de-sc-post-tabs__meta .entry-meta a:visited,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .de-sc-post-tabs__meta .entry-category {
    font-size: 1em
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .de-sc-post-tabs__meta .by_separator a,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .de-sc-post-tabs__meta .entry-meta a:link a,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .de-sc-post-tabs__meta .entry-meta a:visited a,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .de-sc-post-tabs__meta .entry-category a {
    opacity: 0.65
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .de-sc-post-tabs__meta .by_separator a:hover,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .de-sc-post-tabs__meta .entry-meta a:link a:hover,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .de-sc-post-tabs__meta .entry-meta a:visited a:hover,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .de-sc-post-tabs__meta .entry-category a:hover {
    opacity: 0.8
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h1,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h2,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h3,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h4,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h5,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h6 {
    margin-bottom: 0
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h1 a:link,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h1 a:visited,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h2 a:link,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h2 a:visited,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h3 a:link,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h3 a:visited,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h4 a:link,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h4 a:visited,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h5 a:link,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h5 a:visited,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h6 a:link,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h6 a:visited {
    color: white
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h1 a:hover,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h2 a:hover,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h3 a:hover,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h4 a:hover,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h5 a:hover,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content h6 a:hover {
    opacity: .9
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .by_separator {
    color: white
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .entry-categories a {
    color: white
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .entry-meta {
    color: white;
    margin-bottom: 0;
    font-size: 1em
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .entry-meta a:link,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content .entry-meta a:visited {
    color: white;
    font-size: 1em
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content p {
    color: white;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: max-height .420s ease, margin .420s ease
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content p:hover {
    opacity: .8
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content a.de-sc-post-tabs__button:link,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content a.de-sc-post-tabs__button:visited {
    display: inline-block;
    max-height: 0;
    overflow: hidden;
    transition: max-height .420s ease, margin .420s ease
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content a.de-sc-post-tabs__button:link,.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content a.de-sc-post-tabs__button:visited {
    color: white
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__content.uppercased-meta .de-sc-post-tabs__meta {
    text-transform: uppercase
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__item-container:before {
    content: '';
    border: 1px solid transparent;
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__item-container:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    border-bottom: 5px solid;
    transition: max-width .420s linear
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__item-container:hover:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    transition: 420ms
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__item-container:hover .de-sc-divider-ornament--unhovered:after {
    max-width: 0;
    transition: max-width .420s linear
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__item-container:hover .de-sc-divider-ornament--hovered:after {
    max-width: 25%;
    transition: max-width .420s linear
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__item-container:hover .de-sc-post-tabs__content img {
    -ms-transform: inherit;
    transform: inherit
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__item-container:hover .de-sc-post-tabs__content p {
    max-height: inherit;
    margin-bottom: 20px;
    transition: max-height .420s ease, margin .420s ease
}

.de-sc-post-tabs[data-tabs-style="layout-3"] .de-sc-post-tabs__item-container:hover .de-sc-post-tabs__content a.de-sc-post-tabs__button {
    max-height: inherit;
    transition: max-height .420s ease, margin .420s ease
}

.de-sc-post-tabs[data-hover-effect="push"] .de-sc-post-tabs__item img {
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%)
}

.de-sc-post-tabs[data-hover-effect="push"] .de-sc-post-tabs__item:hover img {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-post-tabs[data-hover-effect="push-glare"] .de-sc-post-tabs__item .de-ratio::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-post-tabs[data-hover-effect="push-glare"] .de-sc-post-tabs__item .de-ratio img {
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%)
}

.de-sc-post-tabs[data-hover-effect="push-glare"] .de-sc-post-tabs__item:hover .de-ratio::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-post-tabs[data-hover-effect="push-glare"] .de-sc-post-tabs__item:hover img {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-post-tabs .uk-dotnav li {
    position: relative;
    display: block;
    float: left;
    margin: 0 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    padding-left: 0
}

.de-sc-post-tabs .uk-dotnav li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: transparent;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #999;
    transition: opacity 0.3s
}

.de-sc-post-tabs .uk-dotnav.uk-dark li a {
    background-color: #000
}

.de-sc-post-tabs .uk-dotnav.uk-light li a {
    background-color: #fff
}

.de-sc-post-tabs .uk-dotnav li svg {
    z-index: 10;
    width: 15px;
    height: 15px;
    background: transparent
}

.de-sc-post-tabs .uk-dotnav li svg circle {
    opacity: 0;
    fill: none;
    stroke: #999;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 39 39;
    stroke-dashoffset: 39;
    transition: stroke-dashoffset 0.3s, opacity 0.3s
}

.de-sc-post-tabs .uk-dotnav.uk-dark li svg circle {
    stroke: #000
}

.de-sc-post-tabs .uk-dotnav.uk-light li svg circle {
    stroke: #fff
}

.de-sc-post-tabs .uk-dotnav li a:hover {
    opacity: 0.3
}

.de-sc-post-tabs .uk-dotnav li.uk-active a,.de-sc-post-tabs .uk-dotnav li a:focus {
    opacity: 0.5;
    background: transparent
}

.de-sc-post-tabs .uk-dotnav li.uk-active svg circle {
    opacity: 1;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.3s, opacity 0.15s
}

.de-sc-image-gallery * {
    transition: 420ms
}

.de-sc-image-gallery img {
    transition: 420ms
}

.de-sc-image-gallery__height-handle img {
    height: 100%;
    object-fit: cover
}

.de-sc-image-gallery[data-hover-style="style-1"] .de-sc-image-gallery__item .de-sc-image-gallery__content {
    opacity: 0;
    transition: 420ms
}

.de-sc-image-gallery[data-hover-style="style-1"] .de-sc-image-gallery__item:hover .de-sc-image-gallery__content {
    opacity: 1
}

.de-sc-image-gallery[data-hover-style="style-2"] .de-sc-image-gallery__item,.de-sc-image-gallery[data-hover-style="style-3"] .de-sc-image-gallery__item {
    position: relative;
    display: block
}

.de-sc-image-gallery[data-hover-style="style-2"] .de-sc-image-gallery__item::before,.de-sc-image-gallery[data-hover-style="style-3"] .de-sc-image-gallery__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    transition: 420ms
}

.de-sc-image-gallery[data-hover-style="style-2"] .de-sc-image-gallery__item-caption {
    z-index: 3;
    border-style: solid;
    border-color: transparent;
    border-width: 0
}

.de-sc-image-gallery[data-hover-style="style-2"] .de-sc-image-gallery__item:hover .de-sc-image-gallery__item-caption {
    margin: 20px;
    border-width: 1px
}

.de-sc-image-gallery[data-hover-style="style-3"] .de-sc-image-gallery__item-caption {
    z-index: 3
}

.de-sc-image-gallery[data-hover-style="style-3"] .de-sc-image-gallery__item-caption p {
    margin-bottom: 0
}

.de-sc-image-gallery[data-hover-effect="zoom"] .de-sc-image-gallery__item:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-image-gallery[data-hover-effect="zoom-glare"] .de-sc-image-gallery__item .de-sc-image-gallery__item-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-image-gallery[data-hover-effect="zoom-glare"] .de-sc-image-gallery__item:hover .de-sc-image-gallery__item-wrap::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-image-gallery[data-hover-effect="zoom-glare"] .de-sc-image-gallery__item:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-image-gallery[data-hover-effect="push"] .de-sc-image-gallery__item img {
    -ms-transform: scale(1.2) translateX(0%);
    transform: scale(1.2) translateX(0%)
}

.de-sc-image-gallery[data-hover-effect="push"] .de-sc-image-gallery__item img.uk-cover {
    top: 0;
    left: 0
}

.de-sc-image-gallery[data-hover-effect="push"] .de-sc-image-gallery__item:hover img {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-image-gallery[data-hover-effect="push-glare"] .de-sc-image-gallery__item .de-sc-image-gallery__item-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-image-gallery[data-hover-effect="push-glare"] .de-sc-image-gallery__item .de-sc-image-gallery__item-wrap img {
    -ms-transform: scale(1.2) translateX(0%);
    transform: scale(1.2) translateX(0%)
}

.de-sc-image-gallery[data-hover-effect="push-glare"] .de-sc-image-gallery__item:hover .de-ratio::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-image-gallery[data-hover-effect="push-glare"] .de-sc-image-gallery__item:hover img {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-image-gallery[data-hover-effect="parallax-tilt-glare"] .de-sc-image-gallery__item .de-sc-image-gallery__item-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-image-gallery[data-hover-effect="parallax-tilt-glare"] .de-sc-image-gallery__item:hover .de-sc-image-gallery__item-wrap::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-image-gallery[data-hover-effect="parallax-tilt"] li:hover {
    z-index: 999
}

.de-shortcode__wrapper.de-shortcode__wrapper--image_gallery {
    position: relative
}

.de-shortcode__wrapper.de-shortcode__wrapper--image_gallery a.uk-slidenav-large.uk-hidden-hover.uk-slidenav {
    opacity: 0
}

.de-shortcode__wrapper.de-shortcode__wrapper--image_gallery:hover a.uk-slidenav-large.uk-hidden-hover.uk-slidenav {
    opacity: 1
}

*,*:after,*:before {
    box-sizing: border-box
}

.cd-image-container {
    position: relative;
    margin: 0em auto
}

.cd-image-container img {
    display: block
}

.cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s
}

.cd-image-label.is-hidden {
    visibility: hidden
}

.is-visible .cd-image-label {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none
}

.cd-resize-img .cd-image-label {
    right: auto;
    left: 0
}

.is-visible .cd-resize-img {
    width: 50%;
    animation: cd-bounce-in 0.7s
}

@keyframes cd-bounce-in {
    0% {
        width: 0
    }

    60% {
        width: 55%
    }

    100% {
        width: 50%
    }
}

.cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 50%;
    background: #dc717d url("../img/cd-arrows.svg") no-repeat center center;
    cursor: move;
    box-shadow: 0 0 0 6px rgba(0,0,0,0.2),0 0 10px rgba(0,0,0,0.6),inset 0 1px 0 rgba(255,255,255,0.3);
    opacity: 0;
    -ms-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0)
}

.cd-handle.draggable {
    background-color: #445b7c
}

.is-visible .cd-handle {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    transition: transform 0.3s 0.7s, opacity 0s 0.7s
}

.de-sc-portfolio-slider__align--center {
    text-align: center
}

.de-sc-portfolio-slider__align--right {
    text-align: right
}

.de-sc-portfolio-slider__item {
    margin-bottom: 20px
}

.de-sc-portfolio-slider img {
    transition: 420ms
}

.de-sc-portfolio-slider a.de-ratio {
    display: block
}

.de-sc-portfolio-slider__content {
    z-index: 1
}

.de-sc-portfolio-slider__content .de-sc-portfolio-slider__text * {
    transition: 420ms
}

.de-sc-portfolio-slider__content h1,.de-sc-portfolio-slider__content h2,.de-sc-portfolio-slider__content h3,.de-sc-portfolio-slider__content h4,.de-sc-portfolio-slider__content h5,.de-sc-portfolio-slider__content h6 {
    word-break: break-word
}

.de-sc-portfolio-slider__content .entry-meta {
    text-transform: capitalize;
    margin-bottom: 0
}

.de-sc-portfolio-slider__content .entry-category a:after {
    content: ','
}

.de-sc-portfolio-slider__content .entry-category a:last-child:after {
    content: ''
}

.de-sc-portfolio-slider[data-hover-effect="zoom"] .de-sc-portfolio-slider__item:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-portfolio-slider[data-hover-effect="zoom-glare"] .de-sc-portfolio-slider__item .de-ratio::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: 420ms;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-portfolio-slider[data-hover-effect="zoom-glare"] .de-sc-portfolio-slider__item:hover .de-ratio::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-portfolio-slider[data-hover-effect="zoom-glare"] .de-sc-portfolio-slider__item:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-portfolio-slider[data-slider-style="layout-1"] a.de-ratio::before,.de-sc-portfolio-slider[data-slider-style="layout-2"] a.de-ratio::before,.de-sc-portfolio-slider[data-slider-style="layout-3"] a.de-ratio::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: 420ms
}

.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content {
    padding: 70px;
    z-index: 3
}

.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content .de-sc-portfolio-slider__meta.entry-meta {
    margin-bottom: 1em
}

.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content .de-sc-portfolio-slider__meta .by_separator {
    margin-right: 0.3em
}

.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content .de-sc-portfolio-slider__meta .by_separator:nth-of-type(2) {
    margin-left: 0.3em
}

.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content .de-sc-portfolio-slider__meta .by_separator,.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content .de-sc-portfolio-slider__meta .entry-meta a:link,.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content .de-sc-portfolio-slider__meta .entry-meta a:visited,.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content .de-sc-portfolio-slider__meta .entry-category {
    font-size: 1em
}

.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content .de-sc-portfolio-slider__meta .by_separator a,.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content .de-sc-portfolio-slider__meta .entry-meta a:link a,.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content .de-sc-portfolio-slider__meta .entry-meta a:visited a,.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content .de-sc-portfolio-slider__meta .entry-category a {
    opacity: 0.65
}

.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content .de-sc-portfolio-slider__meta .by_separator a:hover,.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content .de-sc-portfolio-slider__meta .entry-meta a:link a:hover,.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content .de-sc-portfolio-slider__meta .entry-meta a:visited a:hover,.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content .de-sc-portfolio-slider__meta .entry-category a:hover {
    opacity: 0.8
}

.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content h1,.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content h2,.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content h3,.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content h4,.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content h5,.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content h6 {
    margin-bottom: 0
}

.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content a.de-sc-portfolio-slider__button:link,.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content a.de-sc-portfolio-slider__button:visited {
    display: inline-block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 420ms ease, margin 420ms ease
}

.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content a.de-sc-portfolio-slider__button:link,.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content a.de-sc-portfolio-slider__button:visited {
    color: white
}

.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__content.uppercased-meta .de-sc-portfolio-slider__meta {
    text-transform: uppercase
}

.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__item-container:before {
    content: '';
    border: 1px solid transparent;
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__item-container:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    border-bottom: 5px solid;
    transition: max-width 420ms linear, margin 420ms ease
}

.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__item-container:hover:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    transition: 420ms
}

.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__item-container:hover .de-sc-divider-ornament--unhovered:after {
    max-width: 0;
    transition: max-width 420ms linear, margin 420ms ease
}

.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__item-container:hover .de-sc-divider-ornament--hovered:after {
    max-width: 25%;
    transition: max-width 420ms linear, margin 420ms ease
}

.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__item-container:hover .de-sc-portfolio-slider__content img {
    -ms-transform: none;
    transform: none
}

.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__item-container:hover .de-sc-portfolio-slider__content p {
    max-height: 1000px;
    margin-bottom: 20px;
    transition: max-height 420ms ease, margin 420ms ease
}

.de-sc-portfolio-slider[data-slider-style="layout-2"] .de-sc-portfolio-slider__item-container:hover .de-sc-portfolio-slider__content a.de-sc-portfolio-slider__button {
    max-height: 1000px;
    transition: max-height 420ms ease, margin 420ms ease
}

.de-sc-portfolio-slider[data-slider-style="layout-3"] .de-sc-portfolio-slider__overlay {
    margin: 10px
}

.de-sc-portfolio-slider[data-hover-effect="push"] .de-sc-portfolio-slider__item img {
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%)
}

.de-sc-portfolio-slider[data-hover-effect="push"] .de-sc-portfolio-slider__item:hover img {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-portfolio-slider[data-hover-effect="push-glare"] .de-sc-portfolio-slider__item .de-ratio::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: 420ms;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-portfolio-slider[data-hover-effect="push-glare"] .de-sc-portfolio-slider__item .de-ratio img {
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%)
}

.de-sc-portfolio-slider[data-hover-effect="push-glare"] .de-sc-portfolio-slider__item:hover .de-ratio::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-portfolio-slider[data-hover-effect="push-glare"] .de-sc-portfolio-slider__item:hover img {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-portfolio-slider .uk-dotnav li {
    position: relative;
    display: block;
    float: left;
    margin: 0 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    padding-left: 0
}

.de-sc-portfolio-slider .uk-dotnav li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: transparent;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #999;
    transition: opacity 420ms
}

.de-sc-portfolio-slider .uk-dotnav.uk-dark li a {
    background-color: #000
}

.de-sc-portfolio-slider .uk-dotnav.uk-light li a {
    background-color: #fff
}

.de-sc-portfolio-slider .uk-dotnav li svg {
    z-index: 10;
    width: 15px;
    height: 15px;
    background: transparent
}

.de-sc-portfolio-slider .uk-dotnav li svg circle {
    opacity: 0;
    fill: none;
    stroke: #999;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 39 39;
    stroke-dashoffset: 39;
    transition: stroke-dashoffset 420ms, opacity 420ms
}

.de-sc-portfolio-slider .uk-dotnav.uk-dark li svg circle {
    stroke: #000
}

.de-sc-portfolio-slider .uk-dotnav.uk-light li svg circle {
    stroke: #fff
}

.de-sc-portfolio-slider .uk-dotnav li a:hover {
    opacity: 0.3
}

.de-sc-portfolio-slider .uk-dotnav li.uk-active a,.de-sc-portfolio-slider .uk-dotnav li a:focus {
    opacity: 0.5;
    background: transparent
}

.de-sc-portfolio-slider .uk-dotnav li.uk-active svg circle {
    opacity: 1;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 420ms, opacity 420ms
}

.de-sc-portfolio-list__align--center {
    text-align: center
}

.de-sc-portfolio-list__align--right {
    text-align: right
}

.de-sc-portfolio-list img {
    transition: .3s
}

.de-sc-portfolio-list a.de-ratio {
    display: block
}

.de-sc-portfolio-list__item>div {
    transition: 420ms
}

.de-sc-portfolio-list__item>div:hover {
    transition: 420ms
}

.de-sc-portfolio-list .entry-category a:after {
    content: ','
}

.de-sc-portfolio-list .entry-category a:last-child:after {
    content: ''
}

.de-sc-portfolio-list__content h1,.de-sc-portfolio-list__content h2,.de-sc-portfolio-list__content h3,.de-sc-portfolio-list__content h4,.de-sc-portfolio-list__content h5,.de-sc-portfolio-list__content h6 {
    word-break: break-word
}

.de-sc-portfolio-list__content .entry-meta {
    text-transform: capitalize;
    display: inline-block
}

.de-sc-portfolio-list__content.uppercased-title h1,.de-sc-portfolio-list__content.uppercased-title h2,.de-sc-portfolio-list__content.uppercased-title h3,.de-sc-portfolio-list__content.uppercased-title h4,.de-sc-portfolio-list__content.uppercased-title h5,.de-sc-portfolio-list__content.uppercased-title h6 {
    text-transform: uppercase
}

.de-sc-portfolio-list__content.uppercased-meta .entry-meta {
    text-transform: uppercase
}

.de-sc-portfolio-list__content.uppercased-category .entry-categories a {
    text-transform: uppercase
}

.de-sc-portfolio-list[data-hover-effect="zoom"] .de-sc-portfolio-list__item:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-portfolio-list[data-hover-effect="zoom-glare"] .de-sc-portfolio-list__item .de-ratio::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-portfolio-list[data-hover-effect="zoom-glare"] .de-sc-portfolio-list__item:hover .de-ratio::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-portfolio-list[data-hover-effect="zoom-glare"] .de-sc-portfolio-list__item:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-portfolio-list[data-list-style="layout-1"] .de-sc-portfolio-list__item>div:first-child {
    width: 100px
}

.de-sc-portfolio-list[data-list-style="layout-2"] a.de-ratio {
    height: 200px
}

.de-sc-portfolio-list[data-list-style="layout-2"] a.de-ratio::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.de-sc-portfolio-list[data-list-style="layout-2"] a.de-ratio img {
    opacity: 0
}

.de-sc-portfolio-list[data-list-style="layout-2"] li.de-sc-portfolio-list__item {
    border-top: 1px solid #eee
}

.de-sc-portfolio-list[data-list-style="layout-2"] li.de-sc-portfolio-list__item:first-child>div {
    border-top: none
}

.de-sc-portfolio-list[data-list-style="layout-2"] li.de-sc-portfolio-list__item:nth-child(n+2) {
    margin: 0
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content {
    padding: 70px;
    z-index: 1
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content.uk-position-center-right h1,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content.uk-position-center-right h2,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content.uk-position-center-right h3,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content.uk-position-center-right h4,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content.uk-position-center-right h5,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content.uk-position-center-right h6 {
    text-align: right
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content.uk-position-center-right .de-sc-portfolio-list__meta {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content.uk-position-center-left .de-sc-portfolio-list__meta {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content.uk-position-center h1,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content.uk-position-center h2,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content.uk-position-center h3,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content.uk-position-center h4,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content.uk-position-center h5,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content.uk-position-center h6 {
    text-align: center
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content.uk-position-center .de-sc-portfolio-list__meta {
    -ms-flex-pack: center;
    justify-content: center
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content .de-sc-divider-ornament {
    position: relative;
    display: inline-block;
    width: 100%
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content .de-sc-divider-ornament:after {
    content: '';
    position: absolute;
    left: 0;
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    border-top: 2px solid;
    transition: max-width .420s linear;
    width: 25%
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content .de-sc-divider-ornament--unhovered:after {
    max-width: 25%
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content .de-sc-divider-ornament--hovered:after {
    max-width: 0
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content .de-sc-portfolio-list__meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content .de-sc-portfolio-list__meta .by_separator,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content .de-sc-portfolio-list__meta .entry-meta a:link,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content .de-sc-portfolio-list__meta .entry-meta a:visited,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content .de-sc-portfolio-list__meta .entry-categories a {
    opacity: 0.65
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content .de-sc-portfolio-list__meta .by_separator:hover,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content .de-sc-portfolio-list__meta .entry-meta a:link:hover,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content .de-sc-portfolio-list__meta .entry-meta a:visited:hover,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content .de-sc-portfolio-list__meta .entry-categories a:hover {
    opacity: 0.8
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content h1,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content h2,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content h3,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content h4,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content h5,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content h6 {
    margin-bottom: 0;
    transition: 420ms
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content h1 a:hover,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content h2 a:hover,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content h3 a:hover,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content h4 a:hover,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content h5 a:hover,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content h6 a:hover {
    opacity: .9
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content .entry-categories {
    display: inline-block
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content .entry-meta {
    margin-bottom: 0;
    font-size: 1em
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content .entry-meta a:link,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content .entry-meta a:visited {
    font-size: 1em
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content .de-sc-portfolio-list__meta,.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content .de-sc-portfolio-list__meta * {
    max-height: 2em;
    overflow: hidden;
    transition: max-height .420s ease
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__content.uppercased-meta .de-sc-portfolio-list__meta {
    text-transform: uppercase
}

.de-sc-portfolio-list[data-list-style="layout-2"] li.de-sc-portfolio-list__item:hover h1,.de-sc-portfolio-list[data-list-style="layout-2"] li.de-sc-portfolio-list__item:hover h2,.de-sc-portfolio-list[data-list-style="layout-2"] li.de-sc-portfolio-list__item:hover h3,.de-sc-portfolio-list[data-list-style="layout-2"] li.de-sc-portfolio-list__item:hover h4,.de-sc-portfolio-list[data-list-style="layout-2"] li.de-sc-portfolio-list__item:hover h5,.de-sc-portfolio-list[data-list-style="layout-2"] li.de-sc-portfolio-list__item:hover h6 {
    transition: 420ms
}

.de-sc-portfolio-list[data-list-style="layout-2"] li.de-sc-portfolio-list__item:hover .de-sc-portfolio-list__meta,.de-sc-portfolio-list[data-list-style="layout-2"] li.de-sc-portfolio-list__item:hover .de-sc-portfolio-list__meta * {
    overflow: hidden;
    max-height: 0;
    transition: max-height .420s ease
}

.de-sc-portfolio-list[data-list-style="layout-2"] li.de-sc-portfolio-list__item:hover a.de-ratio img {
    opacity: 1
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__item-container:before {
    content: '';
    border: 1px solid transparent;
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__item-container:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    border-bottom: 5px solid;
    transition: max-width .420s linear
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__item-container:hover:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    transition: 420ms
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__item-container:hover .de-sc-divider-ornament--unhovered:after {
    max-width: 0;
    transition: max-width .420s linear
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__item-container:hover .de-sc-divider-ornament--hovered:after {
    max-width: 25%;
    transition: max-width .420s linear
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__item-container:hover .de-sc-portfolio-list__content img {
    -ms-transform: inherit;
    transform: inherit
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__item-container:hover .de-sc-portfolio-list__content p {
    max-height: inherit;
    margin-bottom: 20px;
    transition: max-height .420s ease, margin .420s ease
}

.de-sc-portfolio-list[data-list-style="layout-2"] .de-sc-portfolio-list__item-container:hover .de-sc-portfolio-list__content a.de-sc-portfolio-list__button {
    max-height: inherit;
    transition: max-height .420s ease, margin .420s ease
}

.de-sc-portfolio-list[data-hover-effect="push"] .de-sc-portfolio-list__item img {
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%)
}

.de-sc-portfolio-list[data-hover-effect="push"] .de-sc-portfolio-list__item:hover img {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-portfolio-list[data-hover-effect="push-glare"] .de-sc-portfolio-list__item .de-ratio::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: .6s;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-portfolio-list[data-hover-effect="push-glare"] .de-sc-portfolio-list__item .de-ratio img {
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%)
}

.de-sc-portfolio-list[data-hover-effect="push-glare"] .de-sc-portfolio-list__item:hover .de-ratio::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-portfolio-list[data-hover-effect="push-glare"] .de-sc-portfolio-list__item:hover img {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-portfolio-list .uk-dotnav li {
    position: relative;
    display: block;
    float: left;
    margin: 0 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    padding-left: 0
}

.de-sc-portfolio-list .uk-dotnav li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: transparent;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #999;
    transition: opacity 0.3s
}

.de-sc-portfolio-list .uk-dotnav.uk-dark li a {
    background-color: #000
}

.de-sc-portfolio-list .uk-dotnav.uk-light li a {
    background-color: #fff
}

.de-sc-portfolio-list .uk-dotnav li svg {
    z-index: 10;
    width: 15px;
    height: 15px;
    background: transparent
}

.de-sc-portfolio-list .uk-dotnav li svg circle {
    opacity: 0;
    fill: none;
    stroke: #999;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 39 39;
    stroke-dashoffset: 39;
    transition: stroke-dashoffset 0.3s, opacity 0.3s
}

.de-sc-portfolio-list .uk-dotnav.uk-dark li svg circle {
    stroke: #000
}

.de-sc-portfolio-list .uk-dotnav.uk-light li svg circle {
    stroke: #fff
}

.de-sc-portfolio-list .uk-dotnav li a:hover {
    opacity: 0.3
}

.de-sc-portfolio-list .uk-dotnav li.uk-active a,.de-sc-portfolio-list .uk-dotnav li a:focus {
    opacity: 0.5;
    background: transparent
}

.de-sc-portfolio-list .uk-dotnav li.uk-active svg circle {
    opacity: 1;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.3s, opacity 0.15s
}

.de-sc-portfolio-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.de-sc-portfolio-tabs__align--center {
    text-align: center
}

.de-sc-portfolio-tabs__align--right {
    text-align: right
}

.de-sc-portfolio-tabs>div:first-child {
    -ms-flex-order: 2;
    order: 2
}

.de-sc-portfolio-tabs>div:nth-child(2) {
    -ms-flex-order: 1;
    order: 1
}

.de-sc-portfolio-tabs__item {
    margin-bottom: 20px
}

.de-sc-portfolio-tabs img {
    transition: 420ms
}

.de-sc-portfolio-tabs__category-filter h4 {
    margin: 0;
    padding-bottom: 10px;
    opacity: 0.9
}

.de-sc-portfolio-tabs__category-filter h4 a {
    opacity: 0.9
}

.de-sc-portfolio-tabs__category-filter h4 a:hover {
    opacity: 1
}

.de-sc-portfolio-tabs__category-filter .uk-active>h4 {
    border-bottom: 3px solid red
}

.de-sc-portfolio-tabs a.de-ratio {
    display: block
}

.de-sc-portfolio-tabs__content {
    transition: 420ms;
    z-index: 1
}

.de-sc-portfolio-tabs__content .de-sc-portfolio-tabs__text * {
    transition: 420ms
}

.de-sc-portfolio-tabs__content h1,.de-sc-portfolio-tabs__content h2,.de-sc-portfolio-tabs__content h3,.de-sc-portfolio-tabs__content h4,.de-sc-portfolio-tabs__content h5,.de-sc-portfolio-tabs__content h6 {
    word-break: break-word
}

.de-sc-portfolio-tabs__content .entry-meta {
    text-transform: capitalize;
    margin-bottom: 0
}

.de-sc-portfolio-tabs__content .entry-category a:after {
    content: ','
}

.de-sc-portfolio-tabs__content .entry-category a:last-child:after {
    content: ''
}

.de-sc-portfolio-tabs[data-hover-effect="zoom"] .de-sc-portfolio-tabs__item:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-portfolio-tabs[data-hover-effect="zoom-glare"] .de-sc-portfolio-tabs__item .de-ratio::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: 420ms;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-portfolio-tabs[data-hover-effect="zoom-glare"] .de-sc-portfolio-tabs__item:hover .de-ratio::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-portfolio-tabs[data-hover-effect="zoom-glare"] .de-sc-portfolio-tabs__item:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.de-sc-portfolio-tabs[data-tabs-style="layout-1"] a.de-ratio::before,.de-sc-portfolio-tabs[data-tabs-style="layout-2"] a.de-ratio::before,.de-sc-portfolio-tabs[data-tabs-style="layout-3"] a.de-ratio::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: 420ms
}

.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content {
    padding: 70px;
    z-index: 3
}

.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content .de-sc-portfolio-tabs__meta.entry-meta {
    margin-bottom: 1em
}

.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content .de-sc-portfolio-tabs__meta .by_separator {
    margin-right: 0.3em
}

.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content .de-sc-portfolio-tabs__meta .by_separator:nth-of-type(2) {
    margin-left: 0.3em
}

.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content .de-sc-portfolio-tabs__meta .by_separator,.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content .de-sc-portfolio-tabs__meta .entry-meta a:link,.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content .de-sc-portfolio-tabs__meta .entry-meta a:visited,.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content .de-sc-portfolio-tabs__meta .entry-category {
    font-size: 1em
}

.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content .de-sc-portfolio-tabs__meta .by_separator a,.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content .de-sc-portfolio-tabs__meta .entry-meta a:link a,.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content .de-sc-portfolio-tabs__meta .entry-meta a:visited a,.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content .de-sc-portfolio-tabs__meta .entry-category a {
    opacity: 0.65
}

.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content .de-sc-portfolio-tabs__meta .by_separator a:hover,.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content .de-sc-portfolio-tabs__meta .entry-meta a:link a:hover,.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content .de-sc-portfolio-tabs__meta .entry-meta a:visited a:hover,.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content .de-sc-portfolio-tabs__meta .entry-category a:hover {
    opacity: 0.8
}

.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content h1,.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content h2,.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content h3,.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content h4,.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content h5,.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content h6 {
    margin-bottom: 0
}

.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content a.de-sc-portfolio-tabs__button:link,.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content a.de-sc-portfolio-tabs__button:visited {
    display: inline-block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 420ms ease, margin 420ms ease
}

.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content a.de-sc-portfolio-tabs__button:link,.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content a.de-sc-portfolio-tabs__button:visited {
    color: white
}

.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__content.uppercased-meta .de-sc-portfolio-tabs__meta {
    text-transform: uppercase
}

.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__item-container:before {
    content: '';
    border: 1px solid transparent;
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__item-container:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    border-bottom: 5px solid;
    transition: max-width 420ms linear, margin 420ms ease
}

.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__item-container:hover:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    transition: 420ms
}

.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__item-container:hover .de-sc-divider-ornament--unhovered:after {
    max-width: 0;
    transition: max-width 420ms linear, margin 420ms ease
}

.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__item-container:hover .de-sc-divider-ornament--hovered:after {
    max-width: 25%;
    transition: max-width 420ms linear, margin 420ms ease
}

.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__item-container:hover .de-sc-portfolio-tabs__content img {
    -ms-transform: none;
    transform: none
}

.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__item-container:hover .de-sc-portfolio-tabs__content p {
    max-height: 1000px;
    margin-bottom: 20px;
    transition: max-height 420ms ease, margin 420ms ease
}

.de-sc-portfolio-tabs[data-tabs-style="layout-2"] .de-sc-portfolio-tabs__item-container:hover .de-sc-portfolio-tabs__content a.de-sc-portfolio-tabs__button {
    max-height: 1000px;
    transition: max-height 420ms ease, margin 420ms ease
}

.de-sc-portfolio-tabs[data-tabs-style="layout-3"] .de-sc-portfolio-tabs__overlay {
    margin: 10px
}

.de-sc-portfolio-tabs[data-hover-effect="push"] .de-sc-portfolio-tabs__item img {
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%)
}

.de-sc-portfolio-tabs[data-hover-effect="push"] .de-sc-portfolio-tabs__item:hover img {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-portfolio-tabs[data-hover-effect="push-glare"] .de-sc-portfolio-tabs__item .de-ratio::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transition: 420ms;
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0)
}

.de-sc-portfolio-tabs[data-hover-effect="push-glare"] .de-sc-portfolio-tabs__item .de-ratio img {
    -ms-transform: scale(1.2) translateX(-8%);
    transform: scale(1.2) translateX(-8%)
}

.de-sc-portfolio-tabs[data-hover-effect="push-glare"] .de-sc-portfolio-tabs__item:hover .de-ratio::after {
    transform: scale3d(2.5, 1.5, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0)
}

.de-sc-portfolio-tabs[data-hover-effect="push-glare"] .de-sc-portfolio-tabs__item:hover img {
    -ms-transform: scale(1.2) translateX(8%);
    transform: scale(1.2) translateX(8%)
}

.de-sc-portfolio-tabs .uk-dotnav li {
    position: relative;
    display: block;
    float: left;
    margin: 0 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    padding-left: 0
}

.de-sc-portfolio-tabs .uk-dotnav li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: transparent;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: #999;
    transition: opacity 420ms
}

.de-sc-portfolio-tabs .uk-dotnav.uk-dark li a {
    background-color: #000
}

.de-sc-portfolio-tabs .uk-dotnav.uk-light li a {
    background-color: #fff
}

.de-sc-portfolio-tabs .uk-dotnav li svg {
    z-index: 10;
    width: 15px;
    height: 15px;
    background: transparent
}

.de-sc-portfolio-tabs .uk-dotnav li svg circle {
    opacity: 0;
    fill: none;
    stroke: #999;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 39 39;
    stroke-dashoffset: 39;
    transition: stroke-dashoffset 420ms, opacity 420ms
}

.de-sc-portfolio-tabs .uk-dotnav.uk-dark li svg circle {
    stroke: #000
}

.de-sc-portfolio-tabs .uk-dotnav.uk-light li svg circle {
    stroke: #fff
}

.de-sc-portfolio-tabs .uk-dotnav li a:hover {
    opacity: 0.3
}

.de-sc-portfolio-tabs .uk-dotnav li.uk-active a,.de-sc-portfolio-tabs .uk-dotnav li a:focus {
    opacity: 0.5;
    background: transparent
}

.de-sc-portfolio-tabs .uk-dotnav li.uk-active svg circle {
    opacity: 1;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 420ms, opacity 420ms
}

.de-sc-text-separator {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.de-sc-text-separator span:last-child,.de-sc-text-separator span:first-child {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: 10%
}

.de-sc-text-separator span:nth-child(2) {
    margin: 0;
    word-wrap: break-word;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}
