/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1

}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

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

li {
    list-style: none
}

button,
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    background: 0 0;
    border-radius: 0;
    line-height: inherit;
    font: inherit
}

button:focus,
input:focus {
    outline: 0
}

figure {
    margin: 0;
    padding: 0
}

@font-face {
    font-family: Suisse;
    src: url(../font/SuisseIntl-Light.otf);
    font-weight: normal;
}

@font-face {
    font-family: Suisse Thin;
    src: url(../font/SuisseIntl-Thin.otf);
    font-weight: normal;
}

@font-face {
    font-family: Lausanne Thin;
    src: url(../font/TWKLausanne-150.woff);
    font-weight: normal;
}


@font-face {
    font-family: Lausanne Light;
    src: url(../font/TWKLausanne-200.woff);
    font-weight: normal;
}

@font-face {
    font-family: Lausanne Regular;
    src: url(../font/TWKLausanne-250.woff);
    font-weight: normal;
}

@font-face {
    font-family: Lausanne Bold;
    src: url(../font/TWKLausanne-600.woff);
    font-weight: normal;
}

@font-face {
    font-family: Self Modern;
    src: url(../font/Self_Modern-Regular_web.otf);
    font-weight: normal;
}
@font-face {
    font-family: Fakt Mono;
    src: url(../font/FaktMono-Blond.ttf);
    font-weight: normal;
}




