@font-face {
    font-family: HarmoniaSansStd-Regular;
    src: url(../../assets/fonts);
    src: url(../../assets/fonts?#iefix) format("embedded-opentype"), url(../../assets/fonts/39E334_0_0.woff2) format("woff2"), url(../../assets/fonts/39E334_0_0.woff) format("woff"), url(../../assets/fonts/39E334_0_0.ttf) format("truetype")
}

@font-face {
    font-family: SofiaPro-Medium;
    src: url(../../assets/fonts/39E334_1_0.eot);
    src: url(../../assets/fonts/39E334_1_0.eot?#iefix) format("embedded-opentype"), url(../../assets/fonts/39E334_1_0.woff2) format("woff2"), url(../../assets/fonts/39E334_1_0.woff) format("woff"), url(../../assets/fonts/39E334_1_0.ttf) format("truetype");
    font-weight: 700
}

.heading {
    font-family: SofiaPro-Medium, Helvetica, sans-serif;
    font-weight: 700
}

.arrow {
    width: 1em;
    height: .7em
}

.expander {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.expander svg {
    width: 100%;
    height: 100%
}

.expander .active {
    display: inline
}

.expander .inactive {
    display: none
}

.image-component[data-fit=contain],
.image-component[data-fit=contain] .-img-wrapper,
.image-component[data-fit=cover],
.image-component[data-fit=cover] .-img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.image-component[data-fit=natural] {
    width: 100%;
    max-height: 100%
}

.image-component[data-fit=natural] .-img-wrapper {
    position: relative;
    height: auto;
    max-height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.image-component[data-nofit] .-img-wrapper .-img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.image-component.--ui {
    position: relative
}

.image-component.--ui .-image-ui {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.image-component .-img-wrapper {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.image-component .-img-wrapper .-img {
    width: 100%;
    max-width: 100%;
    transition: opacity 1.2s;
    opacity: 0;
    display: block;
    border: none;
    outline: none
}

.image-component .-img-wrapper .-img.--in {
    opacity: 1
}

.image-component .-img-wrapper .-img.--fit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.image-component .-img-wrapper .-img.--fit-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.image-component .-img-wrapper .-img.--fit-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.image-component .-img-wrapper .-img.--fit-ntarual .image-component .-img-wrapper .-img.--in {
    opacity: 1
}

.image-group>.row {
    display: flex
}

.image-group>.row>* {
    min-height: 100%;
    position: relative
}

.image-group>.row .-img-wrapper,
.image-group>.row .image-component {
    min-height: 100%
}

.image-group>.row .image-component {
    height: 100%
}

.hidden {
    display: none
}

.wrapper {
    width: 100vw;
    margin: auto;
    padding-left: 3vw;
    padding-right: 3vw;
    box-sizing: border-box
}

.wrapper>* {
    column-gap: 2vw
}

.padding-top-gutter {
    padding-top: 2%
}

.margin-bottom-gutter {
    margin-bottom: 2%
}

.gutter-width {
    width: 2%
}

.grid-gutter-left {
    left: 2%
}

.grid-gutter-right {
    right: 2%
}

.faux-row {
    width: 100vw
}

.faux-row,
.faux-row-inset {
    position: relative;
    margin: auto
}

.faux-row-inset {
    width: 94vw
}

.faux-row-positioned-left-inset {
    position: absolute;
    left: 0;
    margin-left: 3vw
}

.faux-row-positioned-right-inset {
    position: absolute;
    right: 0;
    margin-right: 3vw
}

.faux-row-positioned-left {
    position: absolute;
    left: 0;
    margin-left: 1vw
}

.faux-row-positioned-right {
    position: absolute;
    right: 0;
    margin-right: 1vw
}

.row {
    clear: both;
    box-sizing: border-box;
    margin-left: -2vw
}

.row:after,
.row:before {
    display: block;
    clear: both;
    content: " "
}

.row>.col-break {
    clear: both
}

.row.row-no-wrap {
    white-space: nowrap;
    font-size: 1px
}

.row.row-no-wrap>* {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    float: none;
    font-size: 1rem
}

.row>* {
    position: relative;
    float: left
}

.col-1,
.col-1-breakout-none {
    width: 6vw;
    margin-left: 2vw;
    margin-right: 0;
    box-sizing: border-box
}

.col-1-high {
    height: 6vw
}

.col-1-breakout-left {
    width: 9vw;
    margin-left: -3vw;
    box-sizing: border-box
}

.col-1-breakout-right {
    width: 9vw;
    margin-right: -3vw;
    box-sizing: border-box
}

.col-1-breakout-both {
    width: 10vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box
}

.text-col-1 {
    column-count: 1
}

.col-2,
.col-2-breakout-none {
    width: 14vw;
    margin-left: 2vw;
    margin-right: 0;
    box-sizing: border-box
}

.col-2-high {
    height: 14vw
}

.col-2-breakout-left {
    width: 17vw;
    margin-left: -3vw;
    box-sizing: border-box
}

.col-2-breakout-right {
    width: 17vw;
    margin-right: -3vw;
    box-sizing: border-box
}

.col-2-breakout-both {
    width: 18vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box
}

.text-col-2 {
    column-count: 2
}

.col-3,
.col-3-breakout-none {
    width: 22vw;
    margin-left: 2vw;
    margin-right: 0;
    box-sizing: border-box
}

.col-3-high {
    height: 22vw
}

.col-3-breakout-left {
    width: 25vw;
    margin-left: -3vw;
    box-sizing: border-box
}

.col-3-breakout-right {
    width: 25vw;
    margin-right: -3vw;
    box-sizing: border-box
}

.col-3-breakout-both {
    width: 26vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box
}

.text-col-3 {
    column-count: 3
}

.col-4,
.col-4-breakout-none {
    width: 30vw;
    margin-left: 2vw;
    margin-right: 0;
    box-sizing: border-box
}

.col-4-high {
    height: 30vw
}

.col-4-breakout-left {
    width: 33vw;
    margin-left: -3vw;
    box-sizing: border-box
}

.col-4-breakout-right {
    width: 33vw;
    margin-right: -3vw;
    box-sizing: border-box
}

.col-4-breakout-both {
    width: 34vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box
}

.text-col-4 {
    column-count: 4
}

.col-5,
.col-5-breakout-none {
    width: 38vw;
    margin-left: 2vw;
    margin-right: 0;
    box-sizing: border-box
}

.col-5-high {
    height: 38vw
}

.col-5-breakout-left {
    width: 41vw;
    margin-left: -3vw;
    box-sizing: border-box
}

.col-5-breakout-right {
    width: 41vw;
    margin-right: -3vw;
    box-sizing: border-box
}

.col-5-breakout-both {
    width: 42vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box
}

.text-col-5 {
    column-count: 5
}

.col-6,
.col-6-breakout-none {
    width: 46vw;
    margin-left: 2vw;
    margin-right: 0;
    box-sizing: border-box
}

.col-6-high {
    height: 46vw
}

.col-6-breakout-left {
    width: 49vw;
    margin-left: -3vw;
    box-sizing: border-box
}

.col-6-breakout-right {
    width: 49vw;
    margin-right: -3vw;
    box-sizing: border-box
}

.col-6-breakout-both {
    width: 50vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box
}

.text-col-6 {
    column-count: 6
}

.col-7,
.col-7-breakout-none {
    width: 54vw;
    margin-left: 2vw;
    margin-right: 0;
    box-sizing: border-box
}

.col-7-high {
    height: 54vw
}

.col-7-breakout-left {
    width: 57vw;
    margin-left: -3vw;
    box-sizing: border-box
}

.col-7-breakout-right {
    width: 57vw;
    margin-right: -3vw;
    box-sizing: border-box
}

.col-7-breakout-both {
    width: 58vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box
}

.text-col-7 {
    column-count: 7
}

.col-8,
.col-8-breakout-none {
    width: 62vw;
    margin-left: 2vw;
    margin-right: 0;
    box-sizing: border-box
}

.col-8-high {
    height: 62vw
}

.col-8-breakout-left {
    width: 65vw;
    margin-left: -3vw;
    box-sizing: border-box
}

.col-8-breakout-right {
    width: 65vw;
    margin-right: -3vw;
    box-sizing: border-box
}

.col-8-breakout-both {
    width: 66vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box
}

.text-col-8 {
    column-count: 8
}

.col-9,
.col-9-breakout-none {
    width: 70vw;
    margin-left: 2vw;
    margin-right: 0;
    box-sizing: border-box
}

.col-9-high {
    height: 70vw
}

.col-9-breakout-left {
    width: 73vw;
    margin-left: -3vw;
    box-sizing: border-box
}

.col-9-breakout-right {
    width: 73vw;
    margin-right: -3vw;
    box-sizing: border-box
}

.col-9-breakout-both {
    width: 74vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box
}

.text-col-9 {
    column-count: 9
}

.col-10,
.col-10-breakout-none {
    width: 78vw;
    margin-left: 2vw;
    margin-right: 0;
    box-sizing: border-box
}

.col-10-high {
    height: 78vw
}

.col-10-breakout-left {
    width: 81vw;
    margin-left: -3vw;
    box-sizing: border-box
}

.col-10-breakout-right {
    width: 81vw;
    margin-right: -3vw;
    box-sizing: border-box
}

.col-10-breakout-both {
    width: 82vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box
}

.text-col-10 {
    column-count: 10
}

.col-11,
.col-11-breakout-none {
    width: 86vw;
    margin-left: 2vw;
    margin-right: 0;
    box-sizing: border-box
}

.col-11-high {
    height: 86vw
}

.col-11-breakout-left {
    width: 89vw;
    margin-left: -3vw;
    box-sizing: border-box
}

.col-11-breakout-right {
    width: 89vw;
    margin-right: -3vw;
    box-sizing: border-box
}

.col-11-breakout-both {
    width: 90vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box
}

.text-col-11 {
    column-count: 11
}

.col-12,
.col-12-breakout-none {
    width: 94vw;
    margin-left: 2vw;
    margin-right: 0;
    box-sizing: border-box
}

.col-12-high {
    height: 94vw
}

.col-12-breakout-left {
    width: 97vw;
    margin-left: -3vw;
    box-sizing: border-box
}

.col-12-breakout-right {
    width: 97vw;
    margin-right: -3vw;
    box-sizing: border-box
}

.col-12-breakout-both {
    width: 98vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box
}

.text-col-12 {
    column-count: 12
}

.col-push-0 {
    left: 0
}

.col-push-1 {
    left: 8vw
}

.col-push-2 {
    left: 16vw
}

.col-push-3 {
    left: 24vw
}

.col-push-4 {
    left: 32vw
}

.col-push-5 {
    left: 40vw
}

.col-push-6 {
    left: 48vw
}

.col-push-7 {
    left: 56vw
}

.col-push-8 {
    left: 64vw
}

.col-push-9 {
    left: 72vw
}

.col-push-10 {
    left: 80vw
}

.col-push-11 {
    left: 88vw
}

.col-push-12 {
    left: 96vw
}

.col-pull-0 {
    left: 0
}

.col-pull-1 {
    left: -8vw
}

.col-pull-2 {
    left: -16vw
}

.col-pull-3 {
    left: -24vw
}

.col-pull-4 {
    left: -32vw
}

.col-pull-5 {
    left: -40vw
}

.col-pull-6 {
    left: -48vw
}

.col-pull-7 {
    left: -56vw
}

.col-pull-8 {
    left: -64vw
}

.col-pull-9 {
    left: -72vw
}

.col-pull-10 {
    left: -80vw
}

.col-pull-11 {
    left: -88vw
}

.col-pull-12 {
    left: -96vw
}

@media screen and (max-width:700px) {
    .hidden {
        display: none
    }
    .row>.col-break {
        clear: both
    }
    .row.row-no-wrap {
        white-space: nowrap;
        font-size: 1px
    }
    .row.row-no-wrap>* {
        display: inline-block;
        white-space: normal;
        vertical-align: top;
        float: none;
        font-size: 1rem
    }
    .col-1,
    .col-1-breakout-none {
        width: 4vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-1-high {
        height: 4vw
    }
    .col-1-breakout-left {
        width: 8vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-1-breakout-right {
        width: 8vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-1-breakout-both {
        width: 12vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-1 {
        column-count: 1
    }
    .col-2,
    .col-2-breakout-none {
        width: 12vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-2-high {
        height: 12vw
    }
    .col-2-breakout-left {
        width: 16vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-2-breakout-right {
        width: 16vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-2-breakout-both {
        width: 20vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-2 {
        column-count: 2
    }
    .col-3,
    .col-3-breakout-none {
        width: 20vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-3-high {
        height: 20vw
    }
    .col-3-breakout-left {
        width: 24vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-3-breakout-right {
        width: 24vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-3-breakout-both {
        width: 28vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-3 {
        column-count: 3
    }
    .col-4,
    .col-4-breakout-none {
        width: 28vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-4-high {
        height: 28vw
    }
    .col-4-breakout-left {
        width: 32vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-4-breakout-right {
        width: 32vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-4-breakout-both {
        width: 36vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-4 {
        column-count: 4
    }
    .col-5,
    .col-5-breakout-none {
        width: 36vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-5-high {
        height: 36vw
    }
    .col-5-breakout-left {
        width: 40vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-5-breakout-right {
        width: 40vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-5-breakout-both {
        width: 44vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-5 {
        column-count: 5
    }
    .col-6,
    .col-6-breakout-none {
        width: 44vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-6-high {
        height: 44vw
    }
    .col-6-breakout-left {
        width: 48vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-6-breakout-right {
        width: 48vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-6-breakout-both {
        width: 52vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-6 {
        column-count: 6
    }
    .col-7,
    .col-7-breakout-none {
        width: 52vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-7-high {
        height: 52vw
    }
    .col-7-breakout-left {
        width: 56vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-7-breakout-right {
        width: 56vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-7-breakout-both {
        width: 60vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-7 {
        column-count: 7
    }
    .col-8,
    .col-8-breakout-none {
        width: 60vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-8-high {
        height: 60vw
    }
    .col-8-breakout-left {
        width: 64vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-8-breakout-right {
        width: 64vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-8-breakout-both {
        width: 68vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-8 {
        column-count: 8
    }
    .col-9,
    .col-9-breakout-none {
        width: 68vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-9-high {
        height: 68vw
    }
    .col-9-breakout-left {
        width: 72vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-9-breakout-right {
        width: 72vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-9-breakout-both {
        width: 76vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-9 {
        column-count: 9
    }
    .col-10,
    .col-10-breakout-none {
        width: 76vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-10-high {
        height: 76vw
    }
    .col-10-breakout-left {
        width: 80vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-10-breakout-right {
        width: 80vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-10-breakout-both {
        width: 84vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-10 {
        column-count: 10
    }
    .col-11,
    .col-11-breakout-none {
        width: 84vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-11-high {
        height: 84vw
    }
    .col-11-breakout-left {
        width: 88vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-11-breakout-right {
        width: 88vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-11-breakout-both {
        width: 92vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-11 {
        column-count: 11
    }
    .col-12,
    .col-12-breakout-none {
        width: 92vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-12-high {
        height: 92vw
    }
    .col-12-breakout-left {
        width: 96vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-12-breakout-right {
        width: 96vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-12-breakout-both {
        width: 100vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-12 {
        column-count: 12
    }
    .col-push-0 {
        left: 0
    }
    .col-push-1 {
        left: 8vw
    }
    .col-push-2 {
        left: 16vw
    }
    .col-push-3 {
        left: 24vw
    }
    .col-push-4 {
        left: 32vw
    }
    .col-push-5 {
        left: 40vw
    }
    .col-push-6 {
        left: 48vw
    }
    .col-push-7 {
        left: 56vw
    }
    .col-push-8 {
        left: 64vw
    }
    .col-push-9 {
        left: 72vw
    }
    .col-push-10 {
        left: 80vw
    }
    .col-push-11 {
        left: 88vw
    }
    .col-push-12 {
        left: 96vw
    }
    .col-pull-0 {
        left: 0
    }
    .col-pull-1 {
        left: -8vw
    }
    .col-pull-2 {
        left: -16vw
    }
    .col-pull-3 {
        left: -24vw
    }
    .col-pull-4 {
        left: -32vw
    }
    .col-pull-5 {
        left: -40vw
    }
    .col-pull-6 {
        left: -48vw
    }
    .col-pull-7 {
        left: -56vw
    }
    .col-pull-8 {
        left: -64vw
    }
    .col-pull-9 {
        left: -72vw
    }
    .col-pull-10 {
        left: -80vw
    }
    .col-pull-11 {
        left: -88vw
    }
    .col-pull-12 {
        left: -96vw
    }
    .wrapper {
        width: 100vw;
        margin: auto;
        padding-left: 4vw;
        padding-right: 4vw;
        box-sizing: border-box
    }
    .wrapper>* {
        column-gap: 4vw
    }
    .padding-top-gutter {
        padding-top: 4%
    }
    .margin-bottom-gutter {
        margin-bottom: 4%
    }
    .gutter-width {
        width: 4%
    }
    .grid-gutter-left {
        left: 4%
    }
    .grid-gutter-right {
        right: 4%
    }
    .faux-row {
        width: 100vw
    }
    .faux-row,
    .faux-row-inset {
        position: relative;
        margin: auto
    }
    .faux-row-inset {
        width: 92vw
    }
    .faux-row-positioned-left-inset {
        position: absolute;
        left: 0;
        margin-left: 4vw
    }
    .faux-row-positioned-right-inset {
        position: absolute;
        right: 0;
        margin-right: 4vw
    }
    .faux-row-positioned-left {
        position: absolute;
        left: 0;
        margin-left: 0
    }
    .faux-row-positioned-right {
        position: absolute;
        right: 0;
        margin-right: 0
    }
    .row {
        clear: both;
        box-sizing: border-box;
        margin-left: -4vw
    }
    .row:after,
    .row:before {
        display: block;
        clear: both;
        content: " "
    }
    .row>.col-tiny-break {
        clear: both
    }
    .row.row-tiny-no-wrap {
        white-space: nowrap;
        font-size: 1px
    }
    .row.row-tiny-no-wrap>* {
        display: inline-block;
        white-space: normal;
        vertical-align: top;
        float: none;
        font-size: 1rem
    }
    .row>* {
        position: relative;
        float: left
    }
    .col-tiny-1,
    .col-tiny-1-breakout-none {
        width: 4vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-tiny-1-high {
        height: 4vw
    }
    .col-tiny-1-breakout-left {
        width: 8vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-tiny-1-breakout-right {
        width: 8vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-tiny-1-breakout-both {
        width: 12vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-tiny-1 {
        column-count: 1
    }
    .col-tiny-2,
    .col-tiny-2-breakout-none {
        width: 12vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-tiny-2-high {
        height: 12vw
    }
    .col-tiny-2-breakout-left {
        width: 16vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-tiny-2-breakout-right {
        width: 16vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-tiny-2-breakout-both {
        width: 20vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-tiny-2 {
        column-count: 2
    }
    .col-tiny-3,
    .col-tiny-3-breakout-none {
        width: 20vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-tiny-3-high {
        height: 20vw
    }
    .col-tiny-3-breakout-left {
        width: 24vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-tiny-3-breakout-right {
        width: 24vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-tiny-3-breakout-both {
        width: 28vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-tiny-3 {
        column-count: 3
    }
    .col-tiny-4,
    .col-tiny-4-breakout-none {
        width: 28vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-tiny-4-high {
        height: 28vw
    }
    .col-tiny-4-breakout-left {
        width: 32vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-tiny-4-breakout-right {
        width: 32vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-tiny-4-breakout-both {
        width: 36vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-tiny-4 {
        column-count: 4
    }
    .col-tiny-5,
    .col-tiny-5-breakout-none {
        width: 36vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-tiny-5-high {
        height: 36vw
    }
    .col-tiny-5-breakout-left {
        width: 40vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-tiny-5-breakout-right {
        width: 40vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-tiny-5-breakout-both {
        width: 44vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-tiny-5 {
        column-count: 5
    }
    .col-tiny-6,
    .col-tiny-6-breakout-none {
        width: 44vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-tiny-6-high {
        height: 44vw
    }
    .col-tiny-6-breakout-left {
        width: 48vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-tiny-6-breakout-right {
        width: 48vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-tiny-6-breakout-both {
        width: 52vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-tiny-6 {
        column-count: 6
    }
    .col-tiny-7,
    .col-tiny-7-breakout-none {
        width: 52vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-tiny-7-high {
        height: 52vw
    }
    .col-tiny-7-breakout-left {
        width: 56vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-tiny-7-breakout-right {
        width: 56vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-tiny-7-breakout-both {
        width: 60vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-tiny-7 {
        column-count: 7
    }
    .col-tiny-8,
    .col-tiny-8-breakout-none {
        width: 60vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-tiny-8-high {
        height: 60vw
    }
    .col-tiny-8-breakout-left {
        width: 64vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-tiny-8-breakout-right {
        width: 64vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-tiny-8-breakout-both {
        width: 68vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-tiny-8 {
        column-count: 8
    }
    .col-tiny-9,
    .col-tiny-9-breakout-none {
        width: 68vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-tiny-9-high {
        height: 68vw
    }
    .col-tiny-9-breakout-left {
        width: 72vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-tiny-9-breakout-right {
        width: 72vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-tiny-9-breakout-both {
        width: 76vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-tiny-9 {
        column-count: 9
    }
    .col-tiny-10,
    .col-tiny-10-breakout-none {
        width: 76vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-tiny-10-high {
        height: 76vw
    }
    .col-tiny-10-breakout-left {
        width: 80vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-tiny-10-breakout-right {
        width: 80vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-tiny-10-breakout-both {
        width: 84vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-tiny-10 {
        column-count: 10
    }
    .col-tiny-11,
    .col-tiny-11-breakout-none {
        width: 84vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-tiny-11-high {
        height: 84vw
    }
    .col-tiny-11-breakout-left {
        width: 88vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-tiny-11-breakout-right {
        width: 88vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-tiny-11-breakout-both {
        width: 92vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-tiny-11 {
        column-count: 11
    }
    .col-tiny-12,
    .col-tiny-12-breakout-none {
        width: 92vw;
        margin-left: 4vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-tiny-12-high {
        height: 92vw
    }
    .col-tiny-12-breakout-left {
        width: 96vw;
        margin-left: -4vw;
        box-sizing: border-box
    }
    .col-tiny-12-breakout-right {
        width: 96vw;
        margin-right: -4vw;
        box-sizing: border-box
    }
    .col-tiny-12-breakout-both {
        width: 100vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-tiny-12 {
        column-count: 12
    }
    .col-tiny-push-0 {
        left: 0
    }
    .col-tiny-push-1 {
        left: 8vw
    }
    .col-tiny-push-2 {
        left: 16vw
    }
    .col-tiny-push-3 {
        left: 24vw
    }
    .col-tiny-push-4 {
        left: 32vw
    }
    .col-tiny-push-5 {
        left: 40vw
    }
    .col-tiny-push-6 {
        left: 48vw
    }
    .col-tiny-push-7 {
        left: 56vw
    }
    .col-tiny-push-8 {
        left: 64vw
    }
    .col-tiny-push-9 {
        left: 72vw
    }
    .col-tiny-push-10 {
        left: 80vw
    }
    .col-tiny-push-11 {
        left: 88vw
    }
    .col-tiny-push-12 {
        left: 96vw
    }
    .col-tiny-pull-0 {
        left: 0
    }
    .col-tiny-pull-1 {
        left: -8vw
    }
    .col-tiny-pull-2 {
        left: -16vw
    }
    .col-tiny-pull-3 {
        left: -24vw
    }
    .col-tiny-pull-4 {
        left: -32vw
    }
    .col-tiny-pull-5 {
        left: -40vw
    }
    .col-tiny-pull-6 {
        left: -48vw
    }
    .col-tiny-pull-7 {
        left: -56vw
    }
    .col-tiny-pull-8 {
        left: -64vw
    }
    .col-tiny-pull-9 {
        left: -72vw
    }
    .col-tiny-pull-10 {
        left: -80vw
    }
    .col-tiny-pull-11 {
        left: -88vw
    }
    .col-tiny-pull-12 {
        left: -96vw
    }
    .visible-tiny {
        display: block
    }
    .hidden-tiny {
        display: none
    }
}

@media screen and (min-width:700px) and (max-width:990px) {
    .hidden {
        display: none
    }
    .row>.col-break {
        clear: both
    }
    .row.row-no-wrap {
        white-space: nowrap;
        font-size: 1px
    }
    .row.row-no-wrap>* {
        display: inline-block;
        white-space: normal;
        vertical-align: top;
        float: none;
        font-size: 1rem
    }
    .col-1,
    .col-1-breakout-none {
        width: 5.08333333vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-1-high {
        height: 5.08333333vw
    }
    .col-1-breakout-left {
        width: 8.08333333vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-1-breakout-right {
        width: 8.08333333vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-1-breakout-both {
        width: 11.08333333vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-1 {
        column-count: 1
    }
    .col-2,
    .col-2-breakout-none {
        width: 13.16666667vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-2-high {
        height: 13.16666667vw
    }
    .col-2-breakout-left {
        width: 16.16666667vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-2-breakout-right {
        width: 16.16666667vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-2-breakout-both {
        width: 19.16666667vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-2 {
        column-count: 2
    }
    .col-3,
    .col-3-breakout-none {
        width: 21.25vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-3-high {
        height: 21.25vw
    }
    .col-3-breakout-left {
        width: 24.25vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-3-breakout-right {
        width: 24.25vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-3-breakout-both {
        width: 27.25vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-3 {
        column-count: 3
    }
    .col-4,
    .col-4-breakout-none {
        width: 29.33333333vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-4-high {
        height: 29.33333333vw
    }
    .col-4-breakout-left {
        width: 32.33333333vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-4-breakout-right {
        width: 32.33333333vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-4-breakout-both {
        width: 35.33333333vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-4 {
        column-count: 4
    }
    .col-5,
    .col-5-breakout-none {
        width: 37.41666667vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-5-high {
        height: 37.41666667vw
    }
    .col-5-breakout-left {
        width: 40.41666667vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-5-breakout-right {
        width: 40.41666667vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-5-breakout-both {
        width: 43.41666667vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-5 {
        column-count: 5
    }
    .col-6,
    .col-6-breakout-none {
        width: 45.5vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-6-high {
        height: 45.5vw
    }
    .col-6-breakout-left {
        width: 48.5vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-6-breakout-right {
        width: 48.5vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-6-breakout-both {
        width: 51.5vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-6 {
        column-count: 6
    }
    .col-7,
    .col-7-breakout-none {
        width: 53.58333333vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-7-high {
        height: 53.58333333vw
    }
    .col-7-breakout-left {
        width: 56.58333333vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-7-breakout-right {
        width: 56.58333333vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-7-breakout-both {
        width: 59.58333333vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-7 {
        column-count: 7
    }
    .col-8,
    .col-8-breakout-none {
        width: 61.66666667vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-8-high {
        height: 61.66666667vw
    }
    .col-8-breakout-left {
        width: 64.66666667vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-8-breakout-right {
        width: 64.66666667vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-8-breakout-both {
        width: 67.66666667vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-8 {
        column-count: 8
    }
    .col-9,
    .col-9-breakout-none {
        width: 69.75vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-9-high {
        height: 69.75vw
    }
    .col-9-breakout-left {
        width: 72.75vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-9-breakout-right {
        width: 72.75vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-9-breakout-both {
        width: 75.75vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-9 {
        column-count: 9
    }
    .col-10,
    .col-10-breakout-none {
        width: 77.83333333vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-10-high {
        height: 77.83333333vw
    }
    .col-10-breakout-left {
        width: 80.83333333vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-10-breakout-right {
        width: 80.83333333vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-10-breakout-both {
        width: 83.83333333vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-10 {
        column-count: 10
    }
    .col-11,
    .col-11-breakout-none {
        width: 85.91666667vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-11-high {
        height: 85.91666667vw
    }
    .col-11-breakout-left {
        width: 88.91666667vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-11-breakout-right {
        width: 88.91666667vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-11-breakout-both {
        width: 91.91666667vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-11 {
        column-count: 11
    }
    .col-12,
    .col-12-breakout-none {
        width: 94vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-12-high {
        height: 94vw
    }
    .col-12-breakout-left {
        width: 97vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-12-breakout-right {
        width: 97vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-12-breakout-both {
        width: 100vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-12 {
        column-count: 12
    }
    .col-push-0 {
        left: 0
    }
    .col-push-1 {
        left: 8.08333333vw
    }
    .col-push-2 {
        left: 16.16666667vw
    }
    .col-push-3 {
        left: 24.25vw
    }
    .col-push-4 {
        left: 32.33333333vw
    }
    .col-push-5 {
        left: 40.41666667vw
    }
    .col-push-6 {
        left: 48.5vw
    }
    .col-push-7 {
        left: 56.58333333vw
    }
    .col-push-8 {
        left: 64.66666667vw
    }
    .col-push-9 {
        left: 72.75vw
    }
    .col-push-10 {
        left: 80.83333333vw
    }
    .col-push-11 {
        left: 88.91666667vw
    }
    .col-push-12 {
        left: 97vw
    }
    .col-pull-0 {
        left: 0
    }
    .col-pull-1 {
        left: -8.08333333vw
    }
    .col-pull-2 {
        left: -16.16666667vw
    }
    .col-pull-3 {
        left: -24.25vw
    }
    .col-pull-4 {
        left: -32.33333333vw
    }
    .col-pull-5 {
        left: -40.41666667vw
    }
    .col-pull-6 {
        left: -48.5vw
    }
    .col-pull-7 {
        left: -56.58333333vw
    }
    .col-pull-8 {
        left: -64.66666667vw
    }
    .col-pull-9 {
        left: -72.75vw
    }
    .col-pull-10 {
        left: -80.83333333vw
    }
    .col-pull-11 {
        left: -88.91666667vw
    }
    .col-pull-12 {
        left: -97vw
    }
    .wrapper {
        width: 100vw;
        margin: auto;
        padding-left: 3vw;
        padding-right: 3vw;
        box-sizing: border-box
    }
    .wrapper>* {
        column-gap: 3vw
    }
    .padding-top-gutter {
        padding-top: 3%
    }
    .margin-bottom-gutter {
        margin-bottom: 3%
    }
    .gutter-width {
        width: 3%
    }
    .grid-gutter-left {
        left: 3%
    }
    .grid-gutter-right {
        right: 3%
    }
    .faux-row {
        width: 100vw
    }
    .faux-row,
    .faux-row-inset {
        position: relative;
        margin: auto
    }
    .faux-row-inset {
        width: 94vw
    }
    .faux-row-positioned-left-inset {
        position: absolute;
        left: 0;
        margin-left: 3vw
    }
    .faux-row-positioned-right-inset {
        position: absolute;
        right: 0;
        margin-right: 3vw
    }
    .faux-row-positioned-left {
        position: absolute;
        left: 0;
        margin-left: 0
    }
    .faux-row-positioned-right {
        position: absolute;
        right: 0;
        margin-right: 0
    }
    .row {
        clear: both;
        box-sizing: border-box;
        margin-left: -3vw
    }
    .row:after,
    .row:before {
        display: block;
        clear: both;
        content: " "
    }
    .row>.col-small-break {
        clear: both
    }
    .row.row-small-no-wrap {
        white-space: nowrap;
        font-size: 1px
    }
    .row.row-small-no-wrap>* {
        display: inline-block;
        white-space: normal;
        vertical-align: top;
        float: none;
        font-size: 1rem
    }
    .row>* {
        position: relative;
        float: left
    }
    .col-small-1,
    .col-small-1-breakout-none {
        width: 5.08333333vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-small-1-high {
        height: 5.08333333vw
    }
    .col-small-1-breakout-left {
        width: 8.08333333vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-small-1-breakout-right {
        width: 8.08333333vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-small-1-breakout-both {
        width: 11.08333333vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-small-1 {
        column-count: 1
    }
    .col-small-2,
    .col-small-2-breakout-none {
        width: 13.16666667vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-small-2-high {
        height: 13.16666667vw
    }
    .col-small-2-breakout-left {
        width: 16.16666667vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-small-2-breakout-right {
        width: 16.16666667vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-small-2-breakout-both {
        width: 19.16666667vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-small-2 {
        column-count: 2
    }
    .col-small-3,
    .col-small-3-breakout-none {
        width: 21.25vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-small-3-high {
        height: 21.25vw
    }
    .col-small-3-breakout-left {
        width: 24.25vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-small-3-breakout-right {
        width: 24.25vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-small-3-breakout-both {
        width: 27.25vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-small-3 {
        column-count: 3
    }
    .col-small-4,
    .col-small-4-breakout-none {
        width: 29.33333333vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-small-4-high {
        height: 29.33333333vw
    }
    .col-small-4-breakout-left {
        width: 32.33333333vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-small-4-breakout-right {
        width: 32.33333333vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-small-4-breakout-both {
        width: 35.33333333vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-small-4 {
        column-count: 4
    }
    .col-small-5,
    .col-small-5-breakout-none {
        width: 37.41666667vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-small-5-high {
        height: 37.41666667vw
    }
    .col-small-5-breakout-left {
        width: 40.41666667vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-small-5-breakout-right {
        width: 40.41666667vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-small-5-breakout-both {
        width: 43.41666667vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-small-5 {
        column-count: 5
    }
    .col-small-6,
    .col-small-6-breakout-none {
        width: 45.5vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-small-6-high {
        height: 45.5vw
    }
    .col-small-6-breakout-left {
        width: 48.5vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-small-6-breakout-right {
        width: 48.5vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-small-6-breakout-both {
        width: 51.5vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-small-6 {
        column-count: 6
    }
    .col-small-7,
    .col-small-7-breakout-none {
        width: 53.58333333vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-small-7-high {
        height: 53.58333333vw
    }
    .col-small-7-breakout-left {
        width: 56.58333333vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-small-7-breakout-right {
        width: 56.58333333vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-small-7-breakout-both {
        width: 59.58333333vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-small-7 {
        column-count: 7
    }
    .col-small-8,
    .col-small-8-breakout-none {
        width: 61.66666667vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-small-8-high {
        height: 61.66666667vw
    }
    .col-small-8-breakout-left {
        width: 64.66666667vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-small-8-breakout-right {
        width: 64.66666667vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-small-8-breakout-both {
        width: 67.66666667vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-small-8 {
        column-count: 8
    }
    .col-small-9,
    .col-small-9-breakout-none {
        width: 69.75vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-small-9-high {
        height: 69.75vw
    }
    .col-small-9-breakout-left {
        width: 72.75vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-small-9-breakout-right {
        width: 72.75vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-small-9-breakout-both {
        width: 75.75vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-small-9 {
        column-count: 9
    }
    .col-small-10,
    .col-small-10-breakout-none {
        width: 77.83333333vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-small-10-high {
        height: 77.83333333vw
    }
    .col-small-10-breakout-left {
        width: 80.83333333vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-small-10-breakout-right {
        width: 80.83333333vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-small-10-breakout-both {
        width: 83.83333333vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-small-10 {
        column-count: 10
    }
    .col-small-11,
    .col-small-11-breakout-none {
        width: 85.91666667vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-small-11-high {
        height: 85.91666667vw
    }
    .col-small-11-breakout-left {
        width: 88.91666667vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-small-11-breakout-right {
        width: 88.91666667vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-small-11-breakout-both {
        width: 91.91666667vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-small-11 {
        column-count: 11
    }
    .col-small-12,
    .col-small-12-breakout-none {
        width: 94vw;
        margin-left: 3vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-small-12-high {
        height: 94vw
    }
    .col-small-12-breakout-left {
        width: 97vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-small-12-breakout-right {
        width: 97vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-small-12-breakout-both {
        width: 100vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-small-12 {
        column-count: 12
    }
    .col-small-push-0 {
        left: 0
    }
    .col-small-push-1 {
        left: 8.08333333vw
    }
    .col-small-push-2 {
        left: 16.16666667vw
    }
    .col-small-push-3 {
        left: 24.25vw
    }
    .col-small-push-4 {
        left: 32.33333333vw
    }
    .col-small-push-5 {
        left: 40.41666667vw
    }
    .col-small-push-6 {
        left: 48.5vw
    }
    .col-small-push-7 {
        left: 56.58333333vw
    }
    .col-small-push-8 {
        left: 64.66666667vw
    }
    .col-small-push-9 {
        left: 72.75vw
    }
    .col-small-push-10 {
        left: 80.83333333vw
    }
    .col-small-push-11 {
        left: 88.91666667vw
    }
    .col-small-push-12 {
        left: 97vw
    }
    .col-small-pull-0 {
        left: 0
    }
    .col-small-pull-1 {
        left: -8.08333333vw
    }
    .col-small-pull-2 {
        left: -16.16666667vw
    }
    .col-small-pull-3 {
        left: -24.25vw
    }
    .col-small-pull-4 {
        left: -32.33333333vw
    }
    .col-small-pull-5 {
        left: -40.41666667vw
    }
    .col-small-pull-6 {
        left: -48.5vw
    }
    .col-small-pull-7 {
        left: -56.58333333vw
    }
    .col-small-pull-8 {
        left: -64.66666667vw
    }
    .col-small-pull-9 {
        left: -72.75vw
    }
    .col-small-pull-10 {
        left: -80.83333333vw
    }
    .col-small-pull-11 {
        left: -88.91666667vw
    }
    .col-small-pull-12 {
        left: -97vw
    }
    .visible-small {
        display: block
    }
    .hidden-small {
        display: none
    }
}

@media screen and (min-width:1401px) {
    .hidden {
        display: none
    }
    .row>.col-break {
        clear: both
    }
    .row.row-no-wrap {
        white-space: nowrap;
        font-size: 1px
    }
    .row.row-no-wrap>* {
        display: inline-block;
        white-space: normal;
        vertical-align: top;
        float: none;
        font-size: 1rem
    }
    .col-1,
    .col-1-breakout-none {
        width: 6vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-1-high {
        height: 6vw
    }
    .col-1-breakout-left {
        width: 9vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-1-breakout-right {
        width: 9vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-1-breakout-both {
        width: 10vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-1 {
        column-count: 1
    }
    .col-2,
    .col-2-breakout-none {
        width: 14vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-2-high {
        height: 14vw
    }
    .col-2-breakout-left {
        width: 17vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-2-breakout-right {
        width: 17vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-2-breakout-both {
        width: 18vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-2 {
        column-count: 2
    }
    .col-3,
    .col-3-breakout-none {
        width: 22vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-3-high {
        height: 22vw
    }
    .col-3-breakout-left {
        width: 25vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-3-breakout-right {
        width: 25vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-3-breakout-both {
        width: 26vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-3 {
        column-count: 3
    }
    .col-4,
    .col-4-breakout-none {
        width: 30vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-4-high {
        height: 30vw
    }
    .col-4-breakout-left {
        width: 33vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-4-breakout-right {
        width: 33vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-4-breakout-both {
        width: 34vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-4 {
        column-count: 4
    }
    .col-5,
    .col-5-breakout-none {
        width: 38vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-5-high {
        height: 38vw
    }
    .col-5-breakout-left {
        width: 41vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-5-breakout-right {
        width: 41vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-5-breakout-both {
        width: 42vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-5 {
        column-count: 5
    }
    .col-6,
    .col-6-breakout-none {
        width: 46vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-6-high {
        height: 46vw
    }
    .col-6-breakout-left {
        width: 49vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-6-breakout-right {
        width: 49vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-6-breakout-both {
        width: 50vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-6 {
        column-count: 6
    }
    .col-7,
    .col-7-breakout-none {
        width: 54vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-7-high {
        height: 54vw
    }
    .col-7-breakout-left {
        width: 57vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-7-breakout-right {
        width: 57vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-7-breakout-both {
        width: 58vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-7 {
        column-count: 7
    }
    .col-8,
    .col-8-breakout-none {
        width: 62vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-8-high {
        height: 62vw
    }
    .col-8-breakout-left {
        width: 65vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-8-breakout-right {
        width: 65vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-8-breakout-both {
        width: 66vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-8 {
        column-count: 8
    }
    .col-9,
    .col-9-breakout-none {
        width: 70vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-9-high {
        height: 70vw
    }
    .col-9-breakout-left {
        width: 73vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-9-breakout-right {
        width: 73vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-9-breakout-both {
        width: 74vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-9 {
        column-count: 9
    }
    .col-10,
    .col-10-breakout-none {
        width: 78vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-10-high {
        height: 78vw
    }
    .col-10-breakout-left {
        width: 81vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-10-breakout-right {
        width: 81vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-10-breakout-both {
        width: 82vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-10 {
        column-count: 10
    }
    .col-11,
    .col-11-breakout-none {
        width: 86vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-11-high {
        height: 86vw
    }
    .col-11-breakout-left {
        width: 89vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-11-breakout-right {
        width: 89vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-11-breakout-both {
        width: 90vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-11 {
        column-count: 11
    }
    .col-12,
    .col-12-breakout-none {
        width: 94vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-12-high {
        height: 94vw
    }
    .col-12-breakout-left {
        width: 97vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-12-breakout-right {
        width: 97vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-12-breakout-both {
        width: 98vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-12 {
        column-count: 12
    }
    .col-push-0 {
        left: 0
    }
    .col-push-1 {
        left: 8vw
    }
    .col-push-2 {
        left: 16vw
    }
    .col-push-3 {
        left: 24vw
    }
    .col-push-4 {
        left: 32vw
    }
    .col-push-5 {
        left: 40vw
    }
    .col-push-6 {
        left: 48vw
    }
    .col-push-7 {
        left: 56vw
    }
    .col-push-8 {
        left: 64vw
    }
    .col-push-9 {
        left: 72vw
    }
    .col-push-10 {
        left: 80vw
    }
    .col-push-11 {
        left: 88vw
    }
    .col-push-12 {
        left: 96vw
    }
    .col-pull-0 {
        left: 0
    }
    .col-pull-1 {
        left: -8vw
    }
    .col-pull-2 {
        left: -16vw
    }
    .col-pull-3 {
        left: -24vw
    }
    .col-pull-4 {
        left: -32vw
    }
    .col-pull-5 {
        left: -40vw
    }
    .col-pull-6 {
        left: -48vw
    }
    .col-pull-7 {
        left: -56vw
    }
    .col-pull-8 {
        left: -64vw
    }
    .col-pull-9 {
        left: -72vw
    }
    .col-pull-10 {
        left: -80vw
    }
    .col-pull-11 {
        left: -88vw
    }
    .col-pull-12 {
        left: -96vw
    }
    .wrapper {
        width: 100vw;
        margin: auto;
        padding-left: 3vw;
        padding-right: 3vw;
        box-sizing: border-box
    }
    .wrapper>* {
        column-gap: 2vw
    }
    .padding-top-gutter {
        padding-top: 2%
    }
    .margin-bottom-gutter {
        margin-bottom: 2%
    }
    .gutter-width {
        width: 2%
    }
    .grid-gutter-left {
        left: 2%
    }
    .grid-gutter-right {
        right: 2%
    }
    .faux-row {
        width: 100vw
    }
    .faux-row,
    .faux-row-inset {
        position: relative;
        margin: auto
    }
    .faux-row-inset {
        width: 94vw
    }
    .faux-row-positioned-left-inset {
        position: absolute;
        left: 0;
        margin-left: 3vw
    }
    .faux-row-positioned-right-inset {
        position: absolute;
        right: 0;
        margin-right: 3vw
    }
    .faux-row-positioned-left {
        position: absolute;
        left: 0;
        margin-left: 1vw
    }
    .faux-row-positioned-right {
        position: absolute;
        right: 0;
        margin-right: 1vw
    }
    .row {
        clear: both;
        box-sizing: border-box;
        margin-left: -2vw
    }
    .row:after,
    .row:before {
        display: block;
        clear: both;
        content: " "
    }
    .row>.col-large-break {
        clear: both
    }
    .row.row-large-no-wrap {
        white-space: nowrap;
        font-size: 1px
    }
    .row.row-large-no-wrap>* {
        display: inline-block;
        white-space: normal;
        vertical-align: top;
        float: none;
        font-size: 1rem
    }
    .row>* {
        position: relative;
        float: left
    }
    .col-large-1,
    .col-large-1-breakout-none {
        width: 6vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-large-1-high {
        height: 6vw
    }
    .col-large-1-breakout-left {
        width: 9vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-large-1-breakout-right {
        width: 9vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-large-1-breakout-both {
        width: 10vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-large-1 {
        column-count: 1
    }
    .col-large-2,
    .col-large-2-breakout-none {
        width: 14vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-large-2-high {
        height: 14vw
    }
    .col-large-2-breakout-left {
        width: 17vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-large-2-breakout-right {
        width: 17vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-large-2-breakout-both {
        width: 18vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-large-2 {
        column-count: 2
    }
    .col-large-3,
    .col-large-3-breakout-none {
        width: 22vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-large-3-high {
        height: 22vw
    }
    .col-large-3-breakout-left {
        width: 25vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-large-3-breakout-right {
        width: 25vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-large-3-breakout-both {
        width: 26vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-large-3 {
        column-count: 3
    }
    .col-large-4,
    .col-large-4-breakout-none {
        width: 30vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-large-4-high {
        height: 30vw
    }
    .col-large-4-breakout-left {
        width: 33vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-large-4-breakout-right {
        width: 33vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-large-4-breakout-both {
        width: 34vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-large-4 {
        column-count: 4
    }
    .col-large-5,
    .col-large-5-breakout-none {
        width: 38vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-large-5-high {
        height: 38vw
    }
    .col-large-5-breakout-left {
        width: 41vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-large-5-breakout-right {
        width: 41vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-large-5-breakout-both {
        width: 42vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-large-5 {
        column-count: 5
    }
    .col-large-6,
    .col-large-6-breakout-none {
        width: 46vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-large-6-high {
        height: 46vw
    }
    .col-large-6-breakout-left {
        width: 49vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-large-6-breakout-right {
        width: 49vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-large-6-breakout-both {
        width: 50vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-large-6 {
        column-count: 6
    }
    .col-large-7,
    .col-large-7-breakout-none {
        width: 54vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-large-7-high {
        height: 54vw
    }
    .col-large-7-breakout-left {
        width: 57vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-large-7-breakout-right {
        width: 57vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-large-7-breakout-both {
        width: 58vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-large-7 {
        column-count: 7
    }
    .col-large-8,
    .col-large-8-breakout-none {
        width: 62vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-large-8-high {
        height: 62vw
    }
    .col-large-8-breakout-left {
        width: 65vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-large-8-breakout-right {
        width: 65vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-large-8-breakout-both {
        width: 66vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-large-8 {
        column-count: 8
    }
    .col-large-9,
    .col-large-9-breakout-none {
        width: 70vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-large-9-high {
        height: 70vw
    }
    .col-large-9-breakout-left {
        width: 73vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-large-9-breakout-right {
        width: 73vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-large-9-breakout-both {
        width: 74vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-large-9 {
        column-count: 9
    }
    .col-large-10,
    .col-large-10-breakout-none {
        width: 78vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-large-10-high {
        height: 78vw
    }
    .col-large-10-breakout-left {
        width: 81vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-large-10-breakout-right {
        width: 81vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-large-10-breakout-both {
        width: 82vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-large-10 {
        column-count: 10
    }
    .col-large-11,
    .col-large-11-breakout-none {
        width: 86vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-large-11-high {
        height: 86vw
    }
    .col-large-11-breakout-left {
        width: 89vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-large-11-breakout-right {
        width: 89vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-large-11-breakout-both {
        width: 90vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-large-11 {
        column-count: 11
    }
    .col-large-12,
    .col-large-12-breakout-none {
        width: 94vw;
        margin-left: 2vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .col-large-12-high {
        height: 94vw
    }
    .col-large-12-breakout-left {
        width: 97vw;
        margin-left: -3vw;
        box-sizing: border-box
    }
    .col-large-12-breakout-right {
        width: 97vw;
        margin-right: -3vw;
        box-sizing: border-box
    }
    .col-large-12-breakout-both {
        width: 98vw;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box
    }
    .text-col-large-12 {
        column-count: 12
    }
    .col-large-push-0 {
        left: 0
    }
    .col-large-push-1 {
        left: 8vw
    }
    .col-large-push-2 {
        left: 16vw
    }
    .col-large-push-3 {
        left: 24vw
    }
    .col-large-push-4 {
        left: 32vw
    }
    .col-large-push-5 {
        left: 40vw
    }
    .col-large-push-6 {
        left: 48vw
    }
    .col-large-push-7 {
        left: 56vw
    }
    .col-large-push-8 {
        left: 64vw
    }
    .col-large-push-9 {
        left: 72vw
    }
    .col-large-push-10 {
        left: 80vw
    }
    .col-large-push-11 {
        left: 88vw
    }
    .col-large-push-12 {
        left: 96vw
    }
    .col-large-pull-0 {
        left: 0
    }
    .col-large-pull-1 {
        left: -8vw
    }
    .col-large-pull-2 {
        left: -16vw
    }
    .col-large-pull-3 {
        left: -24vw
    }
    .col-large-pull-4 {
        left: -32vw
    }
    .col-large-pull-5 {
        left: -40vw
    }
    .col-large-pull-6 {
        left: -48vw
    }
    .col-large-pull-7 {
        left: -56vw
    }
    .col-large-pull-8 {
        left: -64vw
    }
    .col-large-pull-9 {
        left: -72vw
    }
    .col-large-pull-10 {
        left: -80vw
    }
    .col-large-pull-11 {
        left: -88vw
    }
    .col-large-pull-12 {
        left: -96vw
    }
    .visible-large {
        display: block
    }
    .hidden-large {
        display: none
    }
}

button {
    margin: 0;
    border: 0;
    padding: 0;
    display: flex;
    background: transparent;
    border-radius: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.dragging-home:before {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: " ";
    cursor: grabbing
}

body,
html {
    overflow: hidden;
    margin: 0;
    font-family: HarmoniaSansStd-Regular, Helvetica, sans-serif;
    color: #fff;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    --bg: #000;
    --bg-rgb: 0, 0, 0;
    --high: #fff;
    --mid: #fff;
    --menu: #fff;
    --error: #dd3350;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overscroll-behavior-x: none
}

html {
    background: #1d1d1d
}

@media screen and (max-width:700px) {
    html {
        overflow-x: hidden;
        overflow-y: scroll
    }
    html.mobile-menu-visible {
        overflow-y: hidden !important
    }
}

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

p {
    margin-top: 0
}

.scheme--design {
    --bg: #c4c4c4;
    --bg-rgb: 196, 196, 196;
    --high: #000;
    --mid: #3f3f3f;
    --low: gray;
    --lowest: #3f3f3f
}

.scheme--play,
.scheme--studio {
    --bg: #1c1c1c;
    --bg-rgb: 28, 28, 28;
    --high: #fff;
    --mid: #c4c4c4;
    --low: gray;
    --lowest: #3f3f3f
}

.high-color {
    color: var(--high)
}

.mid-color {
    color: var(--mid)
}

.low-color {
    color: var(--low)
}

.arrow-link:after,
.bold {
    font-family: SofiaPro-Medium, Helvetica, sans-serif;
    font-weight: 700
}

.arrow-link:after {
    content: "→";
    display: inline-block;
    padding-left: 4px;
    transition: transform .4s cubic-bezier(.25, .46, .45, .94)
}

.arrow-link:hover:after {
    transform: translateX(5px)
}

@media screen and (max-width:700px) {
    .scrollable-tiny {
        overflow: hidden;
        overflow-y: scroll;
        overscroll-behavior-y: contain
    }
}

@media screen and (min-width:700px) and (max-width:990px) {
    .scrollable-small {
        overflow: hidden;
        overflow-y: scroll;
        overscroll-behavior-y: contain
    }
}

@media screen and (min-width:991px) and (max-width:1400px) {
    .scrollable-medium {
        overflow: hidden;
        overflow-y: scroll;
        overscroll-behavior-y: contain
    }
}

@media screen and (min-width:1401px) {
    .scrollable-medium {
        overflow: hidden;
        overflow-y: scroll;
        overscroll-behavior-y: contain
    }
}

.play-logo {
    display: none
}

.play-logo svg {
    width: 100px;
    height: auto
}

.page-play .site-logo {
    display: none
}

.page-play .play-logo {
    display: block
}

@media screen and (max-width:700px) {
    .page-play .site-by-ed {
        display: none
    }
}

.site-logo.hidden {
    display: none
}

@media screen and (max-width:700px) {
    .site-logo .visible-tiny {
        display: flex
    }
}

@media screen and (max-width:700px) {
    .site-logo .visible {
        display: none
    }
}

.home-scene {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #222;
    cursor: grab
}

.home-scene [data-parallaxwrapper] {
    position: relative !important
}

.home-scene .-editor-ui {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 10px;
    text-transform: uppercase;
    background: #262626;
    color: #fff;
    width: 200px
}

.home-scene .-editor-ui .-title {
    font-family: SofiaPro-Medium, Helvetica, sans-serif;
    font-weight: 700
}

.home-scene .-editor-ui .-field {
    display: flex;
    margin-top: 10px
}

.home-scene .-editor-ui label {
    font-family: SofiaPro-Medium, Helvetica, sans-serif;
    font-weight: 700;
    width: 30px;
    flex: 0 0 auto;
    color: #aaa
}

.home-scene .-editor-ui input[type=number] {
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    background: #333;
    padding-left: 5px;
    font-family: inherit;
    font-size: inherit;
    display: block;
    flex: 1 1 auto;
    outline: none;
    color: #fff;
    margin: 0
}

.home-scene .-editor-ui input[type=range] {
    flex: 1 1 auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    height: 1px;
    margin: 0;
    margin-top: 10px;
    background: #777
}

.home-scene .-editor-ui input[type=range]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    background: #262626;
    border: 1px solid #fff;
    border-radius: 10px
}

.home-scene .-display {
    position: absolute;
    pointer-events: none
}

.home-scene .-display img {
    will-change: transform
}

.home-scene .-play-box {
    width: calc(.087 * var(--innerHeight));
    padding-top: 67%;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    position: relative;
    user-drag: none;
    background: url(../../assets/play-screen.png) no-repeat 50%/cover;
    opacity: 0;
    transition: opacity .2s
}

.home-scene .-play-box:before {
    content: "";
    display: block;
    position: absolute;
    top: -100%;
    left: -100%;
    bottom: -100%;
    right: -100%
}

.home-scene .-play-box:hover {
    opacity: 1
}

.home-scene .-enter {
    display: block;
    font-family: SofiaPro-Medium, Helvetica, sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 4vh;
    line-height: 2.6vh
}

.home-scene .-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.home-scene .-object {
    position: absolute;
    will-change: transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.home-scene .-object.--editing:before {
    content: " ";
    display: block;
    position: absolute;
    left: -5px;
    top: 0;
    right: -5px;
    bottom: 0;
    pointer-events: none
}

.home-scene .-object.--editing .-anchor-handle:before,
.home-scene .-object.--editing:before {
    border: 2px solid #ffd900;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.home-scene .-object .-product {
    font-size: 4vh;
    position: relative;
    z-index: 1;
    display: block;
    white-space: nowrap
}

.home-scene .-object .-product .-name {
    font-family: SofiaPro-Medium, Helvetica, sans-serif;
    font-weight: 700;
    color: #97765c
}

.home-scene .-object .-product .-action {
    font-size: .6em
}

.home-scene .-object .-product .-arrow-tail {
    content: "-";
    display: inline-block;
    opacity: 1;
    width: 10px;
    height: 10px;
    vertical-align: middle
}

.home-scene .-object .-arrow {
    position: absolute;
    left: -100px;
    top: 0;
    pointer-events: none;
    will-change: transform
}

.home-scene .-object .-anchor-handle {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    z-index: 10
}

.home-scene .-object .-anchor-handle:before {
    content: " ";
    display: block;
    position: absolute;
    left: -8px;
    right: -8px;
    bottom: -8px;
    top: -8px;
    border-radius: 20px
}

.home-scene .-object .-section-logo {
    position: relative;
    font-size: 25vh;
    font-weight: 600;
    letter-spacing: -.035em;
    top: -1em
}

.home-scene .-object .-polygon-intro-mobile {
    height: 0;
    display: none;
    width: 100%
}

.home-scene .-object .-polygon-intro-mobile .-logo img {
    display: block;
    width: 100%
}

.home-scene .-object .-polygon-intro-mobile .-section-names {
    display: flex
}

.home-scene .-object .-polygon-intro-mobile .-section-names .-side {
    width: 50%;
    padding: 0 7vw
}

.home-scene .-object .-polygon-intro-mobile .-section-names .-side span {
    display: block
}

.home-scene .-object .-polygon-intro-mobile .-section-names .-side.--right {
    text-align: right
}

@media screen and (max-width:700px) {
    .home-scene .-object .-polygon-intro-mobile {
        display: block
    }
}

.home-scene .-object .-section-pointers {
    width: 90vw;
    display: flex;
    justify-content: space-between
}

.home-scene .-object .-section-pointers .--left .arrow {
    margin-right: 30px
}

.home-scene .-object .-section-pointers .--right .arrow {
    margin-left: 30px
}

@media screen and (max-width:700px) {
    .home-scene .-object .-section-pointers {
        display: none
    }
}

.home-scene .-object .-polygon-intro {
    display: block;
    position: relative;
    width: 51vw
}

.home-scene .-object .-polygon-intro.--sections {
    padding-top: 19vw
}

@media screen and (max-width:700px) {
    .home-scene .-object .-polygon-intro {
        display: none
    }
}

.home-scene .-object .-polygon-intro .-logo {
    position: relative
}

.home-scene .-object .-polygon-intro .-logo img {
    width: 100%
}

.home-scene .-object .-polygon-intro .-sides {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: .3vw
}

.home-scene .-object .-polygon-intro .-sides .-side {
    width: 33%
}

.home-scene .-object .-polygon-intro .-sides .-side .-section-name {
    font-size: 2.5vw;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    justify-content: space-between
}

.home-scene .-object .-polygon-intro .-sides .-side .-subtitle {
    display: block;
    text-align: center;
    margin-top: 1vw;
    font-size: 19px
}

.btn-reset {
    border: none;
    border-radius: 0;
    background: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    box-shadow: none;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    display: inline-flex
}

.btn-reset,
.scroll-ui {
    align-items: center;
    justify-content: center
}

.scroll-ui {
    position: fixed;
    bottom: 10px;
    text-align: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    line-height: 2;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    -webkit-mask-image: linear-gradient(-75deg, hsla(0, 0%, 59%, .9) 20%, hsla(0, 0%, 100%, .3) 50%, hsla(0, 0%, 59%, .9) 80%);
    mask-image: linear-gradient(-75deg, hsla(0, 0%, 59%, .9) 20%, hsla(0, 0%, 100%, .3) 50%, hsla(0, 0%, 59%, .9) 80%);
    -webkit-mask-size: 200%;
    mask-size: 200%;
    animation: a 4s infinite
}

.scroll-ui .shine {
    margin-left: 20px;
    margin-right: 20px
}

.scroll-ui .arrow {
    width: 30px;
    height: 30px
}

@media screen and (max-width:700px) {
    .scroll-ui .-desktop {
        display: none
    }
}

.scroll-ui .-mobile {
    display: none
}

@media screen and (max-width:700px) {
    .scroll-ui .-mobile {
        display: inline
    }
}

@keyframes a {
    0% {
        -webkit-mask-position: 150%;
        mask-position: 150%
    }
    to {
        -webkit-mask-position: -50%;
        mask-position: -50%
    }
}

.mobile-menu-toggle,
a,
button {
    pointer-events: all;
    cursor: pointer
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding-top: 40px;
    pointer-events: none;
    transition: opacity .5s
}

.site-header.--hidden {
    opacity: 0
}

.site-header.--disabled,
.site-header.--disabled *,
.site-header.--hidden,
.site-header.--hidden * {
    pointer-events: none !important
}

.site-header.scheme--design .scrim {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.site-header.scheme--design .scrim:after,
.site-header.scheme--design .scrim:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0
}

.site-header.scheme--design .scrim:before {
    height: 90%;
    background: var(--bg)
}

.site-header.scheme--design .scrim:after {
    height: 50%;
    background: linear-gradient(180deg, rgba(var(--bg-rgb), 1), rgba(var(--bg-rgb), 0));
    top: 90%
}

@media screen and (min-width:700px) and (max-width:990px) {
    .site-header {
        padding-top: 20px
    }
}

@media screen and (max-width:700px) {
    .site-header {
        position: absolute;
        padding-top: 20px
    }
    .mobile-menu-visible .site-header {
        position: fixed
    }
}

.site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 40px
}

.site-footer .scrim {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.site-footer .scrim:after,
.site-footer .scrim:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.site-footer .scrim:before {
    height: 60%;
    background: linear-gradient(0deg, rgba(var(--bg-rgb), 1), rgba(var(--bg-rgb), 0));
    bottom: 100%
}

.site-footer .scrim:after {
    height: 100%;
    background: var(--bg)
}

.site-footer.--relative {
    position: relative;
    padding-top: 40px
}

.site-footer .-center-text {
    text-align: center
}

@media screen and (max-width:700px) {
    .site-footer {
        position: relative;
        padding-bottom: 20px;
        padding-top: 40px
    }
    .site-footer a {
        color: var(--low);
        font-weight: 500
    }
    .site-footer .site-by-ed a {
        font-weight: 400
    }
}

.logo svg * {
    fill: currentColor
}

.site-logo {
    position: relative;
    display: flex;
    align-items: stretch;
    color: var(--mid);
    transition: color .2s
}

.site-logo .glyph-container {
    width: 3.0125em;
    height: 3.96875em
}

.site-logo .glyph-container svg {
    width: 9.0375em;
    height: 11.90625em;
    margin-left: -3.0125em;
    margin-top: -3.96875em
}

@media screen and (max-width:700px) {
    .site-logo {
        font-size: 11px
    }
}

.site-logo .logo-title {
    display: flex;
    padding-top: .9em;
    flex-direction: column;
    padding-left: .7em
}

.site-logo .logo-title .logo-name {
    font-family: SofiaPro-Medium, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 2.1em
}

.site-logo .logo-title .subsite {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 1.3em;
    font-family: SofiaPro-Medium, Helvetica, sans-serif;
    font-weight: 700
}

.site-logo .logo-title .subsite span {
    display: block
}

.site-menu {
    right: 0;
    color: var(--high)
}

.site-menu .-center-text {
    text-align: center
}

.site-menu ul {
    display: block;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding-top: .8em
}

.site-menu ul li {
    font-size: 1.125em;
    font-weight: 500;
    margin-left: 1.83333333em;
    white-space: nowrap;
    font-family: SofiaPro-Medium, Helvetica, sans-serif;
    font-weight: 700
}

.site-menu ul li:first-child {
    margin-left: 0;
    flex: 1 0 auto;
    text-align: right
}

.site-menu ul li a {
    transition: color .2s;
    pointer-events: all
}

.site-menu ul li.-exit {
    opacity: 0
}

.site-menu ul li.-exit a {
    pointer-events: none
}

.--on-subpage .site-menu ul li.-exit {
    opacity: 1;
    transition: opacity .9s .4s
}

.--on-subpage .site-menu ul li.-exit a {
    pointer-events: all
}

.overlay-page {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: var(--bg);
    color: var(--mid)
}

.overlay-page.--scrollable,
.overlay-page .-desktop.--scrollable {
    overflow-y: auto;
    overflow-x: hidden
}

@media screen and (max-width:700px) {
    .overlay-page {
        position: absolute;
        bottom: auto;
        min-height: 100vh;
        min-height: var(--fullHeight)
    }
}

.page-start {
    margin-top: 150px;
    padding-bottom: 120px
}

@media screen and (min-width:1401px) {
    .page-start {
        margin-top: 200px
    }
}

@media screen and (max-width:700px) {
    .page-start {
        margin-top: 115px
    }
}

@media screen and (min-width:991px) and (max-width:1400px),
screen and (min-width:1401px) {
    .extra-width {
        margin-right: -5vw
    }
}

.huge-text {
    font-size: 3vw;
    line-height: 1.16666667;
    font-weight: 500;
    color: var(--high)
}

@media screen and (min-width:1401px) {
    .huge-text {
        font-size: 3vw
    }
}

@media screen and (max-width:700px) {
    .huge-text {
        font-size: 32px
    }
}

.large-text {
    font-size: 2.6vw;
    line-height: 1.16666667;
    font-weight: 500;
    color: var(--high);
    font-family: SofiaPro-Medium, Helvetica, sans-serif;
    font-weight: 700
}

@media screen and (min-width:1401px) {
    .large-text {
        font-size: 2.6vw
    }
}

@media screen and (max-width:700px) {
    .large-text {
        font-size: 24px
    }
}

.subtitle-text {
    font-size: 20px;
    color: var(--high)
}

@media screen and (min-width:1401px) {
    .subtitle-text {
        font-size: 22px
    }
}

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

@media screen and (min-width:1401px) {
    .small-text {
        font-size: 16px
    }
}

@media screen and (max-width:700px) {
    .small-text {
        font-size: 14px;
        line-height: 1.42857143
    }
}

.medium-text {
    font-size: 18px;
    line-height: 1.44444444
}

@media screen and (min-width:1401px) {
    .medium-text {
        font-size: 1.2vw
    }
}

@media screen and (max-width:700px) {
    .medium-text {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (max-width:700px) {
    .team-bio {
        margin-top: 20px
    }
}

.team-bio .-image {
    position: relative;
    padding-top: 100%;
    display: block;
    overflow: hidden
}

.team-bio .-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.team-bio .-name {
    font-size: 20px;
    color: var(--high);
    font-family: SofiaPro-Medium, Helvetica, sans-serif;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: .5em
}

@media screen and (min-width:1401px) {
    .team-bio .-name {
        font-size: 22px
    }
}

@media screen and (max-width:700px) {
    .team-bio .-name {
        margin-top: 0
    }
}

.team-bio .-role {
    line-height: 1.3em;
    height: 2.6em;
    padding-right: 15%
}

@media screen and (min-width:991px) and (max-width:1400px) {
    .team-bio .-role {
        padding-right: 0
    }
}

@media screen and (min-width:700px) and (max-width:990px) {
    .team-bio .-role {
        height: auto
    }
}

.team-bio .-description {
    font-size: 14px;
    margin-top: 20px
}

@media screen and (min-width:1401px) {
    .team-bio .-description {
        font-size: 16px
    }
}

@media screen and (max-width:700px) {
    .team-bio .-description {
        font-size: 14px;
        line-height: 1.42857143
    }
}

.site-by-ed {
    text-align: right
}

.contact-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.contact-sidebar .-contact-details {
    margin-top: 2.6em;
    margin-bottom: 2.4em;
    font-size: 24px
}

@media screen and (min-width:991px) and (max-width:1400px),
screen and (min-width:1401px) {
    .contact-sidebar .-contact-details {
        font-size: 1.7vw
    }
}

.contact-sidebar .-social-links {
    line-height: 1.5;
    color: var(--low)
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1c1c1c;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center
}

.loader svg {
    display: block;
    flex: 0 0 auto;
    stroke: #888;
    transition: stroke .9s;
    fill: transparent
}

.loader.--ending svg {
    stroke: #fff
}

.loader .-site-by-ed {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    text-align: center;
    font-size: 14px
}

.loader .-site-by-ed a {
    text-decoration: none;
    color: hsla(0, 0%, 100%, .7);
    transition: color .4s
}

.loader .-site-by-ed a:hover {
    color: rgba(255, 255, 2550.9)
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--bg);
    color: var(--high);
    z-index: 99;
    display: none
}

@media screen and (max-width:700px) {
    .mobile-menu-visible .mobile-menu {
        display: block
    }
}

.mobile-menu .menu ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 1.3
}

.mobile-menu .menu li {
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-weight: 500
}

.mobile-menu .menu li.-exit {
    margin-top: 1.3em
}

.product-exit {
    display: none
}

@media screen and (max-width:700px) {
    .product-exit {
        display: inline
    }
}

.mobile-menu-toggle-container {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    display: none;
    pointer-events: none;
    z-index: 101
}

@media screen and (max-width:700px) {
    .mobile-menu-toggle-container {
        display: block
    }
}

.mobile-menu-toggle {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    float: right;
    opacity: 0;
    pointer-events: none
}

.mobile-menu-toggle.--has-items {
    opacity: 1;
    pointer-events: all
}

.mobile-menu-toggle:after,
.mobile-menu-toggle:before {
    display: block;
    content: " ";
    position: absolute;
    background: var(--high);
    width: 30px;
    height: 2px;
    left: 0;
    transition: top .2s
}

.mobile-menu-toggle:before {
    top: 10px
}

.mobile-menu-toggle:after {
    top: 18px
}

.mobile-menu-visible .mobile-menu-toggle:after,
.mobile-menu-visible .mobile-menu-toggle:before {
    top: 14px
}

.product-page .-heading {
    font-size: 2.6vw;
    line-height: 1.16666667;
    font-weight: 500;
    color: var(--high);
    font-family: SofiaPro-Medium, Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 40px
}

@media screen and (min-width:1401px) {
    .product-page .-heading {
        font-size: 2.6vw
    }
}

@media screen and (max-width:700px) {
    .product-page .-heading {
        font-size: 24px
    }
}

.product-page .-min-height {
    min-height: calc(100vh - 250px);
    position: relative
}

@media screen and (min-width:1401px) {
    .product-page .-min-height {
        min-height: calc(100vh - 350px)
    }
}

@media screen and (max-width:700px) {
    .product-page .-min-height {
        min-height: 0
    }
}

.product-page .-fixed-height {
    height: calc(100vh - 250px);
    position: relative
}

@media screen and (min-width:1401px) {
    .product-page .-fixed-height {
        height: calc(100vh - 350px)
    }
}

@media screen and (max-width:700px) {
    .product-page .-fixed-height {
        height: auto
    }
}

.product-page .-description {
    font-size: 16px;
    line-height: 1.25
}

.product-page .-info {
    display: flex;
    flex-direction: column
}

.product-page .-info .-link {
    display: flex;
    flex: 1 1 auto;
    align-items: flex-end;
    padding-bottom: 20px
}

.gallery {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: background .3s;
    background: rgba(var(--bg-rgb), 0)
}

.gallery,
.gallery .-slide {
    display: flex;
    flex-direction: column
}

.gallery .-slide {
    align-items: center;
    justify-content: center;
    transform: width .7s, height .7s !important
}

.gallery .-slide .button-next,
.gallery .-slide .button-prev {
    top: 0;
    width: 20%;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    display: none;
    position: absolute
}

.gallery .-slide .button-prev {
    left: 0;
    cursor: w-resize;
    cursor: url(/wp-content/themes/polygon/assets/left.png) 2 2, auto
}

.gallery .-slide .button-next {
    right: 0;
    cursor: e-resize;
    cursor: url(/wp-content/themes/polygon/assets/right.png) 2 2, auto
}

.gallery .-slide.swiper-slide-active,
.gallery .-slide.swiper-slide-active .button-next,
.gallery .-slide.swiper-slide-active .button-prev {
    pointer-events: all
}

@media screen and (max-width:700px) {
    .gallery {
        position: static;
        margin-bottom: 20px
    }
}

@media screen and (max-width:700px) {
    .gallery .swiper-wrapper {
        height: 50vh !important
    }
}

.gallery.fullscreen {
    padding: 60px;
    padding-bottom: 120px;
    box-sizing: border-box;
    position: fixed;
    z-index: 4;
    height: 100vh;
    width: 100vw;
    background: var(--bg)
}

.gallery.fullscreen .swiper-wrapper {
    animation: b .3s both
}

.gallery.fullscreen .swiper-container {
    display: flex;
    align-items: center
}

.gallery.fullscreen .button-next,
.gallery.fullscreen .button-prev {
    display: block !important
}

@media screen and (max-width:700px) {
    .gallery.fullscreen {
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 8px;
        padding-bottom: 16px
    }
    .gallery.fullscreen div.swiper-actions {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 8px
    }
}

.gallery.fullscreen .swiper-container {
    max-height: 100%
}

.gallery.fullscreen .swiper-actions {
    position: absolute;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px
}

@keyframes b {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.gallery.shrinking {
    z-index: 4;
    position: absolute
}

.gallery.shrinking .swiper-wrapper {
    animation: b .5s .1s both
}

@media screen and (max-width:700px) {
    .gallery.shrinking {
        position: relative
    }
}

.gallery.shrinking .swiper-container {
    overflow: visible
}

.gallery.shrinking .swiper-slide {
    opacity: 0
}

.gallery.shrinking .swiper-slide.swiper-slide-active {
    opacity: 1
}

.gallery .-container {
    flex: 1 1 100%;
    position: relative;
    width: 100%;
    max-height: 100%
}

.gallery .-slide {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: url(/wp-content/themes/polygon/assets/zoom.png) 2 2, auto
}

@media screen and (max-width:700px) {
    .gallery .-slide {
        position: static
    }
}

.gallery .-slide .image-component,
.gallery .-slide .image-component .-img-wrapper {
    height: 100%
}

.gallery .-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1
}

@media screen and (max-width:700px) {
    .gallery .-slide img {
        position: static
    }
}

.gallery .expander {
    position: absolute;
    bottom: 10px;
    right: 12px;
    display: none !important
}

.gallery .swiper-actions {
    display: flex;
    justify-content: space-between;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 20px
}

.gallery .swiper-actions .button-next,
.gallery .swiper-actions .button-prev {
    cursor: pointer
}

.gallery .swiper-actions .button-next.disabled,
.gallery .swiper-actions .button-prev.disabled {
    opacity: .2;
    cursor: auto
}

.gform_wrapper form div.validation_error {
    border: none;
    text-align: left;
    font-family: inherit;
    color: var(--error)
}

.gform_wrapper form .gform_fields .gfield {
    margin-top: 0;
    margin-bottom: 30px
}

.gform_wrapper form .gform_fields .gfield_required {
    display: none
}

.gform_wrapper form .gform_fields .gfield_label {
    font-size: 14px;
    color: var(--mid);
    font-weight: 400
}

@media screen and (max-width:700px) {
    .gform_wrapper form .gform_fields .gfield_label {
        font-size: 16px
    }
}

.gform_wrapper form .gform_fields .gfield_error {
    background: transparent !important;
    border: none !important
}

.gform_wrapper form .gform_fields .gfield_error input[type=email],
.gform_wrapper form .gform_fields .gfield_error input[type=number],
.gform_wrapper form .gform_fields .gfield_error input[type=text] {
    border: 0 !important;
    border-bottom: 1px solid var(--error) !important
}

.gform_wrapper form .gform_fields .validation_message {
    padding-top: 5px;
    margin-bottom: 5px;
    border: none;
    color: var(--error)
}

.gform_wrapper form .gform_fields .ginput_container input {
    margin-bottom: 0 !important
}

.gform_wrapper form .gform_fields input[type=email],
.gform_wrapper form .gform_fields input[type=number],
.gform_wrapper form .gform_fields input[type=text],
.gform_wrapper form .gform_fields textarea {
    background: transparent;
    font-family: inherit;
    font-size: 16px;
    line-height: 32px;
    padding: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 0 !important;
    color: var(--mid);
    border-bottom: 1px solid var(--lowest) !important
}

.gform_wrapper form .gform_fields input[type=email]:focus,
.gform_wrapper form .gform_fields input[type=number]:focus,
.gform_wrapper form .gform_fields input[type=text]:focus,
.gform_wrapper form .gform_fields textarea:focus {
    border-bottom-color: var(--high) !important
}

.gform_wrapper form .gform_fields .ginput_container_name {
    display: flex
}

.gform_wrapper form .gform_fields .ginput_container_name>* {
    padding-left: 10px;
    padding-right: 10px;
    flex: 1
}

.gform_wrapper form .gform_fields .ginput_container_name>:first-child {
    padding-left: 0
}

.gform_wrapper form .gform_fields .ginput_container_name>:last-child {
    padding-right: 0
}

.gform_wrapper form textarea {
    line-height: 24px;
    height: 100px !important
}

.gform_footer input[type=submit] {
    background: none;
    display: inline-block;
    color: var(--high);
    text-align: left;
    font-size: 24px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0;
    line-height: 32px;
    padding: 0;
    outline: none
}

.check {
    box-shadow: inset 0 0 1px #fff;
    height: 60px
}

.projects-grid-wrapper {
    width: 100%;
    position: relative
}

.projects-grid-wrapper .project-grid {
    width: 100%
}

.projects-grid-wrapper .project-grid .-item {
    display: block;
    overflow: hidden
}

.projects-grid-wrapper .project-grid .-item .image-component {
    background: hsla(0, 0%, 100%, .08)
}

.projects-grid-wrapper .project-grid .-item:hover img {
    transition: opacity 1.2s, transform 10s;
    transform: scale(1.1)
}

.projects-grid-wrapper .project-grid .-item img {
    transition: opacity 1.2s, transform 4s;
    transform: scale(1);
    width: 100%
}

.projects-grid-wrapper .project-grid .-item .padding-bottom-gutter {
    padding-bottom: 2vw
}

.projects-grid-wrapper .project-grid .-item.-testimonial {
    width: 30%
}

.projects-grid-wrapper .project-grid .-item.-testimonial .-quote {
    font-size: 2vw
}

.projects-grid-wrapper .project-grid .-item.-testimonial .-quote:before {
    content: "\201c"
}

.projects-grid-wrapper .project-grid .-item.-testimonial .-quote:after {
    content: "\201d"
}

.projects-grid-wrapper .project-grid .-item.-testimonial .-person {
    font-size: 14px;
    padding-top: 40px;
    font-size: 1.25vw
}

@media screen and (min-width:1401px) {
    .projects-grid-wrapper .project-grid .-item.-testimonial .-person {
        font-size: 16px
    }
}

@media screen and (max-width:700px) {
    .projects-grid-wrapper .project-grid .-item.-testimonial .-person {
        font-size: 14px;
        line-height: 1.42857143
    }
}

.projects-grid-wrapper .project-grid .-item .-project-title {
    background: rgba(var(--bg-rgb), 0);
    transition: background .3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2vw;
    text-align: center
}

.projects-grid-wrapper .project-grid .-item .-project-title h3 {
    max-width: 400px
}

.projects-grid-wrapper .project-grid .-item .-project-title .-word {
    overflow: hidden;
    display: inline-block
}

.projects-grid-wrapper .project-grid .-item .-project-title .-word .-word-inner {
    transform: translateY(100%);
    transition: transform .9s cubic-bezier(.19, 1, .22, 1);
    display: inline-block
}

.projects-grid-wrapper .project-grid .-item.--in .-project-title {
    background: rgba(var(--bg-rgb), .5)
}

.projects-grid-wrapper .project-grid .-item.--in .-word-inner {
    transform: translateY(0) !important
}

.project-page .-header-image img,
.project-page .-image-row img {
    width: 100%
}

.project-page .-project-intro {
    margin-top: 90px;
    margin-bottom: 90px
}

.project-page .-heading {
    font-size: 3vw;
    line-height: 1.16666667;
    font-weight: 500;
    font-family: SofiaPro-Medium, Helvetica, sans-serif;
    font-weight: 700;
    color: var(--high)
}

@media screen and (min-width:1401px) {
    .project-page .-heading {
        font-size: 3vw
    }
}

@media screen and (max-width:700px) {
    .project-page .-heading {
        font-size: 32px;
        margin-bottom: 20px
    }
}

.project-page .-description {
    font-size: 18px;
    line-height: 1.44444444
}

@media screen and (min-width:1401px) {
    .project-page .-description {
        font-size: 1.2vw
    }
}

@media screen and (max-width:700px) {
    .project-page .-description {
        font-size: 16px;
        line-height: 1.5
    }
}

@media screen and (max-width:700px) {
    .project-page .-desktop {
        display: none
    }
}

.play .-hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center
}

.play .-hero-wrapper * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.play .-hero-wrapper .play-hero {
    width: 580px;
    max-width: 80%;
    margin: 0 auto
}

.play .-hero-wrapper .play-images {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.play .-hero-wrapper h1,
.play .-hero-wrapper p {
    font-size: 30px;
    line-height: 1.26666667;
    font-weight: 400;
    margin: 0
}

@media screen and (max-width:700px) {
    .play .-hero-wrapper h1,
    .play .-hero-wrapper p {
        font-size: 15px
    }
}

.play .-positioner {
    position: relative;
    position: absolute;
    transform: translate(-50%, -50%);
    margin-left: 0
}

.play .-positioner>:not(.-before) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.play .-positioner .-before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.play .-positioner .image-component .-img {
    transition: opacity .3s
}

.projects-page .-desktop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (max-width:700px) {
    .projects-page .-desktop {
        display: none
    }
}

.projects-page .-mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    height: var(--fullHeight)
}

@media screen and (max-width:700px) {
    .projects-page .-mobile {
        display: flex
    }
}

.projects-page .-mobile .mobile-projects-container {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    flex-direction: column;
    padding-top: 100px;
    overflow: hidden
}

.projects-page .-mobile .mobile-projects-container [data-projects-slider] {
    flex: 0 0 calc(100% - 110px);
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: visible
}

.projects-page .-mobile .mobile-projects-container [data-projects-slider] .-pages {
    height: 100%;
    width: 100%
}

.projects-page .scrim-bottom,
.projects-page .scrim-top {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
    height: 80px
}

.projects-page .-heading-content {
    z-index: 1;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px
}

.projects-page .-heading-content .row {
    display: flex;
    align-items: flex-end
}

.projects-page .-heading-content .-heading {
    font-size: 24px;
    line-height: 28px;
    color: var(--high);
    margin-top: 15px
}

.projects-page .-heading-content .-footer-arrow {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.projects-page .scrim-top {
    background: var(--bg);
    height: 7vh;
    top: 0
}

.projects-page .scrim-top:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(180deg, rgba(var(--bg-rgb), 1), rgba(var(--bg-rgb), 0))
}

.projects-page .scrim-bottom {
    bottom: 0;
    height: 6vh;
    background: var(--bg)
}

.projects-page .scrim-bottom:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 30px;
    background: linear-gradient(0deg, rgba(var(--bg-rgb), 1), rgba(var(--bg-rgb), 0))
}

.projects-page .mobile-project-slider {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.projects-page .mobile-project-slider .-swiper {
    flex: 1;
    margin-bottom: -20px;
    position: relative;
    width: 100%
}

.projects-page .mobile-project-slider .-swiper .swiper-container {
    height: 100%;
    overflow: visible
}

.projects-page .mobile-project-slider .-swiper .swiper-wrapper {
    height: 100%
}

.projects-page .mobile-project-slider .-swiper .swiper-slide {
    display: flex;
    height: 100% !important;
    flex: 0 0 100%;
    opacity: 0;
    transition: opacity .3s
}

.projects-page .mobile-project-slider .-swiper .swiper-slide.swiper-slide-active {
    opacity: 1
}

.projects-page .mobile-project-slider .-swiper .-center-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
    flex-direction: column
}

.projects-page .mobile-project-slider .-swiper .-center-text,
.projects-page .mobile-project-slider .-swiper .-center-text p {
    font-size: 16px;
    line-height: 24px
}

.projects-page .mobile-project-slider .-center-image {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.projects-page .mobile-project-slider .-center-image .image-component {
    max-height: calc(var(--fullHeight) - 180px)
}

.back-to-projects {
    pointer-events: all;
    display: none
}

.back-to-projects.ancestor-active {
    display: inline
}

.contact-link {
    position: relative;
    white-space: nowrap;
    font-family: SofiaPro-Medium, Helvetica, sans-serif;
    font-weight: 700;
    transition: color .6s
}

.contact-link:hover {
    color: var(--high)
}

.contact-link .-desc {
    position: absolute;
    left: 0;
    bottom: 100%;
    opacity: 0;
    transform: translateY(6px);
    transition: transform .6s, opacity .6s;
    padding-bottom: .8em;
    pointer-events: none
}

.contact-link:hover .-desc {
    opacity: 1;
    transform: translateY(0)
}

a {
    font-family: SofiaPro-Medium, Helvetica, sans-serif;
    font-weight: 700
}