@font-face {
    font-family: Neue Haas Grotesk Light;
    src: url(../font/NeueHaasDisplayLight.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Neue Haas Grotesk Roman;
    src: url(../font/NeueHaasDisplayRoman.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Neue Haas Grotesk Bold;
    src: url(../font/NeueHaasDisplayBold.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Neue Haas Grotesk Medium;
    src: url(../font/NeueHaasDisplayMediu.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Neue Haas Grotesk Thin;
    src: url(../font/NeueHaasDisplayThin.ttf);
    font-weight: normal;
}





@font-face {
    font-family: Space Mono;
    src: url(../font/SpaceMono-Regular.otf);
    font-weight: 700
}

@font-face {
    font-family: Radio Grotesk;
    src: url(../font/RadioGrotesk-Regular.otf);
    font-weight: normal
}



@font-face {
    font-family: Radio Grotesk Light;
    src: url(../font/RadioGrotesk-Light.otf);
    font-weight: normal
}

@font-face {
    font-family: Briar;
    src: url(../font/Briar Display.otf);
    font-weight: 400
}

@font-face {
    font-family: Phemister;
    src: url(../font/FHPhemister-Regular.otf);
    font-weight: 400
}

@font-face {
    font-family: Ronaldson;
    src: url(../font/FHRonaldsonDisplayTrial-R.otf);
    font-weight: 400
}

@font-face {
    font-family: Silver Spoon;
    src: url(../font/SilverspoonTRIAL-Regular.otf);
    font-weight: 400
}

@font-face {
    font-family: Coconat;
    src: url(../font/Coconat-BoldExt.otf);
    font-weight: 700
}

@font-face {
    font-family: Ogg;
    src: url(../font/Ogg-Roman.otf);
    font-weight: 200
}

@font-face {
    font-family: Allusion;
    src: url(../font/AllusionDisplay.otf);
    font-weight: 200
}

@font-face {
    font-family: FKRaster;
    src: url(../font/FKRasterRomanCompactTrial-Blended.otf);
    font-weight: 50;
}


@font-face {
    font-family: PPMond;
    src: url(../font/PPMondwest-Regular.otf);
    font-weight: 50;
}

@font-face {
    font-family: Picnic;
    src: url(../font/PicNic-Regular.otf);
    font-weight: 50;
}

@font-face {
    font-family: GTPressura Light;
    src: url(font/GT-Pressura-Pro-Mono-Light.ttf);
    font-weight: 50;
}

@font-face {
    font-family: GTPressura Regular;
    src: url(font/GT-Pressura-Pro-Mono-Regular.ttf);
    font-weight: 50;
}

@font-face {
    font-family: Pressura;
    src: url(font/GT-Pressura-Pro-Mono-Light.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Monument;
    src: url(font/MonumentExtended-Regular.otf);
    font-weight: normal;
}

@font-face {
    font-family: Louize;
    src: url(font/LouizeDisplayTrial-Regular.otf);
    font-weight: normal;
}




body {
    font-family: 'Suisse', 'Neue Haas Grotesk Roman', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 4vw;
    line-height: 1.3428571429;
    font-weight: 300;
    color: #1C1919;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width:768px) {
    body {
        line-height: 1.3;
        font-size: 2.1vw;
    }
}

@media (min-width:1024px) {
    body {
        line-height: 1.3;
        font-size: 2vw
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0
}

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

p {
    margin: 0
}

::-moz-selection {
    background-color: #000;
    color: #fff
}

::selection {
    background-color: #000;
    color: #fff
}



.arrowfloatclear {
    clear: both;
    width: 100%;
}

@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
}

50% {
    transform: translate(10px, 0);
}
}




.nextlist {
  display: flex;
  list-style: none;
  overflow-x: scroll;
  padding: 1vw;
  background-color: #F5F3E7;


  /* prevent accidentally going back or triggering other swipe events */
  overscroll-behavior: contain;

  /* hide scroll bar */
  scrollbar-width: none;
  -ms-overflow-style: none;

  /* momentum scroll on iOS */
  -webkit-overflow-scrolling: touch;

  /* disbable vertical scroll for touch */
  touch-action: pan-x;
}

/* hide scroll bar */
.nextlist::-webkit-scrollbar {
  display: none;
}

.nextitem {
    height: 200px;
    width: 300px;
    flex-shrink: 0;
    border-radius: 1vw;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.nextitem:hover .nextoverlay {
    display: flex;
    height: 200px;
    width: 300px;
    opacity: 1;
    transition: .5s ease;
    background-color: #D8CCCE;

}

.nextitem:hover a {
  color: white;
  font-size: 20px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;

}

.nextoverlaytext {

}


.nextitem img {

    border-radius: 1vw;
}

.nextitem:not(:last-child) {
  margin-right: 1vw;
}

/* hacky fix for padding at the end of the list */
.nextitem:last-child {
  position: relative;
}

.nextitem:last-child::after {
  position: absolute;
  left: 100%;
  height: 1px;
  width: 20px;
  display: block;
  content: "";
}

/* 
  The styling below is only for the decoration of this demo, 
  it has no impact on scrolling or scroll behavior
*/
.nextlist {
    /* border: 5px solid #fff; */
}


/*
.nextitem:nth-child(4n + 1) {
  background-color: #facd3d;
}
.nextitem:nth-child(4n + 2) {
  background-color: #5626c4;
}
.nextitem:nth-child(4n + 3) {
  background-color: #e60576;
}
.nextitem:nth-child(4n + 4) {
  background-color: #2cccc3;
}
.nextitem:not(:last-child) {
  margin-right: 1vw;
}
*/

.nextitem:not(:last-child) {
  margin-right: 1vw;
}

.nextviewport {
    max-width: 100%;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4vh;
    margin-bottom: 4vh;
}

.nextworkmenu {
    margin-top: 0;

}


*,
*::before,
*::after {
  margin: 0;
  box-sizing: border-box;
}



.link {
    cursor: pointer;
    font-size: 18px;
    position: relative;
    white-space: nowrap;
    color: var(--color-text);
}

.link::before,
.link::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
}

.link::before {
    content: '';
    /* show by default */
}

.link__graphic {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    fill: none;
    stroke: #2D1F8C;
    stroke-width: 1px;
}

.link__graphic--slide {
    top: -3px;
    stroke-width: 2px;
    transition: transform 0.7s;
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.link:hover .link__graphic--slide {
    transform: translate3d(-66.6%, 0, 0);
}


.link--iocaste {
    line-height: 1.4;
    font-size: 6vh;
    color: #2d1f8c;
    font-family: 'Neue Haas Grotesk Roman','Radio Grotesk', san-serif;
    overflow: hidden;
}

.content__item {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    counter-increment: itemcounter;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.t-largehomeheader em{
    line-height: 1;
    font-size: 4vw;
    text-transform: none;
    color: #1C1919;
    text-align: center;
    padding-bottom: 2vh;
    font-style: normal;
    font-family:'Neue Haas Grotesk Roman', 'Radio Grotesk Light', sans-serif;
}





.handpoint {
    max-width: 12vw; 
    display: block;
    right: 0;
}

.t-largehomespecial {
    line-height: 1;
    font-size: 8vw;
    color: #1C1919;
    margin: auto;
    align-items: center;
    width: 95vw;
    font-family: 'Neue Haas Grotesk Roman', 'Neue Haas Grotesk Light','Radio Grotesk Light', sans-serif;
}

.t-largehomespecial2 {
    line-height: 1;
    font-size: 8vw;
    color: #25db84;
    font-size: 8vw;
    margin: auto;
    align-items: center;
    width: 95vw;
    font-family: 'Neue Haas Grotesk Roman', 'Neue Haas Grotesk Light','Radio Grotesk Light', sans-serif;
}


@media screen and (max-width: 428px) {
    .aboutcontainer {
        width: 100%;
        margin-top: 7vh; 
        max-width: 100vw;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1vw;
        padding-left: 1vw;
        padding-bottom: 10vh;

    }


}



.nav-bar {
    position: fixed;
    border: 2px solid #271F1D;
    border-radius: 4vw;
    top: 4vh;
    left: 3vw;
    z-index: 210;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 70px;
    overflow: hidden;
    transition: transform 500ms cubic-bezier(0.075, .82, .165, 1), -webkit-transform 500ms cubic-bezier(0.075, .82, .165, 1)
}







.t-footer {
    font-size: 4.4vw;
    letter-spacing: 1px;
    font-family: 'Neue Haas Grotesk Roman', 'Radio Grotesk Light';
}


.t-paragraphs {
    font-family: 'Louize','Suisse', 'Monument', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-width: 80vw;
    font-size: 2em;
    text-align: center;
    margin: 0 auto
}


.t-largehomeheader {
    line-height: 1;
    padding-left: 0vw;
    font-size: 4vw;
    color: #1C1919;
    text-align: center;
    padding-bottom: 2vh;
    font-family:'Picnic','Radio Grotesk', sans-serif;
}


.site-footer__social a {
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 5vw;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms
}
.site-footer__social2 a {
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 5vw;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms
}

.workwrapimage {
    white-space: nowrap;
    margin: auto;
    margin-left: 23%;
    margin-right: auto;
    padding-bottom: 3vh;
}

.site-footer__social svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 6vh;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.site-footer__social2 svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 6vh;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.footercolumn2 {
   flex: 27%;
   background-color: #D8CCCE;
   color: #F4F2E9;
   text-align: center;
   padding-left: 5vw;
   padding-top: 3vh;

}

.closebutton {
    position: fixed;
    right: 0;
    margin-right: 1vw;
    z-index: 200;
    margin-top: 4vh;
}


.back-button {
    padding: 0.2vw 1.2vw 0.2vw;
    background-color: #F0EEEC;
    font-family: Neue Haas Grotesk Roman, sans-serif;
    font-size: 3vw;
    font-weight: 400;
}

.w-button {
    margin-right: 1vw;
    color: #1C1919;
    border: 2px solid black;
    line-height: inherit;
    text-decoration: none;
    cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSczMicgaGVpZ2h0PSczMicgdmlld0JveD0iMCAwIDYyLjkyIDkxLjc5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjtzdHJva2U6IzA1MDUwNTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjRweDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNDIuMyA4Ni42NiA0Ni4zNSA4NC44MSAzNC44OSA1OS44OCA2MC45MiA1Ny41OCAyIDIgMiAyIDUuMzIgODIuOTMgMjQuMTMgNjQuNzkgMzUuNDMgODkuNzkgNDIuMyA4Ni42NiIvPjwvZz48L2c+PC9zdmc+), default;
    border-radius: 3vw;
}








.workcolumn {
    flex: ;
    align-items: center;
    text-align: center;
    padding-right: 2vw;
    background-color: #F5F3E7;
    color: #F4F2E9;
    padding-bottom: 1vh;
    border-right: 1px solid #271F1D;

}

.workcolumn1 {
   flex: 20%;
   align-items: center;
   text-align: center;
   padding-left: 2vw;
   padding-right:  2vw;
   background-color: #F0EEEC;
   color: ;
   text-align: left;
   border-right: 1px solid #271F1D;

}

.workcolumn2 {
    flex: 25%;
    align-items: center;
    text-align: center;
    padding-left: 2vw;
    padding-right: 4vw;
    background-color: #D8CCCE;
    color: ;
    text-align: left;
    height: auto;
    position: relative;

}

.page-section--white {
    background-color: #F5F3E7;
    color: #271F1D;
    padding-top: 15vh;

}



.project-module {
    margin-top: 40px;
    padding-right: .5vw;
    padding-left: .5vw;
}


.page-section--offwhite {
    background-color: #D8CCCE;
    color: #F0EEEC;
    padding-top: 6vh;
    padding-bottom: 2vh;
    border-radius: 4vw;
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 6vh;
    margin-bottom: 10vh;

}

.page-section--greywhite {
    background-color: #F0EEEC;
    color: #F0EEEC;
    padding-top: 1vh;
    padding-bottom: 2vh;
    border-radius: 4vw;
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 6vh;
    margin-bottom: 10vh;

}

.project-single-video {
    margin-bottom: 10vh;
}


.workpagecaption {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Suisse', 'Neue Haas Grotesk Roman', 'Radio Grotesk Light';

}

.workpagecaption2 {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #1C1919;
    font-family: 'Suisse', 'Suisse', 'Neue Haas Grotesk Roman', 'Radio Grotesk Light';

}


.workbody2 {
    font-size: 21px;
    letter-spacing: 0px;
    padding-top: 3vh;
    line-height: 1em;
    text-align: left;
    font-family: 'Suisse', 'Monument', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.workcolumnpad2 {
  border-top: 1px solid black;

}


.workcolumn_2 {
    flex: 4%;
    background-color: #F5F3E7;
    color: #F4F2E9;

}

.workcolumn1_2 {
    flex: 18%;
    background-color: ;
    color: ;
    text-align: left;

}

.workcolumn2_2 {
    flex: 23%;
    background-color: ;
    color: ;
    text-align: left;
    margin: auto;
    padding-right: 1vw;
}

.workrow2 {
    display: flex;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.worksection {
    margin-top: 20vh; 
    background-color: #F5F3E7; 

}





.workcolumnpad {
  border-top: 1px solid black;

}


.arrowright button {
  font-size: 2vw;
  border-bottom: 1px solid black;
  font-family: 'Suisse','Neue Haas Grotesk Roman', 'Radio Grotesk';
  width: 100%;
  color: #1C1919;
  transition: background 0.5s ease;
}


.arrowright i {
  color: #2D1F8C;
}

.arrow1 {
  animation: slide1 1s ease-in-out infinite;
  margin-left: 9px;
}

.arrowright {
    padding-top: 5vh;

}



.project-image-row__img2 img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: 10px;
    border-radius: 2vw;
}

.project-image-row__img2 {
    padding-top: 4vh;
}


.project-module--small .project-module__inner {
    width: 30%
}



.project-module--large .project-module__inner {
    width: 100%
}


.contactbutton {
    vertical-align: inherit;
    font-family: 'Poppins','Suisse', 'Neue Haas Grotesk Roman';
    letter-spacing: -0.5px;
    padding-bottom: 1vh;
    font-weight: 500;
}



//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////


.gridimage  {
    display: block;
    height: 100%;

}



.t-jumbomenu {
    color: #2D1F8C;
    text-align: center;
    font-size: 8vw;
    letter-spacing: 1px;
    font-family: 'Neue Haas Grotesk Roman','Neue Haas Grotesk Light','Poppins';
    font-weight: ;
}

.sitemenublock {
    margin:auto; 
    width:100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    height: 85%;
}

    .aboutimage {
    max-width: 16vw;
    border: 2px solid black;
    border-radius: 8vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
    }

/* MINIMUM */

@media only screen and (min-width: 320px) and (max-width: 480px){

    .aboutimage {
    max-width: 43vw;
    border: 2px solid black;
    border-radius: 28vw;
    margin-top: 1.5vh;
    margin-bottom: 1.5vh;
    }

/* Style the tab */
.tab {
  overflow: hidden;
  min-height: 100%;
  margin-left: 7vw;
  margin-right: 7vw;
  border-radius: 5vw;
  border: 2px solid black;
  background-color: #F0EEEC;

}
    .headercontainerrow {

        padding-top: 0vh;
        margin: auto;
        position: absolute;
        top:11%;
        width: 100%;
        padding-bottom: 0vh;
    }
    .reesesbox {
        padding: 0% 0% 0% 0%;
        max-width: %;
        color: #1C1919;
        max-width: 90%;
    }
    .gallerytext {
        padding-left: 2vw;
        padding-right: 2vw;
        font-size:11px;
        padding-top: 15px;
        color:#25db84;
        font-family: 'Suisse','Pressura', 'Neue Haas Grotesk Roman', 'Radio Grotesk Light';
        line-height:1.1em;
        position: relative;
        bottom: 0px;
        background-color: black;
        width: 100%;
        text-align: center;
    }

    .copyright {

        text-align: right; 
        font-size: 1.8vw; 
        padding-right:2vw; 
        color: #896767; 
        padding-bottom: 1vh;
    }

    .adweek {
        height: 3vh;
    }


    .workpagecaption {
        font-size: 16px;
        line-height: 24px;
        font-family: 'Suisse', 'Neue Haas Grotesk Roman', 'Radio Grotesk Light';

    }

    .workbody {
        font-size: 16px;
        padding-top: 1.1vh;
        padding-bottom: 1.1vh;
        color:black;
        vertical-align: middle;
        text-align: left;
        font-family:'Suisse','Neue Haas Grotesk Light', 'Radio Grotesk Light';
    }

    .workpageheader {
        font-size: 16px;
        color:black;    
        padding-top: 1.1vh;
        text-align: left;
        font-family:'Suisse','Neue Haas Grotesk Light', 'Radio Grotesk Light';
    }

    .captioncenter {
        font-size:12px;
        text-transform: ;
        margin:auto;
        padding-top: 3vh;
        padding-bottom: 5vh;
        color:#25db84;
        font-family:'Suisse','Neue Haas Grotesk Roman', 'Radio Grotesk Light';
        text-align:center;
        max-width: 90%;
        line-height:1.1em;

    }
    .caption {
        font-size:12px;
        padding-top: 15px;
        padding-bottom:5vh;
        color:#25db84;
        font-family: 'Suisse','Pressura', 'Neue Haas Grotesk Roman', 'Radio Grotesk Light';
        text-align:left;
        max-width: 90%;
        line-height:1.1em;

    }
    .project-module--medium .project-module__inner {
        width: 80%;
    }


    .project-image-row__img2 {
        padding-top: 0vh;
    }

    .arrowright button {
      font-size: 6vw;
      border-bottom: 1px solid black;
      font-family: 'Suisse','Neue Haas Grotesk Roman', 'Radio Grotesk';
      width: 100%;
      color: #1C1919;
      transition: background 0.5s ease;
  }

  .workpagecaption2 {
    font-size: 8px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #1C1919;
    font-family: 'Suisse', 'Suisse', 'Neue Haas Grotesk Roman', 'Radio Grotesk Light';

}

.project-single-video {
    margin-bottom: 2vh;
    padding-top: 1vh;
}

.project-module {
    margin-top: 1vh;
    padding-right: 1vw;
    padding-left: 1vw;
}

.page-section--offwhite {
    background-color: #D8CCCE;
    color: #F0EEEC;
    padding-top: 3vh;
    padding-bottom: 2vh;
    border-radius: 4vw;
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 3vh;
    margin-bottom: 6vh;

}

.page-section--greywhite {
    background-color: #F0EEEC;
    color: #F0EEEC;
    padding-top: 1vh;
    padding-bottom: 0.1vh;
    border-radius: 4vw;
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 6vh;
    margin-bottom: 1vh;

}



.workcolumn {
    flex: ;
    align-items: center;
    text-align: center;
    padding-right: 2vw;
    padding-top:  1vh;
    background-color: #F5F3E7;
    color: #F4F2E9;
    padding-bottom: 1vh;
    border-right: 1px solid #271F1D;

}

.workcolumn1 {
   flex: 20%;
   padding-top:  1vh;

   align-items: center;
   text-align: center;
   padding-left: 2vw;
   padding-right:  2vw;
   background-color: #F0EEEC;
   color: ;
   text-align: left;
   border-right: 1px solid #271F1D;

}

.workcolumn2 {
    flex: 25%;
    align-items: center;
    text-align: center;
    padding-left: 2vw;
    padding-right: 4vw;
    background-color: #D8CCCE;
    color: ;
    text-align: left;
    height: auto;
    position: relative;

}




.page-section:first-child {
    padding-top: 8vh;
}


.closebutton {
    position: fixed;
    right: 0;
    margin-right: 1vw;
    z-index: 200;
    margin-top: 2vh;
}


.back-button {
    padding: 1vw 1.9vw 1vw 1.6vw;
    background-color: #F0EEEC;
    font-family: Neue Haas Grotesk Roman, sans-serif;
    font-size: 6vw;
}

.w-button {
    margin-right: 1vw;
    color: #1C1919;
    border: 2px solid black;
    line-height: inherit;
    text-decoration: none;
    cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSczMicgaGVpZ2h0PSczMicgdmlld0JveD0iMCAwIDYyLjkyIDkxLjc5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjtzdHJva2U6IzA1MDUwNTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjRweDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNDIuMyA4Ni42NiA0Ni4zNSA4NC44MSAzNC44OSA1OS44OCA2MC45MiA1Ny41OCAyIDIgMiAyIDUuMzIgODIuOTMgMjQuMTMgNjQuNzkgMzUuNDMgODkuNzkgNDIuMyA4Ni42NiIvPjwvZz48L2c+PC9zdmc+), default;
    border-radius: 6vw;
}

.footercolumn2 {
   flex: 27%;
   background-color: #D8CCCE;
   color: #F4F2E9;
   text-align: center;
   padding-left: 4vw;
   padding-top: 1vh;
   padding-right: 4vw;
}

.site-footer__social a {
    width: 11vw;
    height: 5vh;
    margin: auto;
}
.site-footer__social2 a {
    width: 15vw;
    height: 5vh;
    margin: auto;
}

.site-footer__social svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 3vh;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.site-footer__social2 svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 4.4vh;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}


.site-footer__socialmenu svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 4.4vh;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.site-footer__socialmenu a {
    width: 11vw;
    height: 5vh;
    margin: auto;
}


.workwrapimage {
    white-space: nowrap;
    margin: auto;
    margin-top: 30vh;
    margin-left: 23%;
    margin-right: auto;
    padding-bottom: 2vh;
}

.headercontainer {
    margin-top: 34vh;
    margin-left: 20%;
    width: 65vw;
    z-index: 3;
    position: absolute;
}




.t-jumbomenu{
    color: #2D1F8C;
    text-align: center;
    font-size: 9vw;
    letter-spacing: 0px;
    font-family: 'Neue Haas Grotesk Roman', 'Poppins';
    font-weight: ;
}





.question-widget__infos-question[data-v-532e50cc] {
    position: relative;
    display: block;
    padding-top: 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding-top: 32%;
    text-align: center;
}


.question-widget__wrapper2 {
    right: 17%;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(-20deg);
}

}

.t-largehomeheader {
    line-height: 1;
    padding-left: 1vw;
    font-size: 10vw;
    letter-spacing: .5px;
    color: #1C1919;
    text-align: center;
    padding-bottom: 1vh;
    font-family:'Picnic','Radio Grotesk', sans-serif;
}

.starbutton {
    margin:auto; 
    position:relative; 
    width:100%; 
    padding-top:2vh
}


.headercontainermenu {
   /* width: 25vw;*/
   width: 100%;
   z-index: 0;
   position: initial;
}   


.workheader {
    font-size:1.5em;
    text-transform: ;
    letter-spacing: 0px;
    padding-top: 15px;
    color:#F2ACC6;
    font-family:'Neue Haas Grotesk Light', 'Neue Haas Grotesk Roman','Radio Grotesk Light';
    text-align:left;
    max-width: 90%;
    line-height:1.1em;

}

.t-paragraphs {
    font-family: 'Louize','Suisse', 'Monument', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-width: 90vw;
    font-size: 1.1em;
    text-align: center;
    padding-top: 1vh;
    padding-bottom: 3vh;

    margin: 0 auto
}

.t-footer {
    font-size: 3.5vw;
    letter-spacing: 0px;
    font-family: 'Poppins','Neue Haas Grotesk Roman','Neue Haas Grotesk Light';
    font-weight: ;
}

.tab button {
float: left;
    width: 50%;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    border-right: 2px solid black;
    padding: 1vh 1vh 1vh 1vw;
    transition: 0.3s;
    font-size: 3vw;
    letter-spacing: -0.5px;
    font-weight: 400;
    color: #1C1919;
    font-family: 'Poppins','Neue Haas Grotesk Roman','Radio Grotesk Light','Radio Grotesk', sans-serif;
}

.home-section--spacer {
    height: 40vh;
    margin-bottom: 3vh;
}

.nav-bar {
    border-radius: 7vw;
    top: 2vh;
    left: 4vw;
}

.img-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 96vw;
    height: 55vh;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3vw;
    margin: 1vh 2vw 2vw 2vw;

    background-color: #F5F3E7;
    font-family: 'object-fit: cover;'
}

.home-work-grid {
    padding-bottom: 10vh;
}
.t-largehomespecial {
    font-size: 20vw;
    padding-top: 3vh;
}

.t-largehomespecial2 {
    font-size: 14vw;
}

.t-largehomespecial3 {
    font-size: 15vw;
}


.t-jumbomail {
    line-height: 1;
    font-size: 18vw;
    letter-spacing: 0px;
    font-family: 'Neue Haas Grotesk Roman', 'Radio Grotesk Light';
}

.home-work-grid__single img {
    display: block;
    margin-left:auto;
    margin-right:auto;
    width: 94%;
    border-radius: 4vw;
    height: auto;
}



.home-work-grid__single {
    display: flex;
    flex: 51%;
    align-self: self-start;
    margin: auto;
    padding-bottom: 1vh;
    border-radius: 1vw;
    transition: transform 1500ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 1500ms cubic-bezier(0.23, 1, .32, 1);

}

}


/* MID ONE */

@media only screen and (min-width: 481px) and (max-width: 768px){

    /* Style the tab */
.tab {
  overflow: hidden;
  min-height: 100%;
  margin-left: 12vw;
  margin-right: 12vw;
  border-radius: 5vw;
  border: 2px solid black;
  background-color: #F0EEEC;

}

    .headercontainerrow {

        padding-top: 0vh;
        margin: auto;
        position: absolute;
        top:20%;
        width: 100%;
        padding-bottom: 0vh;
    }


    .reesesbox {
        padding: 0% 0% 0% 0%;
        max-width: %;
        color: #1C1919;
        max-width: 90%;
    }

    .gallerytext {
        padding-left: 2vw;
        padding-right: 2vw;
        font-size:11px;
        padding-top: 15px;
        color:#25db84;
        font-family: 'Suisse','Pressura', 'Neue Haas Grotesk Roman', 'Radio Grotesk Light';
        line-height:1.1em;
        position: relative;
        bottom: 0px;
        background-color: black;
        width: 100%;
        text-align: center;
    }

    .copyright {

        text-align: right; 
        font-size: 1.4vw; 
        padding-right:2vw; 
        color: #896767; 
        padding-bottom: 1vh;
    }

    .workpagecaption {
        font-size: 16px;
        line-height: 24px;
        font-family: 'Suisse', 'Neue Haas Grotesk Roman', 'Radio Grotesk Light';

    }


    .adweek {
        height: 4vh;
    }

    .workbody {
        font-size: 16px;
        padding-top: 1.1vh;
        padding-bottom: 1.1vh;
        color:black;
        vertical-align: middle;
        text-align: left;
        font-family:'Suisse','Neue Haas Grotesk Light', 'Radio Grotesk Light';
    }

    .workpageheader {
        font-size: 16px;
        color:black;    
        padding-top: 1.1vh;
        text-align: left;
        font-family:'Suisse','Neue Haas Grotesk Light', 'Radio Grotesk Light';
    }

    .captioncenter {
        font-size:14px;
        text-transform: ;
        margin:auto;
        padding-top: 3vh;
        padding-bottom: 5vh;
        color:#25db84;
        font-family:'Suisse','Neue Haas Grotesk Roman', 'Radio Grotesk Light';
        text-align:center;
        max-width: 80%;
        line-height:1.1em;

    }

    .caption {
        font-size:18px;
        text-transform: ;
        padding-top: 15px;
        padding-bottom:5vh;
        color:#25db84;
        font-family: 'Suisse','Pressura', 'Neue Haas Grotesk Roman', 'Radio Grotesk Light';
        text-align:left;
        max-width: 90%;
        line-height:1.2em;

    }

    .project-image-row__img2 {
        padding-top: 1vh;
    }

    .project-single-video {
        margin-bottom: 3vh;
        padding-top: 1vh;
    }


    .project-module {
        margin-top: 1vh;
        padding-right: 1vw;
        padding-left: 1vw;
    }

    .page-section--offwhite {
        background-color: #D8CCCE;
        color: #F0EEEC;
        padding-top: 3vh;
        padding-bottom: 2vh;
        border-radius: 4vw;
        margin-left: 4vw;
        margin-right: 4vw;
        margin-top: 3vh;
        margin-bottom: 6vh;

    }

    .page-section--greywhite {
        background-color: #F0EEEC;
        color: #F0EEEC;
        padding-top: 1vh;
        padding-bottom: 0.1vh;
        border-radius: 4vw;
        margin-left: 4vw;
        margin-right: 4vw;
        margin-top: 6vh;
        margin-bottom: 1vh;

    }

    .arrowright button {
      font-size: 6vw;
      border-bottom: 1px solid black;
      font-family: 'Suisse','Neue Haas Grotesk Roman', 'Radio Grotesk';
      width: 100%;
      color: #1C1919;
      transition: background 0.5s ease;
  }

  .workcolumn {
    flex: ;
    align-items: center;
    text-align: center;
    padding-right: 2vw;
    padding-top:  1vh;
    background-color: #F5F3E7;
    color: #F4F2E9;
    padding-bottom: 1vh;
    border-right: 1px solid #271F1D;

}

.workcolumn1 {
   flex: 20%;
   padding-top:  1vh;

   align-items: center;
   text-align: center;
   padding-left: 2vw;
   padding-right:  2vw;
   background-color: #F0EEEC;
   color: ;
   text-align: left;
   border-right: 1px solid #271F1D;

}

.workcolumn2 {
    flex: 25%;
    align-items: center;
    text-align: center;
    padding-left: 2vw;
    padding-right: 4vw;
    background-color: #D8CCCE;
    color: ;
    text-align: left;
    height: auto;
    position: relative;

}

.closebutton {
    position: fixed;
    right: 0;
    margin-right: 1vw;
    z-index: 200;
    margin-top: 2vh;
}


.back-button {
    padding: 1vw 1.9vw 1vw 1.6vw;
    background-color: #F0EEEC;
    font-family: Neue Haas Grotesk Roman, sans-serif;
    font-size: 6vw;
    font-weight: 400;
}

.w-button {
    margin-right: 1vw;
    color: #1C1919;
    border: 2px solid black;
    line-height: inherit;
    text-decoration: none;
    cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSczMicgaGVpZ2h0PSczMicgdmlld0JveD0iMCAwIDYyLjkyIDkxLjc5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjtzdHJva2U6IzA1MDUwNTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjRweDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNDIuMyA4Ni42NiA0Ni4zNSA4NC44MSAzNC44OSA1OS44OCA2MC45MiA1Ny41OCAyIDIgMiAyIDUuMzIgODIuOTMgMjQuMTMgNjQuNzkgMzUuNDMgODkuNzkgNDIuMyA4Ni42NiIvPjwvZz48L2c+PC9zdmc+), default;
    border-radius: 6vw;
}

.workwrapimage {
    white-space: nowrap;
    margin: auto;
    margin-left: 23%;
    margin-right: auto;
    padding-bottom: 2vh;
}


.headercontainer {
    display: block;
    margin-top: 40%;    
    margin-left: 70%;
    width: 25vw;
    z-index: 3;
    position: absolute;
}
.footercolumn2 {
   flex: 27%;
   background-color: #D8CCCE;
   color: #F4F2E9;
   text-align: center;
   padding-left: 2vw;
   padding-top: 1vh;
   padding-right: 2vw;
}

.site-footer__social a {
    width: 11vw;
    height: 5vh;
    margin: auto;
}

.site-footer__social2 a {
    width: 11vw;
    height: 5vh;
    margin: auto;
}

.site-footer__social svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 3.1vh;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.site-footer__social2 svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 3.1vh;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.t-largehomeheader {
    line-height: 1;
    padding-left: 9vw;
    font-size: 7vw;
    color: #1C1919;
    text-align: center;
    padding-bottom: 2vh;
    font-family:'Picnic','Radio Grotesk', sans-serif;
}

.starbutton {
    margin:auto; 
    position:relative; 
    width:100%; 
    padding-top:2vh
}

.headercontainermenu {
   /* width: 25vw;*/
   width: 100%;

   z-index: 0;
   position: initial;
}   

.workheader {
    font-size:1.5em;
    text-transform: ;
    letter-spacing: .5px;
    padding-top: 15px;
    color:#F2ACC6;
    font-family:'Neue Haas Grotesk Light', 'Neue Haas Grotesk Roman','Radio Grotesk Light';
    text-align:left;
    max-width: 90%;
    line-height:1.1em;

}

.t-paragraphs {
    font-family: 'Louize','Suisse', 'Monument', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-width: 90vw;
    font-size: 1.4em;
    text-align: center;
    padding-top: 1vh;
    padding-bottom: 3vh;
    margin: 0 auto
}



.t-footer {
    font-size: 3.8vw;
    letter-spacing: 0px;
    font-family: 'Poppins','Neue Haas Grotesk Roman','Neue Haas Grotesk Light';
    font-weight: ;
}
.nav-bar {
    border-radius: 6vw;
    top: 2vh;
    left: 4vw;
}

.tab button {
float: left;
    width: 50%;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    border-right: 2px solid black;
    padding: 1vh 1vh 1vh 1vw;
    transition: 0.3s;
    font-size: 3vw;
    letter-spacing: -0.5px;
    font-weight: 400;
    color: #1C1919;
    font-family: 'Poppins','Neue Haas Grotesk Roman','Radio Grotesk Light','Radio Grotesk', sans-serif;
}

.home-section--spacer {
    height: 40vh;
    margin-bottom: 15vh;
}
.img-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 96vw;
    height: 95vh;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3vw;
    margin: 2vh 2vw 2vw 2vw;

    background-color: #F5F3E7;
    font-family: 'object-fit: cover;'
}

.home-work-grid {
    padding-bottom: 10vh;
}




.t-largehomespecial {
    font-size: 20vw;
    padding-top: 3vh;
}

.t-largehomespecial2 {
    font-size: 14vw;
}



.home-work-grid__single {
    display: flex;
    flex: 50%;
    align-self: self-start;
    margin: auto;
    padding-bottom: 2vh;
    border-radius: 1vw;
    transition: transform 1500ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 1500ms cubic-bezier(0.23, 1, .32, 1);

}

}


/* MID TWO */

@media only screen and (min-width: 768px) and (max-width: 1020px){

    .aboutimage {
    max-width: 20vw;
    border: 2px solid black;
    border-radius: 13vw;
    margin-top: 1vh;
    margin-bottom: 1vh;
    }
    


    /* Style the tab */
.tab {
  overflow: hidden;
  min-height: 100%;
  margin-left: 7vw;
  margin-right: 7vw;
  border-radius: 5vw;
  border: 2px solid black;
  background-color: #F0EEEC;

}

    .headercontainerrow {

        padding-top: 0vh;
        margin: auto;
        position: absolute;
        top:20%;
        width: 100%;
        padding-bottom: 0vh;
    }


    .reesesbox {
        padding: 40% 0% 40% 0%;
        max-width: %;
        color: #1C1919;
        max-width: 90%;
    }
    .gallerytext {
        padding-left: 2vw;
        padding-right: 2vw;
        font-size:16px;
        padding-top: 15px;
        color:#25db84;
        font-family: 'Suisse','Pressura', 'Neue Haas Grotesk Roman', 'Radio Grotesk Light';
        line-height:1.1em;
        position: relative;
        bottom: 0px;
        background-color: black;
        width: 100%;
        text-align: center;
    }
    .copyright {

        text-align: right; 
        font-size: 1.4vw; 
        padding-right:2vw; 
        color: #896767; 
        padding-bottom: 1vh;
    }

    .workpagecaption {
        font-size: 20px;
        line-height: 28px;
        font-family: 'Suisse', 'Neue Haas Grotesk Roman', 'Radio Grotesk Light';

    }

    .adweek {
        height: 3.4vh;
    }

    .workbody {
        font-size: 20px;
        padding-top: 1.1vh;
        padding-bottom: 1.1vh;
        color:black;
        vertical-align: middle;
        text-align: left;
        font-family:'Suisse','Neue Haas Grotesk Light', 'Radio Grotesk Light';
    }

    .workpageheader {
        font-size: 20px;
        color:black;    
        padding-top: 1.1vh;
        text-align: left;
        font-family:'Suisse','Neue Haas Grotesk Light', 'Radio Grotesk Light';
    }

    .captioncenter {
        font-size:18px;
        text-transform: ;
        margin:auto;
        padding-top: 3vh;
        padding-bottom: 5vh;
        color:#25db84;
        font-family:'Suisse','Neue Haas Grotesk Roman', 'Radio Grotesk Light';
        text-align:center;
        max-width: 80%;
        line-height:1.1em;

    }

    .caption {
        font-size:18px;
        text-transform: ;
        padding-top: 15px;
        padding-bottom:5vh;
        color:#25db84;
        font-family: 'Suisse','Pressura', 'Neue Haas Grotesk Roman', 'Radio Grotesk Light';
        text-align:left;
        max-width: 90%;
        line-height:1.1em;

    }

    .project-image-row__img2 {
        padding-top: 2vh;
    }

    .project-single-video {
        margin-bottom: 4vh;
        padding-top: 1vh;
    }

    .arrowright button {
      font-size: 4vw;
      border-bottom: 1px solid black;
      font-family: 'Suisse','Neue Haas Grotesk Roman', 'Radio Grotesk';
      width: 100%;
      color: #1C1919;
      transition: background 0.5s ease;
  }

  .workcolumn {
    flex: ;
    align-items: center;
    text-align: center;
    padding-right: 2vw;
    padding-top:  1vh;
    background-color: #F5F3E7;
    color: #F4F2E9;
    padding-bottom: 1vh;
    border-right: 1px solid #271F1D;

}
.workcolumn1 {
   flex: 20%;
   padding-top:  1vh;

   align-items: center;
   text-align: center;
   padding-left: 2vw;
   padding-right:  2vw;
   background-color: #F0EEEC;
   color: ;
   text-align: left;
   border-right: 1px solid #271F1D;

}

.workcolumn2 {
    flex: 25%;
    align-items: center;
    text-align: center;
    padding-left: 2vw;
    padding-right: 4vw;
    background-color: #D8CCCE;
    color: ;
    text-align: left;
    height: auto;
    position: relative;

}



.closebutton {
    position: fixed;
    right: 0;
    margin-right: 1vw;
    z-index: 200;
    margin-top: 3vh;
}


.back-button {
    padding: 0.4vw 1.5vw 0.4vw 1.5vw;
    background-color: #F0EEEC;
    font-family: Neue Haas Grotesk Roman, sans-serif;
    font-size: 4vw;
    font-weight: 400;
}

.w-button {
    margin-right: 1vw;
    color: #1C1919;
    border: 2px solid black;
    line-height: inherit;
    text-decoration: none;
    cursor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSczMicgaGVpZ2h0PSczMicgdmlld0JveD0iMCAwIDYyLjkyIDkxLjc5Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjtzdHJva2U6IzA1MDUwNTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjRweDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNDIuMyA4Ni42NiA0Ni4zNSA4NC44MSAzNC44OSA1OS44OCA2MC45MiA1Ny41OCAyIDIgMiAyIDUuMzIgODIuOTMgMjQuMTMgNjQuNzkgMzUuNDMgODkuNzkgNDIuMyA4Ni42NiIvPjwvZz48L2c+PC9zdmc+), default;
    border-radius: 5vw;
}


.page-section--white {
    background-color: #F5F3E7;
    color: #271F1D;
    padding-top: 8vh;

}

.workwrapimage {
    white-space: nowrap;
    margin: auto;
    margin-left: 32%;
    margin-right: auto;
    padding-bottom: 2vh;
}


.project-module {
    margin-top: 1vh;
    padding-right: 1vw;
    padding-left: 1vw;
}

.page-section--offwhite {
    background-color: #D8CCCE;
    color: #F0EEEC;
    padding-top: 2vh;
    padding-bottom: 1vh;
    border-radius: 4vw;
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 4vh;
    margin-bottom: 7vh;

}

.page-section--greywhite {
    background-color: #F0EEEC;
    color: #F0EEEC;
    padding-top: 1vh;
    padding-bottom: 2vh;
    border-radius: 4vw;
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 6vh;
    margin-bottom: 5vh;

}

.headercontainer {
    margin-top: 40%;    
    margin-left: 52%;
    width: 47vw;
    z-index: 3;
    position: absolute;
}
.footercolumn2 {
   flex: 27%;
   background-color: #D8CCCE;
   color: #F4F2E9;
   text-align: center;
   padding-left: 2vw;
   padding-top: 1vh;
   padding-right: 1vw;
}

.site-footer__social a {
    width: 11vw;
    height: 6vh;
    margin: 0vw -2vw 0vw 0vh;
}
.site-footer__social2 a {
    width: 11vw;
    height: 6vh;
    margin: 0vw -2vw 0vw 0vh;
}

.site-footer__social svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 3.3vh;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.site-footer__social2 svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 4.4vh;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.t-largehomeheader {
    line-height: 1;
    padding-left: 0vw;
    font-size: 8.5vw;
    color: #1C1919;
    text-align: center;
    padding-bottom: 1vh;
    font-family:'Picnic','Radio Grotesk', sans-serif;
}


.starbutton {
    margin:auto; 
    position:relative; 
    width:100%; 
    padding-top:2vh
}

.headercontainermenu {
   /* width: 25vw;*/
   width: 75%;
   margin: auto;
   z-index: 0;
   position: initial;
}   

.workheader {
    font-size:1.5em;
    text-transform: ;
    letter-spacing: .5px;
    padding-top: 15px;
    color:#F2ACC6;
    font-family:'Neue Haas Grotesk Roman', 'Neue Haas Grotesk Light','Radio Grotesk Light';
    text-align:left;
    max-width: 90%;
    line-height:1.1em;

}

.t-paragraphs {
    font-family: 'Louize','Suisse', 'Monument', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-width: 90vw;
    font-size: 1.8em;
    text-align: center;
    padding-top: 1vh;
    padding-bottom: 3vh;
    margin: 0 auto
}

.t-footer {
    font-size: 3.9vw;
    letter-spacing: 0px;
    font-family: 'Poppins','Neue Haas Grotesk Roman','Neue Haas Grotesk Light';
    font-weight: ;
}
.nav-bar {
    border-radius: 6vw;
    top: 3vh;
    left: 4vw;
}
.tab button {
float: left;
    width: 50%;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    border-right: 2px solid black;
    padding: 1vh 1vh 1vh 1vw;
    transition: 0.3s;
    font-size: 3vw;
    letter-spacing: -0.5px;
    font-weight: 400;
    color: #1C1919;
    font-family: 'Poppins','Neue Haas Grotesk Roman','Radio Grotesk Light','Radio Grotesk', sans-serif;
}

.home-section--spacer {
    height: 40vh;
    margin-bottom: 15vh;
}

.t-largehomespecial {
    font-size: 12vw;
    padding-top: 3vh;
}

.t-largehomespecial2 {
    font-size: 14vw;
}
.img-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 96vw;
    height: 55vh;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3vw;
    margin: 1.5vh 2vw 2vw 2vw;

    background-color: #F5F3E7;
    font-family: 'object-fit: cover;'
}


.home-work-grid {
    padding-bottom: 10vh;
}

.home-work-grid__single img {
    display: block;
    margin-left:auto;
    margin-right:auto;
    width: 95%;
    border-radius: 1vw;
    height: auto;
}

.t-jumbomail {
    line-height: 1;
    font-size: 11vw;
    letter-spacing: 0px;
    font-family: 'Neue Haas Grotesk Roman', 'Radio Grotesk Light';
}


.home-work-grid__single {
    display: flex;
    flex: 50%;
    align-self: self-start;
    margin: auto;
    padding-bottom: 2vh;
    border-radius: 1vw;
    transition: transform 1500ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 1500ms cubic-bezier(0.23, 1, .32, 1);

}

}



/* MAXIUM */

@media only screen and (min-width: 1021px) {

/* Style the tab */
.tab {
  overflow: hidden;
  min-height: 100%;
  margin-left: 12vw;
  margin-right: 12vw;
  border-radius: 5vw;
  border: 2px solid black;
  background-color: #F0EEEC;

}
    .headercontainerrow {

        padding-top: 0vh;
        margin: auto;
        position: absolute;
        top:20%;
        width: 100%;
        padding-bottom: 0vh;
    }


    .reesesbox {
        padding: 40% 0% 40% 0%;
        max-width: %;
        color: #1C1919;
        max-width: 90%;
    }
    .gallerytext {
        padding-left: 2vw;
        padding-right: 2vw;
        font-size:17px;
        padding-top: 15px;
        color:#25db84;
        font-family: 'Suisse','Pressura', 'Neue Haas Grotesk Roman', 'Radio Grotesk Light';
        line-height:1.1em;
        position: relative;
        bottom: 0px;
        background-color: black;
        width: 100%;
        text-align: center;
    }

    .copyright {

        text-align: right; 
        font-size: 1.3vw; 
        padding-right:2vw; 
        color: #896767; 
        padding-bottom: 1vh;
    }

    .workpagecaption {
        font-size: 20px;
        line-height: 28px;
        font-family: 'Suisse', 'Neue Haas Grotesk Roman', 'Radio Grotesk Light';

    }


    .adweek {
        height: 5vh;
    }

    .workbody {
        font-size: 20px;
        padding-top: 1.1vh;
        padding-bottom: 1.1vh;
        color:black;
        vertical-align: middle;
        text-align: left;
        font-family:'Suisse','Neue Haas Grotesk Light', 'Radio Grotesk Light';
    }

    .workpageheader {
        font-size: 20px;
        color:black;    
        padding-top: 1.1vh;
        text-align: left;
        font-family:'Suisse','Neue Haas Grotesk Light', 'Radio Grotesk Light';
    }

    .captioncenter {
        font-size:23px;
        text-transform: ;
        margin:auto;
        padding-top: 3vh;
        padding-bottom: 5vh;
        color:#25db84;
        font-family:'Suisse','Neue Haas Grotesk Roman', 'Radio Grotesk Light';
        text-align:center;
        max-width: 80%;
        line-height:1.1em;

    }

    .caption {
        font-size:18px;
        padding-top: 15px;
        padding-bottom:5vh;
        color:#25db84;
        font-family: 'Suisse','Pressura', 'Neue Haas Grotesk Roman', 'Radio Grotesk Light';
        text-align:left;
        max-width: 90%;
        line-height:1.1em;

    }

    .workbody {
        color:  #1C1919;
        font-family: 'Neue Haas Grotesk Roman', 'Suisse', 'Monument', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    .footercolumn2 {
       flex: 27%;
       background-color: #D8CCCE;
       color: #F4F2E9;
       text-align: center;
       padding-top: 2vh;
       padding-left: 7vw;

   }

   .workwrapimage {
    white-space: nowrap;
    margin: auto;
    margin-left: 36%;
    margin-right: auto;
    padding-bottom: 3vh;
}

.headercontainer {
    display: block;
    margin-top:40%;
    margin-left: 72%;
    width: 25vw;
    z-index: 3;
    position: absolute;
}
.site-footer__social a {
    width: 1vw;
    height: 10vh;
}
.site-footer__social2 a {
    width: 1vw;
    height: 10vh;
}

.site-footer__social svg {
    height: 5.5vh;
}

.site-footer__social2 svg {
    height: 6vh;
}

.nav-bar {
    border-radius: 6vw;
    top: 5vh;
    left: 3vw;
}

.t-largehomeheader {
    line-height: 1;
    padding-left: 0vw;
    font-size: 4vw;
    color: #1C1919;
    text-align: center;
    padding-bottom: 2vh;
    font-family:'Picnic','Radio Grotesk', sans-serif;
}


.starbutton {
    margin:auto; 
    position:relative; 
    width:50%; 
    padding-top:2vh
}

.headercontainermenu {
   width: 25vw;
   z-index: 0;
   margin-left: 14%;
   position: initial;
}   

.workheader {
    font-size:1.5em;
    text-transform: ;
    letter-spacing: 0px;
    padding-top: 15px;
    color:#F2ACC6;
    font-family:'Neue Haas Grotesk Roman', 'Neue Haas Grotesk Light','Radio Grotesk Light';
    text-align:left;
    max-width: 90%;
    line-height:1.1em;

}

.t-paragraphs {
    font-family: 'Louize','Suisse', 'Monument', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-width: 90vw;
    font-size: 1.2em;
    text-align: center;
    padding-top: 1vh;
    padding-bottom: 5vh;
    margin: 0 auto
}

.t-footer {
    font-size: 4.4vw;
    letter-spacing: 1px;
    font-family: 'Neue Haas Grotesk Roman','Neue Haas Grotesk Light','Poppins';
}

.home-section--spacer {
    height: 40vh;
    margin-bottom: 70vh;
}


.img-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 96vw;
    height: 95vh;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3vw;
    margin: 2vh 2vw 2vw 2vw;

    background-color: #F5F3E7;
    font-family: 'object-fit: cover;'
}


.home-work-grid {
    padding-bottom: 10vh;
}
.t-largehomespecial {
    font-size: 8vw;
    padding-top: 5vh;
    padding-bottom: 1vh;

}
.t-jumbomail {
    line-height: 1;
    font-size: 8vw;
    letter-spacing: 0px;
    font-family: 'Neue Haas Grotesk Roman', 'Radio Grotesk Light';
}
.t-largehomespecial2 {
    padding-top: 5vh;
    padding-bottom: 5vh;
    font-size: 8vw;
}

.home-work-grid__single {
    display: flex;
    align-self: self-start;
    flex: 25%;
    margin: auto;
    padding-bottom: 2vh;
    border-radius: 3vw;
    transition: transform 1500ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 1500ms cubic-bezier(0.23, 1, .32, 1);

}

.home-work-grid__single img {
    display: block;
    margin-left:auto;
    margin-right:auto;
    width: 95%;
    border-radius: 1vw;
    height: auto;
}


.tab button {
    float: left;
    width: 50%;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    border-right: 2px solid black;
    padding: 1vh 1vh 1vh 1vw;
    transition: 0.3s;
    font-size: 3vw;
    letter-spacing: -1px;
    font-weight: 400;
    color: #1C1919;
    font-family: 'Poppins','Neue Haas Grotesk Roman','Radio Grotesk Light','Radio Grotesk', sans-serif;
}


}



//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////


       .progress-bar {
          height: 24px;
          width:  360px;
          border-radius: 10px;
          background-color: lightblue;
          margin: 50px;
       }

       .progress-bar > div {
           width: 0%;
           height: 100%;
           border-radius: 10px;
           background-image: linear-gradient(to right, lightskyblue, blue);
           background-size: 360px 100%;
           transition: width 200ms;
       }




.t-jumbohome,
.t-largehome {
    line-height: 1;
    font-size: 5vw;
    color: #1C1919;
    font-family:'Neue Haas Grotesk Roman','Radio Grotesk Light', sans-serif;
}

@media (min-width:768px) {
    .t-jumbohome {
        line-height: 1.02;
        font-size: 9vw;
        font-size: calc((100vw - 200px) * .103571)
    }
}

@media (min-width:1541px) {
    .t-jumbohome {
        font-size: calc((100vw - 200px) * .103571)
    }
}

@media (min-width:768px) {
    .t-largehome {
        line-height: 1.0952380952;
        font-size: 4vw;
        font-size: calc((100vw - 50px) * .1)
    }
}

@media (min-width:1541px) {
    .t-largehome {
        font-size: 4vw;
    }
}






@media (min-width:768px) {
    .t-jumbomenu {
        line-height: 1;
        font-size: 8vw;
    letter-spacing: 0px;
    font-family: 'Neue Haas Grotesk Roman', 'Poppins';
    font-weight: ;
    }
}

@media (min-width:1541px) {
    .t-jumbomenu {
        font-size: 8vw;
    }
}





@media (min-width:768px) {

}

@media (min-width:1541px) {

}

@media (min-width:768px) {
    .t-largemail {
        line-height: 1;
        font-size: 4vw;
        font-size: calc((100vw - 50px) * .1)
    }
}

@media (min-width:1541px) {
    .t-largemail {
        font-size: 4vw;
    }
}

.t-jumbo,
.t-large {
    line-height: 1em;
    font-size: 6em;
    max-width: 98%;
    font-family: 'Neue Haas Grotesk Roman', 'Radio Grotesk Light', serif;
}


@media (min-width:768px) {
    .t-jumbo {
        line-height: 1.02;
        letter-spacing: -1px;
    }
}

@media (min-width:1541px) {
    .t-jumbo {
        font-size: calc((100vw - 150px) * .103571)
        letter-spacing: -1px;
    }
}

@media (min-width:768px) {
    .t-large {
        line-height: 1.0952380952;
        font-size: 6vw;
        font-size: calc((100vw - 50px) * .06)
    }
}

@media (min-width:1541px) {
    .t-large {
        font-size: 100px
    }
}

@media (max-width:767px) {
    .t-jumbo,fp
    .t-large {
        line-height: 1em;
        font-size: 6em;
        max-width: 98%;
        font-family: 'Neue Haas Grotesk Roman','Radio Grotesk Light', sans-serif;
    }
}

.t-medium {
    line-height: 0;
    font-size: 4em;
    font-family: 'Neue Haas Grotesk Roman', 'Radio Grotesk Light', sans-serif;
}

@media (min-width:768px) {
    .t-medium {
        line-height: 1.12;
        font-size: 25px
    }
}

@media (min-width:1024px) {
    .t-medium {
        line-height: 0;
        font-size: 90px
    }
}


.t-nav {
    line-height: 1.6;
    font-size: 7vh;
    color: #2d1f8c;
    font-family: 'Neue Haas Grotesk Roman', 'Radio Grotesk', san-serif;
}

@media (min-width:768px) {
    .t-nav {
        line-height: 1.12;
        font-size:7vh;
    }
}

@media (min-width:1024px) {
    .t-nav {
        font-size: 7vh
    }
}



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

}


.fart {

    position: relative;
    max-width: 100%;
    border-radius: 2vw;
    height: 50vh;
    margin: auto;
    width: 100%;
}


.solitaire {

    position: relative;
    max-width: 100%;
    border-radius: 2vw;
    height: 50vh;
    margin: auto;
    width: 100%;
}

@media (max-width:767px) {
    .solitaire {

        position: relative;
        max-width: 100%;
        border-radius: 2vw;
        height: 50vh;
        margin: auto;

        width: 100%;
    }

}

.t-paragraphs p+p {
    margin-top: 1.3em;

}





/* Style the buttons inside the tab */


/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #D8CCCE;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #D8CCCE;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
  background-color: #F5F3E7;
  -webkit-animation: fadeEffect 2s;
  animation: fadeEffect 2s;

}

.tabcontent2 {
  display: none;
  padding: 6px 12px;
  border-top: none;
  background-color: #F5F3E7;
  -webkit-animation: fadeEffect 2s;
  animation: fadeEffect 2s;

}





/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
  0%   { background-color: #F5F3E7; }
  100% { background-color: #F5F3E7; }
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
  0%   { background-color: #F5F3E7; }
  100% { background-color: #F5F3E7; }
}






.workcaption {
    font-size:.5em;
    text-transform: uppercase ;
    letter-spacing: 2px ;
    padding-top: 5px;
    padding-bottom: .5vh;
    color: #1C1919;
    padding-left: 10px;
    padding-right: 10px;
    font-family:FKRaster;
    text-align:left;
    line-height:1.1em;

}

.gridbox {
    padding-left: .5vw;
    padding-right: .5vw;

}





.aboutrow {
}

.aboutrow:after {
  content: "";
  display: table;
  clear: both;
}

.aboutcolumn {
    position: relative;
    display: inline-block;
    width: 50%;
    left: 5vw;
    padding: 20px;
}

@media screen and (max-width: 500px) {
  .aboutcolumn {
    width: 100%;
}
}

@media (max-width:767px) {
  .aboutcolumn {
    width: 100%;
}

}

@media (min-width:1024px) {
    .cols {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: -9px;
        margin-left: -9px
    }
}

@media (max-width:1023px) {
    .col-1 {
        width: 100%
    }
}

@media (max-width:767px) {
    .col-1 {
        margin-top: 20px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .col-1 {
        margin-top: 40px
    }
}

@media (min-width:1024px) {
    .col-1 {
        width: 8.33333%;
        padding: 0 9px
    }
}

@media (max-width:1023px) {
    .col-2 {
        width: 100%
    }
}

@media (max-width:767px) {
    .col-2 {
        margin-top: 20px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .col-2 {
        margin-top: 40px
    }
}

@media (min-width:1024px) {
    .col-2 {
        width: 16.66667%;
        padding: 0 9px
    }
}

@media (max-width:1023px) {
    .col-3 {
        width: 100%
    }
}

@media (max-width:767px) {
    .col-3 {
        margin-top: 20px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .col-3 {
        margin-top: 40px
    }
}

@media (min-width:1024px) {
    .col-3 {
        width: 25%;
        padding: 0 9px
    }
}

@media (max-width:1023px) {
    .col-4 {
        width: 100%
    }
}

@media (max-width:767px) {
    .col-4 {
        margin-top: 20px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .col-4 {
        margin-top: 40px
    }
}

@media (min-width:1024px) {
    .col-4 {
        width: 33.33333%;
        padding: 0 9px
    }
}

@media (max-width:1023px) {
    .col-5 {
        width: 100%
    }
}

@media (max-width:767px) {
    .col-5 {
        margin-top: 20px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .col-5 {
        margin-top: 40px
    }
}

@media (min-width:1024px) {
    .col-5 {
        width: 41.66667%;
        padding: 0 9px
    }
}

@media (max-width:1023px) {
    .col-6 {
        width: 100%
    }
}

@media (max-width:767px) {
    .col-6 {
        margin-top: 20px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .col-6 {
        margin-top: 40px
    }
}

@media (min-width:1024px) {
    .col-6 {
        width: 50%;
        padding: 0 9px
    }
}

@media (max-width:1023px) {
    .col-7 {
        width: 100%
    }
}

@media (max-width:767px) {
    .col-7 {
        margin-top: 20px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .col-7 {
        margin-top: 40px
    }
}

@media (min-width:1024px) {
    .col-7 {
        width: 58.33333%;
        padding: 0 9px
    }
}

@media (max-width:1023px) {
    .col-8 {
        width: 100%
    }
}

@media (max-width:767px) {
    .col-8 {
        margin-top: 20px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .col-8 {
        margin-top: 40px
    }
}

@media (min-width:1024px) {
    .col-8 {
        width: 66.66667%;
        padding: 0 9px
    }
}

@media (max-width:1023px) {
    .col-9 {
        width: 100%
    }
}

@media (max-width:767px) {
    .col-9 {
        margin-top: 20px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .col-9 {
        margin-top: 40px
    }
}

@media (min-width:1024px) {
    .col-9 {
        width: 75%;
        padding: 0 9px
    }
}

@media (max-width:1023px) {
    .col-10 {
        width: 100%
    }
}

@media (max-width:767px) {
    .col-10 {
        margin-top: 20px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .col-10 {
        margin-top: 40px
    }
}

@media (min-width:1024px) {
    .col-10 {
        width: 83.33333%;
        padding: 0 9px
    }
}

@media (max-width:1023px) {
    .col-11 {
        width: 100%
    }
}

@media (max-width:767px) {
    .col-11 {
        margin-top: 20px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .col-11 {
        margin-top: 40px
    }
}

@media (min-width:1024px) {
    .col-11 {
        width: 91.66667%;
        padding: 0 9px
    }
}

@media (max-width:1023px) {
    .col-12 {
        width: 100%
    }
}

@media (max-width:767px) {
    .col-12 {
        margin-top: 20px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .col-12 {
        margin-top: 40px
    }
}

@media (min-width:1024px) {
    .col-12 {
        width: 100%;
        padding: 0 9px
    }
}

.col--center {
    margin: 0 auto
}

.col--pad-inset {
    padding: none;
}

@media (min-width:1024px) {
    .col--pad-inset {
        padding: none;
    }
}

.cols--v-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}



.img-block {
    display: block;
    width: 100%;
    height: auto
}

.img-block--mw {
    display: block;
    max-width: 100%;
    height: auto
}

.site-nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #2D1F8C;
    color: #F4F2E9;
    background-image: linear-gradient(to bottom right, #D8CCCE, #F2ACC6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.site-nav-menu:not(.is-active) {
    display: none
}

.site-nav-menu a {
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms
}

.site-nav-menu a:hover {
    color: #2D1F8C;
}

.site-nav-menu .container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}


.site-nav-menu .nav-bar__amulet {
    position: absolute;
    top: 0;
    right: 0
}

@media (min-width:768px) {
    .site-nav-menu .container {
        padding-top: 70px;
        padding-bottom: 70px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}



.headercontainercolumn {
  float: left;
  width: 50%;
}

.headercontainercolumn1 {
  float: left;
  width: 50%;
  margin-left: 6vw;
}

.headercontainercolumn2 {
  float: right;
  width: 50%;
  margin-right: 9vw;
  margin-top: 1vh;

}

/* Clear floats after the columns */
.headercontainerrow:after {
  content: "";
  display: table;
  clear: both;
}


.headercontainermain {

    max-width: 90vw;
    margin-right: auto;
    margin-left: auto;

}

.site-nav-menu .headercontainermain {


    margin-top: 30vh;

    display: flex;

}


@media (min-width:768px) {
    .site-nav-menu .headercontainermain {

    }
}



.is-reach-end:not(.is-nav-open) .nav-bar {
    -webkit-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    transform: translateY(-75%)
}

.nav-bar__icon {
    padding: 12px;
    height: 48px;
    cursor: pointer;
    background-color: #D8CCCE;
    -webkit-transition: background-color 350ms;
    -o-transition: background-color 350ms;
    transition: background-color 350ms;
    position: relative;
    z-index: 1
}

@media (min-width:768px) {
    .nav-bar__icon {
        padding: 18px;
        height: 60px
    }
}

.nav-bar__icon rect {
    fill: #271F1D
}

.nav-bar__icon svg {
    display: block;
    overflow: visible;
    height: 24px;
    width: 25px
}

.close-bar-1,
.close-bar-2,
.open-bar {
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms
}

.close-bar-1,
.close-bar-2 {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.open-bar {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.lovers-vert {
    padding: 0 18px 18px;
    transition: transform 500ms cubic-bezier(0.075, .82, .165, 1), -webkit-transform 500ms cubic-bezier(0.075, .82, .165, 1), background-color 350ms;
    display: none;
    background-color: #F5F3E7
}

.lovers-vert svg {
    display: block;
    width: 25px;
    height: auto
}

.lovers-vert path,
.lovers-vert polygon {
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms
}

@media (min-width:768px) {
    .lovers-vert {
        display: block
    }
}

.is-home:not(.is-scrolled) .lovers-vert {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.is-nav-active .lovers-vert,
.is-nav-active .nav-bar__icon {
    background-color: #F5F3E7
}

.is-nav-active .lovers-vert path,
.is-nav-active .lovers-vert polygon,
.is-nav-active .nav-bar__icon rect {
    fill: #271F1D
}

.is-nav-active .close-bar-1,
.is-nav-active .close-bar-2 {
    opacity: 1
}

.is-nav-active .open-bar {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

.is-nav-active .close-bar-1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.is-nav-active .close-bar-2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}







/*
.workmargin {
    margin: 0;
    position: absolute;
    top: 40%;
    left: 10%;
    right: 10%;
    padding-right: 0vw;
    transform: translate(0, -75%);

}
*/

.workrow {
    display: flex;
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.footercolumnpad {
    flex: 50%;
    color: #F4F2E9;
    text-align: center;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}


.footercolumn {
   flex: 40%;
   background-color: #F5F3E7;
   color: #F4F2E9;
   padding-top: 2vh;
   border-right: 2px solid #271F1D;
   padding-bottom: 2vh;
}

.footercolumn1 {
   flex: 75%;
   background-color: #F0EEEC;
   color: #F4F2E9;
   text-align: center;
   padding-top: 2vh;
   padding-bottom: 2vh;
   border-right: 2px solid #271F1D;
}



.footerrow {
  display: flex;

}


.nextbutton {
    display: block; */
    z-index: 3;
    /* width: 100%; */
    /* right: auto; */
    /* left: auto; */
    padding-left: 41vw;
    /* padding-right: 10vw; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 18vh;
    margin-bottom: 18vh;

}

.nextbutton:after{
  content: "";
  display: table;
  clear: both;
}

.back-button2 {
    padding: 0.3vw 15vw 0.3vw;
    background-color: #F0EEEC;
    font-family: Neue Haas Grotesk Roman, sans-serif;
    font-size: 3vw;
    font-weight: 400;
}




/*
  .back-button {
    font-size: 7vw;
    line-height: 7vw;
  }
*/




input.w-button {
    -webkit-appearance: button;
}

.workinformation {
    text-align: center; 
    width: 95%;
    margin-left:auto; 
    margin-right:auto;
}

.div-block-199 {
}

.div-block-176 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-177 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.publications {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #1C1919;
  color: #1C1919;
}

.caption.dark.new-link {
  color: #1C1919;
  text-decoration: underline;
  cursor: none;
}

.site-footer {
    background-color: #F5F3E7;
    color: #F4F2E9;
    bottom: 0;
    border-top: 2px solid #271F1D;
    border-bottom: 2px solid #271F1D;
    position: relative;
    z-index: 2
}

@media (min-width:1024px) {
    .site-footer {
        min-height: 2vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.site-footer a {
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms
}

.site-footer a:hover {
    opacity: .35
}

.site-footer .container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:768px) {
    .site-footer .container {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.site-footer__top {
    text-align: center;


}

@media (min-width:768px) {
    .site-footer__top {

    }
}

.site-footer__middle {
    text-align: center;
    z-index: -1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5vw;
    padding-bottom: 4vh;
    padding-top: 0vh;

}

.site-footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0px
}

@media (max-width:767px) {
    .site-footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:768px) {
    .site-footer__bottom {

        margin-top: 0vh;
        margin-bottom: 0vh;
    }
}

.site-footer__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.site-footer__col {
    margin-right: 20px;
    font-size: 9px;
    line-height: 1.3125
}

@media (max-width:767px) {
    .site-footer__col:last-child {
        margin-right: 0
    }
}

@media (min-width:768px) {
    .site-footer__col {
        margin-right: 40px;
        font-size: 16px;
        line-height: 1.375
    }
}

.site-footer__col p {
    margin-bottom: -.375em
}

@media (max-width:767px) {
    .site-footer__nav {
        font-size: 7vh;
        line-height: 1.6
    }
}

@media (min-width:768px) {
    .site-footer__nav {
        line-height: 1.45;
        font-size: 7vh;
    }
}

@media (min-width:1541px) {
    .site-footer__nav {
        font-size: 7vh;
    }
}

.site-footer__nav nav {
    margin-bottom: -.22222em
}

@media (min-width:768px) {
    .site-footer__nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .site-footer__nav li {
        margin: 0 0px
    }
}

.site-footer__logo svg {
    display: block;
    width: auto;
    height: 100px
}

@media (max-width:767px) {
    .site-footer__logo svg {
        height: 52px
    }
}

.site-footer__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}
.site-footer__social2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}

@media (max-width:767px) {
    .site-footer__social {
        margin-bottom: 0px
    }
    .site-footer__social2 {
        margin-bottom: 0px
    }
}



.site-footer__social a:hover {
    opacity: .35
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    transition: transform 1500ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 1500ms cubic-bezier(0.23, 1, .32, 1);

}

.site-footer__social a:last-child {
    margin-right: 0
}

.site-footer__social2 a:hover {
    opacity: .35
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    transition: transform 1500ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 1500ms cubic-bezier(0.23, 1, .32, 1);

}

.site-footer__social2 a:last-child {
    margin-right: 0
}


.site-footer__socialmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}

@media (max-width:767px) {
    .site-footer__socialmenu {
        margin-bottom: 0px
    }
}



.site-footer__socialmenu a:hover {
    opacity: .35
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    transition: transform 1500ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 1500ms cubic-bezier(0.23, 1, .32, 1);

}

.site-footer__socialmenu a:last-child {
    margin-right: 0
}


---------

@media (min-width:768px) {

}

.video-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -5px
}



.video-grid .video-grid__single {
    width: 50%;
    padding: 5px
}

.video-grid.video-grid--3 .video-grid__single {
    width: 33.33%
}

.video-embed {
    width: 100%;
    position: relative;
    overflow: hidden
}

.video-embed img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 1000ms cubic-bezier(0.23, 1, .32, 1);
    -o-transition: all 1000ms cubic-bezier(0.23, 1, .32, 1);
    transition: all 1000ms cubic-bezier(0.23, 1, .32, 1)
}

.video-embed .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms
}

.video-embed img.lazyloaded+.play-icon {
    opacity: 1
}

.video-embed:hover img {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.play-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #fff
}

@media (min-width:768px) {
    .play-icon {
        border-width: 20px 0 20px 20px
    }
}

@media (min-width:1024px) {
    .play-icon {
        border-width: 30px 0 30px 30px
    }
}

.responsive-embed-wrap {
    width: 100%;
    height: 100%;
    max-width: 900px
}

.responsive-embed {
    position: relative;
    width: 100%;
    height: 100%
}

.responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.button {
    border: 2px solid;
    display: inline-block;
    padding: 10px 18px 7px;
/*    color: inherit;*/
-webkit-transition: opacity 250ms;
-o-transition: opacity 250ms;
transition: opacity 250ms
}

.button:hover {
    opacity: .35
}

.button--about-me {
    color: #F4F2E9;
}

@media (max-width:767px) {
    .button {
        font-size: 17px
    }
}

.button-block {
    text-align: center
}

.icon-info {
    display: block;
    width: 12px;
    height: 12px
}

.icon-info svg {
    display: block;
    width: 100%;
    height: 100%
}

@media (min-width:768px) {
    .icon-info {
        width: 22px;
        height: 22px
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-color: #F5F3E7;
}

body.is-locked {
    overflow-y: hidden
}

.site {
    background-color: #F5F3E7;
}

.content {
    background-color: #fff;
    z-index: 1
}

.container {
    width: 100%;
    max-width: 1540px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px
}


/*
.headercontainer {
    margin-left: auto; 
    margin-right: -25px;
    margin-bottom: -50vh;
    width: 25vw;
    z-index: 3;
    position: initial;
}
*/





.vidcontainer {
    width: 100vw;
    height: 100vh;
    padding: 1vh 1vw 1vw ;

}

.aboutontainer2 {
    width: 100vw;
    height: 30vh;

}


.workimagecolumn1 {
    float: left;
    width: 50%;
    padding: 10px;
}

.workimagecolumn2 {
    float: right;
    width: 50%;
    padding: 10px;

}

.workimagecontainer {
    display: flex;
}

.aboutcontainer {
    width: 100%;
    margin-top: 15vh; 
    max-width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1vw;
    padding-left: 1vw;
    padding-bottom: 15vh;

}



@media screen and (max-width: 600px) {
  .workimagecolumn1 {
    width: 100%;
}
.workimagecolumn2 {
    width: 100%;
    padding-top:1vh; 
    padding-left:2vw;
}
}

.bottom_stroke {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: -1px;
    display: none;
    width: 100%;
    height: 1px;
    margin-bottom: 0;
    background-color: #151515;
}

/*
@media (min-width:768px) {
    .container {
        padding-right: 70px;
        padding-left: 70px
    }
*/



.container--wide {
    max-width: none
}

.lazyload,
.lazyloaded,
.lazyloading {
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1
}

[data-split-text] .split-text-word {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    transition: transform 750ms cubic-bezier(0.25, .46, .45, .94), -webkit-transform 750ms cubic-bezier(0.25, .46, .45, .94), opacity 750ms cubic-bezier(0.25, .46, .45, .94)
}

[data-split-text] .split-text-word.word1 {
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms
}

[data-split-text] .split-text-word.word2 {
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms
}

[data-split-text] .split-text-word.word3 {
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms
}

[data-split-text] .split-text-word.word4 {
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms
}

[data-split-text] .split-text-word.word5 {
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms
}

[data-split-text] .split-text-word.word6 {
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms
}

[data-split-text] .split-text-word.word7 {
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms
}

[data-split-text] .split-text-word.word8 {
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms
}

[data-split-text] .split-text-word.word9 {
    -webkit-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms
}

[data-split-text] .split-text-word.word10 {
    -webkit-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms
}

[data-split-text] .split-text-word.word11 {
    -webkit-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    transition-delay: 1100ms
}

[data-split-text] .split-text-word.word12 {
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms
}

[data-split-text] .split-text-word.word13 {
    -webkit-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms
}

[data-split-text] .split-text-word.word14 {
    -webkit-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms
}

[data-split-text] .split-text-word.word15 {
    -webkit-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms
}

[data-split-text] .split-text-word.word16 {
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms
}

[data-split-text] .split-text-word.word17 {
    -webkit-transition-delay: 1700ms;
    -o-transition-delay: 1700ms;
    transition-delay: 1700ms
}

[data-split-text] .split-text-word.word18 {
    -webkit-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms
}

[data-split-text] .split-text-word.word19 {
    -webkit-transition-delay: 1900ms;
    -o-transition-delay: 1900ms;
    transition-delay: 1900ms
}

[data-split-text] .split-text-word.word20 {
    -webkit-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms
}

[data-split-text] .split-text-word.word21 {
    -webkit-transition-delay: 2100ms;
    -o-transition-delay: 2100ms;
    transition-delay: 2100ms
}

[data-split-text] .split-text-word.word22 {
    -webkit-transition-delay: 2200ms;
    -o-transition-delay: 2200ms;
    transition-delay: 2200ms
}

[data-split-text] .split-text-word.word23 {
    -webkit-transition-delay: 2300ms;
    -o-transition-delay: 2300ms;
    transition-delay: 2300ms
}

[data-split-text] .split-text-word.word24 {
    -webkit-transition-delay: 2400ms;
    -o-transition-delay: 2400ms;
    transition-delay: 2400ms
}

[data-split-text] .split-text-word.word25 {
    -webkit-transition-delay: 2500ms;
    -o-transition-delay: 2500ms;
    transition-delay: 2500ms
}

[data-split-text] .split-text-word.word26 {
    -webkit-transition-delay: 2600ms;
    -o-transition-delay: 2600ms;
    transition-delay: 2600ms
}

[data-split-text] .split-text-word.word27 {
    -webkit-transition-delay: 2700ms;
    -o-transition-delay: 2700ms;
    transition-delay: 2700ms
}

[data-split-text] .split-text-word.word28 {
    -webkit-transition-delay: 2800ms;
    -o-transition-delay: 2800ms;
    transition-delay: 2800ms
}

[data-split-text] .split-text-word.word29 {
    -webkit-transition-delay: 2900ms;
    -o-transition-delay: 2900ms;
    transition-delay: 2900ms
}

[data-split-text] .split-text-word.word30 {
    -webkit-transition-delay: 3000ms;
    -o-transition-delay: 3000ms;
    transition-delay: 3000ms
}

[data-split-text] .split-text-word.word31 {
    -webkit-transition-delay: 3100ms;
    -o-transition-delay: 3100ms;
    transition-delay: 3100ms
}

[data-split-text] .split-text-word.word32 {
    -webkit-transition-delay: 3200ms;
    -o-transition-delay: 3200ms;
    transition-delay: 3200ms
}

[data-split-text] .split-text-word.word33 {
    -webkit-transition-delay: 3300ms;
    -o-transition-delay: 3300ms;
    transition-delay: 3300ms
}

[data-split-text] .split-text-word.word34 {
    -webkit-transition-delay: 3400ms;
    -o-transition-delay: 3400ms;
    transition-delay: 3400ms
}

[data-split-text] .split-text-word.word35 {
    -webkit-transition-delay: 3500ms;
    -o-transition-delay: 3500ms;
    transition-delay: 3500ms
}

[data-split-text] .split-text-word.word36 {
    -webkit-transition-delay: 3600ms;
    -o-transition-delay: 3600ms;
    transition-delay: 3600ms
}

[data-split-text] .split-text-word.word37 {
    -webkit-transition-delay: 3700ms;
    -o-transition-delay: 3700ms;
    transition-delay: 3700ms
}

[data-split-text] .split-text-word.word38 {
    -webkit-transition-delay: 3800ms;
    -o-transition-delay: 3800ms;
    transition-delay: 3800ms
}

[data-split-text] .split-text-word.word39 {
    -webkit-transition-delay: 3900ms;
    -o-transition-delay: 3900ms;
    transition-delay: 3900ms
}

[data-split-text] .split-text-word.word40 {
    -webkit-transition-delay: 4000ms;
    -o-transition-delay: 4000ms;
    transition-delay: 4000ms
}

[data-split-text] .split-text-word.word41 {
    -webkit-transition-delay: 4100ms;
    -o-transition-delay: 4100ms;
    transition-delay: 4100ms
}

[data-split-text] .split-text-word.word42 {
    -webkit-transition-delay: 4200ms;
    -o-transition-delay: 4200ms;
    transition-delay: 4200ms
}

[data-split-text] .split-text-word.word43 {
    -webkit-transition-delay: 4300ms;
    -o-transition-delay: 4300ms;
    transition-delay: 4300ms
}

[data-split-text] .split-text-word.word44 {
    -webkit-transition-delay: 4400ms;
    -o-transition-delay: 4400ms;
    transition-delay: 4400ms
}

[data-split-text] .split-text-word.word45 {
    -webkit-transition-delay: 4500ms;
    -o-transition-delay: 4500ms;
    transition-delay: 4500ms
}

[data-split-text] .split-text-word.word46 {
    -webkit-transition-delay: 4600ms;
    -o-transition-delay: 4600ms;
    transition-delay: 4600ms
}

[data-split-text] .split-text-word.word47 {
    -webkit-transition-delay: 4700ms;
    -o-transition-delay: 4700ms;
    transition-delay: 4700ms
}

[data-split-text] .split-text-word.word48 {
    -webkit-transition-delay: 4800ms;
    -o-transition-delay: 4800ms;
    transition-delay: 4800ms
}

[data-split-text] .split-text-word.word49 {
    -webkit-transition-delay: 4900ms;
    -o-transition-delay: 4900ms;
    transition-delay: 4900ms
}

[data-split-text] .split-text-word.word50 {
    -webkit-transition-delay: 5000ms;
    -o-transition-delay: 5000ms;
    transition-delay: 5000ms
}

[data-split-text] .split-text-word.word51 {
    -webkit-transition-delay: 5100ms;
    -o-transition-delay: 5100ms;
    transition-delay: 5100ms
}

[data-split-text] .split-text-word.word52 {
    -webkit-transition-delay: 5200ms;
    -o-transition-delay: 5200ms;
    transition-delay: 5200ms
}

[data-split-text] .split-text-word.word53 {
    -webkit-transition-delay: 5300ms;
    -o-transition-delay: 5300ms;
    transition-delay: 5300ms
}

[data-split-text] .split-text-word.word54 {
    -webkit-transition-delay: 5400ms;
    -o-transition-delay: 5400ms;
    transition-delay: 5400ms
}

[data-split-text] .split-text-word.word55 {
    -webkit-transition-delay: 5500ms;
    -o-transition-delay: 5500ms;
    transition-delay: 5500ms
}

[data-split-text] .split-text-word.word56 {
    -webkit-transition-delay: 5600ms;
    -o-transition-delay: 5600ms;
    transition-delay: 5600ms
}

[data-split-text] .split-text-word.word57 {
    -webkit-transition-delay: 5700ms;
    -o-transition-delay: 5700ms;
    transition-delay: 5700ms
}

[data-split-text] .split-text-word.word58 {
    -webkit-transition-delay: 5800ms;
    -o-transition-delay: 5800ms;
    transition-delay: 5800ms
}

[data-split-text] .split-text-word.word59 {
    -webkit-transition-delay: 5900ms;
    -o-transition-delay: 5900ms;
    transition-delay: 5900ms
}

[data-split-text] .split-text-word.word60 {
    -webkit-transition-delay: 6000ms;
    -o-transition-delay: 6000ms;
    transition-delay: 6000ms
}

[data-split-text] .split-text-word.word61 {
    -webkit-transition-delay: 6100ms;
    -o-transition-delay: 6100ms;
    transition-delay: 6100ms
}

[data-split-text] .split-text-word.word62 {
    -webkit-transition-delay: 6200ms;
    -o-transition-delay: 6200ms;
    transition-delay: 6200ms
}

[data-split-text] .split-text-word.word63 {
    -webkit-transition-delay: 6300ms;
    -o-transition-delay: 6300ms;
    transition-delay: 6300ms
}

[data-split-text] .split-text-word.word64 {
    -webkit-transition-delay: 6400ms;
    -o-transition-delay: 6400ms;
    transition-delay: 6400ms
}

[data-split-text] .split-text-word.word65 {
    -webkit-transition-delay: 6500ms;
    -o-transition-delay: 6500ms;
    transition-delay: 6500ms
}

[data-split-text] .split-text-word.word66 {
    -webkit-transition-delay: 6600ms;
    -o-transition-delay: 6600ms;
    transition-delay: 6600ms
}

[data-split-text] .split-text-word.word67 {
    -webkit-transition-delay: 6700ms;
    -o-transition-delay: 6700ms;
    transition-delay: 6700ms
}

[data-split-text] .split-text-word.word68 {
    -webkit-transition-delay: 6800ms;
    -o-transition-delay: 6800ms;
    transition-delay: 6800ms
}

[data-split-text] .split-text-word.word69 {
    -webkit-transition-delay: 6900ms;
    -o-transition-delay: 6900ms;
    transition-delay: 6900ms
}

[data-split-text] .split-text-word.word70 {
    -webkit-transition-delay: 7000ms;
    -o-transition-delay: 7000ms;
    transition-delay: 7000ms
}

[data-split-text] .split-text-word.word71 {
    -webkit-transition-delay: 7100ms;
    -o-transition-delay: 7100ms;
    transition-delay: 7100ms
}

[data-split-text] .split-text-word.word72 {
    -webkit-transition-delay: 7200ms;
    -o-transition-delay: 7200ms;
    transition-delay: 7200ms
}

[data-split-text] .split-text-word.word73 {
    -webkit-transition-delay: 7300ms;
    -o-transition-delay: 7300ms;
    transition-delay: 7300ms
}

[data-split-text] .split-text-word.word74 {
    -webkit-transition-delay: 7400ms;
    -o-transition-delay: 7400ms;
    transition-delay: 7400ms
}

[data-split-text] .split-text-word.word75 {
    -webkit-transition-delay: 7500ms;
    -o-transition-delay: 7500ms;
    transition-delay: 7500ms
}

[data-split-text] .split-text-word.word76 {
    -webkit-transition-delay: 7600ms;
    -o-transition-delay: 7600ms;
    transition-delay: 7600ms
}

[data-split-text] .split-text-word.word77 {
    -webkit-transition-delay: 7700ms;
    -o-transition-delay: 7700ms;
    transition-delay: 7700ms
}

[data-split-text] .split-text-word.word78 {
    -webkit-transition-delay: 7800ms;
    -o-transition-delay: 7800ms;
    transition-delay: 7800ms
}

[data-split-text] .split-text-word.word79 {
    -webkit-transition-delay: 7900ms;
    -o-transition-delay: 7900ms;
    transition-delay: 7900ms
}

[data-split-text] .split-text-word.word80 {
    -webkit-transition-delay: 8000ms;
    -o-transition-delay: 8000ms;
    transition-delay: 8000ms
}

[data-split-text] .split-text-word.word81 {
    -webkit-transition-delay: 8100ms;
    -o-transition-delay: 8100ms;
    transition-delay: 8100ms
}

[data-split-text] .split-text-word.word82 {
    -webkit-transition-delay: 8200ms;
    -o-transition-delay: 8200ms;
    transition-delay: 8200ms
}

[data-split-text] .split-text-word.word83 {
    -webkit-transition-delay: 8300ms;
    -o-transition-delay: 8300ms;
    transition-delay: 8300ms
}

[data-split-text] .split-text-word.word84 {
    -webkit-transition-delay: 8400ms;
    -o-transition-delay: 8400ms;
    transition-delay: 8400ms
}

[data-split-text] .split-text-word.word85 {
    -webkit-transition-delay: 8500ms;
    -o-transition-delay: 8500ms;
    transition-delay: 8500ms
}

[data-split-text] .split-text-word.word86 {
    -webkit-transition-delay: 8600ms;
    -o-transition-delay: 8600ms;
    transition-delay: 8600ms
}

[data-split-text] .split-text-word.word87 {
    -webkit-transition-delay: 8700ms;
    -o-transition-delay: 8700ms;
    transition-delay: 8700ms
}

[data-split-text] .split-text-word.word88 {
    -webkit-transition-delay: 8800ms;
    -o-transition-delay: 8800ms;
    transition-delay: 8800ms
}

[data-split-text] .split-text-word.word89 {
    -webkit-transition-delay: 8900ms;
    -o-transition-delay: 8900ms;
    transition-delay: 8900ms
}

[data-split-text] .split-text-word.word90 {
    -webkit-transition-delay: 9000ms;
    -o-transition-delay: 9000ms;
    transition-delay: 9000ms
}

[data-split-text] .split-text-word.word91 {
    -webkit-transition-delay: 9100ms;
    -o-transition-delay: 9100ms;
    transition-delay: 9100ms
}

[data-split-text] .split-text-word.word92 {
    -webkit-transition-delay: 9200ms;
    -o-transition-delay: 9200ms;
    transition-delay: 9200ms
}

[data-split-text] .split-text-word.word93 {
    -webkit-transition-delay: 9300ms;
    -o-transition-delay: 9300ms;
    transition-delay: 9300ms
}

[data-split-text] .split-text-word.word94 {
    -webkit-transition-delay: 9400ms;
    -o-transition-delay: 9400ms;
    transition-delay: 9400ms
}

[data-split-text] .split-text-word.word95 {
    -webkit-transition-delay: 9500ms;
    -o-transition-delay: 9500ms;
    transition-delay: 9500ms
}

[data-split-text] .split-text-word.word96 {
    -webkit-transition-delay: 9600ms;
    -o-transition-delay: 9600ms;
    transition-delay: 9600ms
}

[data-split-text] .split-text-word.word97 {
    -webkit-transition-delay: 9700ms;
    -o-transition-delay: 9700ms;
    transition-delay: 9700ms
}

[data-split-text] .split-text-word.word98 {
    -webkit-transition-delay: 9800ms;
    -o-transition-delay: 9800ms;
    transition-delay: 9800ms
}

[data-split-text] .split-text-word.word99 {
    -webkit-transition-delay: 9900ms;
    -o-transition-delay: 9900ms;
    transition-delay: 9900ms
}

[data-split-text] .split-text-word.word100 {
    -webkit-transition-delay: 10000ms;
    -o-transition-delay: 10000ms;
    transition-delay: 10000ms
}

[data-split-text].lazyloaded .split-text-word {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media (min-width:768px) {
    .hide-on-mobile {
        display: none
    }
}

::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none
}

::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none
}

::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none
}

.is-home .content {
    background-color: #F5F3E7
}

.lovers-logo {
    width: 100%;
}

.lovers-logo svg {
    display: block;
    width: 100%;
    height: auto
}

.lovers-logo-strap {
    margin-top: .4em;
    margin-bottom: .4em;
    color:#F4F2E9;
    text-align: center
}

@media (min-width:540px) {
    .lovers-logo-strap br {
        display: none
    }
}

.lovers-amulet {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 48px;
    height: 48px;
    padding: 8px
}

.lovers-amulet svg {
    display: block;
    width: auto;
    margin-left: auto;
    height: 30px
    padding: 25px;
}

@media (min-width:768px) {
    .lovers-amulet {
        height: 60px;
        width: 75px;
        padding: 25px
    }

    .lovers-amulet svg {
        margin-left: auto;
        margin-right: auto;
        height: 36px
    }
}

.logo-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -6px
}

@media (max-width:1023px) {
    .logo-box {
        max-width: 450px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width:768px) {
    .logo-box {
        margin: -9px
    }
}

.logo-box__single {
    padding: 12px;
    margin: 6px 0;
    width: 33.33%
}

@media (min-width:768px) {
    .logo-box__single {
        width: 25%;
        padding: 18px;
        margin: 9px 0
    }
}

.logo-box__single img {
    display: block;
    width: 80%;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    margin: 0 auto
}

@media (min-width:768px) {
    .logo-box__single img {
        height: 80px;
    }
}

.home-work-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4vh;
    padding-left: 2vw;
    padding-right: 2vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width:768px) {
}



.home-work-grid__single:hover .homeoverlay  {
  opacity: .99;


}

.homeoverlay {
  position:  ;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: .5vw;
  margin-left: .5vw;
  opacity: 0;
  transition: .5s ease;
  border-radius: 1vw;
  background-color: #131044;
}

.home-work-grid__singletext {
  color: white;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: 'Neue Haas Grotesk bold', 'Radio Grotesk Light';
  position: absolute;
  top: 50%;
  left: 50%;
  transition: .5s ease;

  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.home-work-grid__singlealt {
    margin: 1vh 0;
    margin-left: .5vw;
    margin-right: .5vw;
    border-radius: 1vw;
    border: 1px solid black;

}

.home-work-grid__single a {
    display: block;
    height: auto;
    width: 100%;

}

@media (min-width:768px) {
    .home-work-grid__single:hover {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }



}




@media (min-width:768px) {
    .home-work-grid-full {
        margin: 0px 0px 20px 0px;
    }
}

.home-work-grid__full {
    margin: 0px 0px 80px 0px;
    transition: transform 1500ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 1500ms cubic-bezier(0.23, 1, .32, 1)
}

.home-work-grid__full a {
    display: block
}

@media (min-width:768px) {
    .home-work-grid__full:hover {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.home-work-grid__full img {
    display: block;
    margin-left:auto;
    margin-right:auto;
    width: 90%;
    border-radius: 3vw;
    height: auto;
}

@media (min-width:768px) {
    .home-work-grid__full {
        margin: 5px 5px 80px 5px;
    }

    .home-work-grid__full img {
        width: 90%;

    }
}



.home-section--spacer2 {
    height: 2vh;
}


.home-section--main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh
}

.home-section--child,
.home-section--main .container {
    position: relative;
    z-index: 2
}

.projects-signoff {
    text-align: center
}

.projects-signoff>* {
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .projects-signoff>* {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.projects-signoff__images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -9px
}

@media (max-width:767px) {
    .projects-signoff__images {
        display: none
    }
}

.projects-signoff__images img {
    display: block;
    max-width: 100%;
    max-height: 130px;
    margin: 9px
}

.project-content {

    margin-right: 6vw; 
    margin-left: 6vw;
}

.project-grid {
    padding: 20px
}

@media (min-width:768px) {
    .project-grid {
        padding: 50px 70px
    }
}

.grid-sizer {
    width: 50%
}

.project-thumb {
    width: 100%;
    text-align: center;
    margin: 20px 0
}

@media (min-width:768px) {
    .project-thumb {
        margin: 50px 0
    }
}

.project-thumb__inner {
    display: block
}

@media (min-width:768px) {

    .project-thumb__inner:hover .project-thumb__area,
    .project-thumb__inner:hover .project-thumb__img,
    .project-thumb__inner:hover .project-thumb__title {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@media (min-width:768px) {

    .project-thumb--edgeless:nth-child(odd)+.project-thumb,
    .project-thumb--full:nth-child(odd)+.project-thumb {
        margin-top: 50px !important
    }

    .project-thumb--edgeless:nth-child(even)+.project-thumb,
    .project-thumb--edgeless:nth-child(odd)+.project-thumb+.project-thumb,
    .project-thumb--full:nth-child(even)+.project-thumb,
    .project-thumb--full:nth-child(odd)+.project-thumb+.project-thumb {
        margin-top: 10vw
    }
}

.project-thumb--edgeless .project-thumb__inner {
    margin-left: -20px;
    margin-right: -20px
}

@media (min-width:768px) {
    .project-thumb--edgeless .project-thumb__inner {
        margin-left: -70px;
        margin-right: -70px
    }
}

.project-thumb--default {
    width: 100%;
    padding: 0 20px
}

@media (min-width:540px) {
    .project-thumb--default {
        padding: 0 40px;
        width: 50%
    }


}

@media (min-width:768px) {
    .project-thumb--default {
        padding: 0 70px
    }
}

@media (min-width:1280px) {
    .project-thumb--default {
        padding: 0 100px
    }
}

.project-thumb--default .img-portrait {
    max-width: 75%;
    margin: 0 auto
}

.project-thumb__title {
    margin-bottom: 12px
}

@media (min-width:768px) {
    .project-thumb__title {
        margin-bottom: 18px
    }
}

.project-thumb__area {
    margin: 12px 0 20px
}

@media (min-width:768px) {
    .project-thumb__area {
        margin: 18px 0 40px
    }
}

.project-thumb__area,
.project-thumb__img,
.project-thumb__title {
    transition: transform 1500ms cubic-bezier(0.23, 1, .32, 1), -webkit-transform 1500ms cubic-bezier(0.23, 1, .32, 1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.project-thumb__area {
    -webkit-transition-delay: 75ms;
    -o-transition-delay: 75ms;
    transition-delay: 75ms
}

.project-thumb__img {
    -webkit-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
    margin-top: 20px
}

@media (min-width:768px) {
    .project-thumb__img {
        margin-top: 40px
    }
}

.single-project__area {
    display: inline-block;
    position: relative;
    margin-top: 12px
}

.single-project__area .icon-info {
    display: inline-block;
    vertical-align: middle;
    margin-right: -22px;
    margin-left: 10px;
    margin-top: -2px
}

@media (min-width:768px) {
    .single-project__area {
        margin-top: 40px
    }

    .single-project__area .icon-info {
        margin-top: -5px;
        margin-right: -32px
    }
}

.project-img {

    display: block;
    margin-left: auto;
    margin-right:auto;
    width: 50%;
}






.iframe {

    padding:49% 0 0 0;
    position:relative; 
    margin-left:80px; 
    margin-right:80px;
}


@media (max-width:768px) {

    .iframe {

        padding:56.25% 0 0 0;
        position:relative; 
        margin-left:10px; 
        margin-right:10px;
    }

}





.project-module--collapse:not(:first-child) {
    margin-top: -40px
}

@media (min-width:768px) {
    .project-module--collapse:not(:first-child) {
        margin-top: -100px
    }
}

.project-module--collapse:first-child {
    margin-top: -1px
}

.project-module--edgeless {
    padding: 2vw;
}

.project-module__inner {
    margin: 0 auto;
    font-size: 5vw;
    letter-spacing: 0px;
    font-family: 'Neue Haas Grotesk Roman', 'Radio Grotesk Light';
}


.project-text {
    text-align: center
}


.project-text-inner {
    padding-top:30px;
}

.project-text-img {
    padding-top:30px;
    text-align:center;
}


.project-text-title {
    padding-top:90px;
}


.project-text__element {
    position: relative;
    display: inline-block;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms
}

.project-text__element .icon-info {
    position: absolute;
    top: .2em;
    right: -22px
}

@media (min-width:768px) {
    .project-text__element .icon-info {
        right: -44px
    }
}

.project-text__element:hover {
    opacity: .35
}

.project-image-row__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -5px
}

.project-image-row__wrap+.project-image-row__wrap {
    margin-top: 10px
}

.project-image-row.project-module--collapse .project-module__inner {
    padding-top: 6vh;
    width: 85%;
}

.project-image-row__img {
    padding-top: 4vh;
    padding-right: 10px;
}



.project-image-row__img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: 10px;
    border-radius: 2vw;
}




.project-layered:after {
    content: '';
    display: table;
    clear: both
}

.layered-image {
    width: 60%;
    position: relative
}

.layered-image:first-child {
    z-index: 2
}

.layered-image:last-child {
    z-index: 1;
    float: right;
    margin-top: -20%
}

.project-paired-images .project-module__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px
}

@media (min-width:768px) {
    .project-paired-images .project-module__inner {
        padding: 0 50px
    }
}

.project-paired-image__single {
    width: 50%;
    padding: 0 20px
}

@media (min-width:768px) {
    .project-paired-image__single {
        padding: 0 50px
    }
}

.project-paired-image__single .img-portrait {
    max-width: 75%;
    margin: 0 auto
}

[data-lightbox-open],
[data-toggle-info] {
    cursor: pointer
}

.project-info {
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.project-info .single-project__area {
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms
}

.project-info .project-info-hidden {
    display: none
}

.project-info.is-active {
    position: fixed;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.project-info.is-active .project-info-hidden {
    display: block
}

[data-toggle-info]:hover .single-project__area {
    opacity: .35
}

.project-info-return {
    display: block;
    margin: 0 auto
}

.project-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    overflow: auto
}

.project-lightbox.is-active {
    display: block
}

@media (min-width:1024px) {
    .project-lightbox .swiper-container {
        min-height: 400px
    }
}

.project-lightbox--invert {
    background-color: rgba(0, 0, 0, .9)
}

.project-lightbox--invert svg polygon {
    fill: #fff
}

.swiper-container,
.swiper-slide,
.swiper-wrapper {
    height: 100%;
    width: 100%
}

.swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px
}

@media (min-width:768px) {
    .swiper-slide {
        padding: 100px
    }
}

.swiper-slide.project-lightbox__slide--no-pad {
    padding: 0
}

.swiper-slide img,
.swiper-slide video {
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%
}

.swiper-caption {
    text-align: center;
    font-size: .7em;
    max-width: 77%;
    color: #fff;
    margin:auto;
    padding: 3vh;
}

.project-lightbox__caption {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 100%;
    max-width:1200px;
    margin: 0px 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.375
}

@media (min-width:768px) {
    .project-lightbox__caption {
        margin: 40px 0;
        font-size: 16px
    }
}

.project-lightbox__control {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 40px;
    height: 100%;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

@media (min-width:1024px) {
    .project-lightbox__control {
        min-height: 400px
    }
}

.project-lightbox__control svg {
    height: 100%;
    width: 16px;
    margin: 0 auto;
    transition: transform 250ms cubic-bezier(0.25, .46, .45, .94), -webkit-transform 250ms cubic-bezier(0.25, .46, .45, .94)
}

.project-lightbox__control polygon {
    -webkit-transition: fill 250ms;
    -o-transition: fill 250ms;
    transition: fill 250ms
}

@media (min-width:768px) {
    .project-lightbox__control {
        width: 100px
    }

    .project-lightbox__control svg {
        width: 26px
    }
}

.control-left {
    color:#fff;
    left: 0;
}

.control-right {
    color:#fff;
    right: 0;
}

.no-touchevents .control-left:hover svg {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.no-touchevents .control-right:hover svg {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.project-lightbox__close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.project-lightbox__close:hover svg {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85)
}

.project-lightbox__close svg {
    height: 100%;
    width: 16px;
    margin: 0 auto;
    transition: transform 250ms cubic-bezier(0.25, .46, .45, .94), -webkit-transform 250ms cubic-bezier(0.25, .46, .45, .94)
}

@media (min-width:768px) {
    .project-lightbox__close {
        width: 100px;
        height: 100px
    }

    .project-lightbox__close svg {
        width: 26px
    }
}

.project-lightbox__text {
    margin-top: 20px;
    text-align: center;
}

.project-lightbox__content {
    max-height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    overflow-y: auto
}

.project-lightbox__content-wrap {
    padding: 45px
}

@media (min-width:768px) {
    .project-lightbox__content-wrap {
        padding: 100px
    }
}

.page-section {
}



.page-section--black {
    background-color: #000;
    color: #F4F2EA
}

.page-section--special {
    background-color: #F5F3E7;
    color: #271F1D
}

.page-section--accent {
    background-color: #BFB304;
    color: #271F1D
}





.page-section--white2 {
    background-color: #F5F3E7;
    color: #271F1D;
    border-bottom: 1px solid black;

}

.page-section--fill {
    min-height: 100vh
}

.page-section--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-section--cover-bg {
    position: relative
}

.page-section--cover-bg .container {
    position: relative;
    z-index: 2
}

.page-section--cover-bg .img-cover {
    z-index: 1

}

.page-section__group {
    margin: 0vh 0vw 0vh 0vw;
}






.aboutcontainer {
    width: 100%;
    margin-top: 7vh; 
    max-width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1vw;
    padding-left: 1vw;
    padding-bottom: 10vh;

}


.handpoint {
    max-width: 12vw; 
}

.page-section__about {
    margin: 60px 0
}

.page-section__border {
    border-bottom: 1px solid #271F1D;
    width: 100vw;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 10vh;

}

@media (min-width:768px) {
    .page-section__group {
        margin: 0vh 0vw 0vh 0vw
    }
}





.stack {
    display: inline-block;
}

#wrapper2 { 
    width: 1200px; 
    height: auto; 
    margin: 0 auto;

} 
#home4 { 
    width: 45%; 
    height: 100%; 
    float: left; 
    margin-right: 5%;
} 

#home5 { 
    width: 45%; 
    height: 100%; 
    float: left; 


}




#wrapper { 
    width: 1200px; 
    height: auto; 
    margin: 0 auto;
} 
#home1 { 
    width: 28%; 
    height: 100%; 
    float: left; 
    margin-right: 8%;
} 

#home2 { 
    width: 28%; 
    height: 100%; 
    float: left; 
    margin-right: 8%;


}

#home3 { 
    height: 100%; 
    float: left; 

}

#mhome1 { 
    height: 100%; 
    float: left; 
    margin-right: 2vw;
} 

#mhome2 { 
    height: 100%; 
    float: left; 


}

#mhome3 { 
    height: 100%; 
    float: left; 

}

.clear{
    clear: both;
}



@media (max-width:767px) {
    #wrapper{
        width: 100%;
        height: auto;
    }
    #home1 {
        width: 100%;
        height: auto;
        float: none;
    }
    #home2 {
        width: 100%;
        height: auto;
        float: none;
    }

    #home3 {
        width: 100%;
        height: auto;
        float: none;
    }

    #wrapper2{
        width: 100%;
        margin-left: 10%;
        height: auto;
    }
    #home4 {
        width: 75%;
        height: auto;
        float: none;
        margin-bottom:20px;
    }
    #home5 {
        width: 75%;
        height: auto;
        float: none;
    }








/* Page Loader */
.js .loading::before,
.js .loading::after {
    content: '';
    position: fixed;
    z-index: 1000;
}

.js .loading::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-bg);
}

.js .loading::after {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    border-radius: 50%;
    opacity: 0.4;
    background: var(--color-link);
    animation: loaderAnim 0.7s linear infinite alternate forwards;

}

@keyframes loaderAnim {
    to {
        opacity: 1;
        transform: scale3d(0.5,0.5,1);
    }
}

a {
    text-decoration: none;
    color: var(--color-link);
    outline: none;
    font-weight: 600;
}

a:hover {
    color: var(--color-link-hover);
    outline: none;
}

/* Better focus styles from https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible */
a:focus {
    /* Provide a fallback style for browsers
     that don't support :focus-visible */
     outline: none;
     background: lightgrey;
 }

 a:focus:not(:focus-visible) {
    /* Remove the focus indicator on mouse-focus for browsers
     that do support :focus-visible */
     background: transparent;
 }

 a:focus-visible {
    /* Draw a very noticeable focus style for
     keyboard-focus on browsers that do support
     :focus-visible */
     outline: 2px solid red;
     background: transparent;
 }

 .unbutton {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font: inherit;
}

.unbutton:focus {
    outline: none;
}

.line {
    transform-origin: 0% 50%;
    padding-bottom: 0.35rem;
    white-space: nowrap;
    will-change: transform;
}

.oh {
    overflow: hidden;
}

.oh__inner {
    display: inline-block;
    transform-origin: 0% 50%;
    will-change: transform;
}

.frame {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.frame--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1rem;
    z-index: 1;
    display: grid;
    grid-template-columns: 38% 62%;
}

.frame__title {
    font-size: 1.8rem;
    letter-spacing: .5px;
    font-family:'PPMond','Radio Grotesk', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 2rem 0;
}



@font-face {
    font-family: PPMond;
    src: url(../font/PPMondwest-Regular.otf);
    font-weight: 50;
}

@font-face {
    font-family: Picnic;
    src: url(../font/PicNic-Regular.otf);
    font-weight: 50;
}

@font-face {
    font-family: FKRaster;
    src: url(../font/FKRasterRomanCompactTrial-Blended.otf);
    font-weight: 50;
}







.frame__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.frame__links a {
    margin: 0 1rem 0.35rem 0;
    letter-spacing: 1px;
    font-size: 1.2em;
    font-family:'Suiss','Radio Grotesk', sans-serif;

}

.frame--fixed .frame__links {
    flex-direction: row;
}

.div-block-2 {
    height: 1px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #271F1D;
}




}