span.green{
	color:#00ffc7;
}

.careers_button {
    display:inline-flex;
    margin-right:20px;
}

.is-hidden {
	display: none!important;	
}

.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;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    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: translateZ(0);
    transform: translateZ(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;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    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;
    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(270deg, 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(90deg, 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(0deg, 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(180deg, 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: 50%;
    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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAgMjJMMjIgMGwyLjEgMi4xTDQuMiAyMmwxOS45IDE5LjlMMjIgNDQgMCAyMnonIGZpbGw9JyMwMDdhZmYnLz48L3N2Zz4=);
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3IDIyTDUgNDRsLTIuMS0yLjFMMjIuOCAyMiAyLjkgMi4xIDUgMGwyMiAyMnonIGZpbGw9JyMwMDdhZmYnLz48L3N2Zz4=);
    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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAgMjJMMjIgMGwyLjEgMi4xTDQuMiAyMmwxOS45IDE5LjlMMjIgNDQgMCAyMnonIGZpbGw9JyNmZmYnLz48L3N2Zz4=)
}

.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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3IDIyTDUgNDRsLTIuMS0yLjFMMjIuOCAyMiAyLjkgMi4xIDUgMGwyMiAyMnonIGZpbGw9JyNmZmYnLz48L3N2Zz4=)
}

.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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAgMjJMMjIgMGwyLjEgMi4xTDQuMiAyMmwxOS45IDE5LjlMMjIgNDQgMCAyMnonLz48L3N2Zz4=)
}

.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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3IDIyTDUgNDRsLTIuMS0yLjFMMjIuOCAyMiAyLjkgMi4xIDUgMGwyMiAyMnonLz48L3N2Zz4=)
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(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(.33);
    -ms-transform: scale(.33);
    transform: scale(.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(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.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(0, -50%, 0);
    transform: translate3d(0, -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: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s top;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.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: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s left;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

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

.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,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.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: hsla(0, 0%, 100%, .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) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTIwIDEyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGRlZnM+PHBhdGggaWQ9J2EnIHN0cm9rZT0nIzZjNmM2Yycgc3Ryb2tlLXdpZHRoPScxMScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBkPSdNNjAgN3YyMCcvPjwvZGVmcz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDYwIDYwKScvPjx1c2UgeGxpbms6aHJlZj0nI2EnIG9wYWNpdHk9Jy4yNycgdHJhbnNmb3JtPSdyb3RhdGUoNjAgNjAgNjApJy8+PHVzZSB4bGluazpocmVmPScjYScgb3BhY2l0eT0nLjI3JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDEyMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDE1MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMzcnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNDYnIHRyYW5zZm9ybT0ncm90YXRlKDIxMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNTYnIHRyYW5zZm9ybT0ncm90YXRlKDI0MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNjYnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuODUnIHRyYW5zZm9ybT0ncm90YXRlKDMzMCA2MCA2MCknLz48L3N2Zz4=);
    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;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTIwIDEyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGRlZnM+PHBhdGggaWQ9J2EnIHN0cm9rZT0nI2ZmZicgc3Ryb2tlLXdpZHRoPScxMScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBkPSdNNjAgN3YyMCcvPjwvZGVmcz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDYwIDYwKScvPjx1c2UgeGxpbms6aHJlZj0nI2EnIG9wYWNpdHk9Jy4yNycgdHJhbnNmb3JtPSdyb3RhdGUoNjAgNjAgNjApJy8+PHVzZSB4bGluazpocmVmPScjYScgb3BhY2l0eT0nLjI3JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDEyMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDE1MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMzcnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNDYnIHRyYW5zZm9ybT0ncm90YXRlKDIxMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNTYnIHRyYW5zZm9ybT0ncm90YXRlKDI0MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNjYnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuODUnIHRyYW5zZm9ybT0ncm90YXRlKDMzMCA2MCA2MCknLz48L3N2Zz4=)
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.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
}

.ss-main {
    position: relative;
    display: inline-block;
    user-select: none;
    color: #666;
    width: 100%
}

.ss-main .ss-single-selected {
    display: flex;
    cursor: pointer;
    width: 100%;
    height: 30px;
    padding: 6px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background-color: #fff;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .3s
}

.ss-main .ss-single-selected.ss-disabled {
    background-color: #dcdee2;
    cursor: not-allowed
}

.ss-main .ss-single-selected.ss-open-above {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.ss-main .ss-single-selected.ss-open-below {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.ss-main .ss-single-selected .placeholder {
    flex: 1 1 100%;
    text-align: left;
    width: calc(100% - 30px);
    line-height: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ss-main .ss-single-selected .placeholder,
.ss-main .ss-single-selected .placeholder * {
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ss-main .ss-single-selected .placeholder * {
    width: auto
}

.ss-main .ss-single-selected .placeholder .ss-disabled {
    cursor: pointer;
    color: #8a8a8a
}

.ss-main .ss-single-selected .ss-deselect {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 1 auto;
    margin: 0 6px;
    font-weight: 700
}

.ss-main .ss-single-selected .ss-deselect.ss-hide {
    display: none
}

.ss-main .ss-single-selected .ss-arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 1 auto;
    margin: 0 6px
}

.ss-main .ss-single-selected .ss-arrow span {
    border: solid #666;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transition: transform .2s, margin .2s
}

.ss-main .ss-single-selected .ss-arrow span.arrow-up {
    transform: rotate(-135deg);
    margin: 3px 0 0
}

.ss-main .ss-single-selected .ss-arrow span.arrow-down {
    transform: rotate(45deg);
    margin: -3px 0 0
}

.ss-main .ss-multi-selected {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    min-height: 30px;
    width: 100%;
    padding: 0 0 0 3px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background-color: #fff;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .3s
}

.ss-main .ss-multi-selected.ss-disabled {
    background-color: #dcdee2;
    cursor: not-allowed
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
    color: #666
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
    cursor: not-allowed
}

.ss-main .ss-multi-selected.ss-open-above {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.ss-main .ss-multi-selected.ss-open-below {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.ss-main .ss-multi-selected .ss-values {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex: 1 1 100%;
    width: calc(100% - 30px)
}

.ss-main .ss-multi-selected .ss-values .ss-disabled {
    display: flex;
    padding: 4px 5px;
    margin: 2px 0;
    line-height: 1em;
    align-items: center;
    width: 100%;
    color: #8a8a8a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scaleOut {
    0% {
        transform: scale(1);
        opacity: 1
    }
    to {
        transform: scale(0);
        opacity: 0
    }
}

.ss-main .ss-multi-selected .ss-values .ss-value {
    display: flex;
    user-select: none;
    align-items: center;
    font-size: 12px;
    padding: 3px 5px;
    margin: 3px 5px 3px 0;
    color: #fff;
    background-color: #5897fb;
    border-radius: 4px;
    animation-name: scaleIn;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both
}

.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
    animation-name: scaleOut;
    animation-duration: .2s;
    animation-timing-function: ease-out
}

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
    margin: 0 0 0 5px;
    cursor: pointer
}

.ss-main .ss-multi-selected .ss-add {
    display: flex;
    flex: 0 1 3px;
    margin: 9px 12px 0 5px
}

.ss-main .ss-multi-selected .ss-add .ss-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #666;
    position: relative;
    height: 10px;
    width: 2px;
    transition: transform .2s
}

.ss-main .ss-multi-selected .ss-add .ss-plus:after {
    background: #666;
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    left: -4px;
    top: 4px
}

.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
    transform: rotate(45deg)
}

.ss-main .ss-content {
    position: absolute;
    width: 100%;
    margin: -1px 0 0;
    box-sizing: border-box;
    border: 1px solid #dcdee2;
    z-index: 1010;
    background-color: #fff;
    transform-origin: center top;
    transition: transform .2s, opacity .2s;
    opacity: 0;
    transform: scaleY(0)
}

.ss-main .ss-content.ss-open {
    display: block;
    opacity: 1;
    transform: scaleY(1)
}

.ss-main .ss-content .ss-search {
    display: flex;
    flex-direction: row;
    padding: 8px 8px 6px
}

.ss-main .ss-content .ss-search.ss-hide,
.ss-main .ss-content .ss-search.ss-hide input {
    height: 0;
    opacity: 0;
    padding: 0;
    margin: 0
}

.ss-main .ss-content .ss-search input {
    display: inline-flex;
    font-size: inherit;
    line-height: inherit;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 30px;
    padding: 6px 8px;
    margin: 0;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background-color: #fff;
    outline: 0;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: textfield
}

.ss-main .ss-content .ss-search input::placeholder {
    color: #bdbdbd;
    vertical-align: middle
}

.ss-main .ss-content .ss-search input:focus {
    box-shadow: 0 0 5px #5897fb
}

.ss-main .ss-content .ss-search .ss-addable {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    flex: 0 0 30px;
    height: 30px;
    margin: 0 0 0 8px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    box-sizing: border-box
}

.ss-main .ss-content .ss-addable {
    padding-top: 0
}

.ss-main .ss-content .ss-list {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left
}

.ss-main .ss-content .ss-list .ss-optgroup .ss-optgroup-label {
    padding: 6px 10px;
    font-weight: 700
}

.ss-main .ss-content .ss-list .ss-optgroup .ss-option {
    padding: 6px 6px 6px 25px
}

.ss-main .ss-content .ss-list .ss-optgroup-label-selectable {
    cursor: pointer
}

.ss-main .ss-content .ss-list .ss-optgroup-label-selectable:hover {
    color: #fff;
    background-color: #5897fb
}

.ss-main .ss-content .ss-list .ss-option {
    padding: 6px 10px;
    cursor: pointer;
    user-select: none
}

.ss-main .ss-content .ss-list .ss-option * {
    display: inline-block
}

.ss-main .ss-content .ss-list .ss-option.ss-highlighted,
.ss-main .ss-content .ss-list .ss-option:hover {
    color: #fff;
    background-color: #5897fb
}

.ss-main .ss-content .ss-list .ss-option.ss-disabled {
    cursor: default;
    color: #bdbdbd;
    background-color: #fff
}

.ss-main .ss-content .ss-list .ss-option.ss-hide {
    display: none
}

.ss-main .ss-content .ss-list .ss-option .ss-search-highlight {
    background-color: #fff70062
}


@font-face {
    font-family: 'h7_light';
    src: url('fonts/h7-light-webfont.woff2') format('woff2'),
         url('fonts/h7-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: 'h7_title_black';
    src: url('fonts/h7-title-black-webfont.woff2') format('woff2'),
         url('fonts/h7-title-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility
}


abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

* {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

body {
    line-height: 1;
    -webkit-text-size-adjust: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
    letter-spacing: -.025rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
select {
    vertical-align: middle
}

ol,
ul {
    list-style-type: none
}

html {
    font-family: 'h7_light';
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    min-height: 100vh
}

html.is-locked {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    pointer-events: none
}

body,
html {
    width: 100%;
    min-height: 100vh
}

body.is-menu-opened {
    overflow: hidden;
    width: 100vw;
    height: 100vh
}

#barba-wrapper {
    overflow: hidden
}

.barba-container {
    max-width: 100%
}

.barba-container:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 1
}

.is-next-case-loading .barba-container:nth-of-type(2) {
    z-index: 2
}

.grecaptcha-badge {
    display: none!important;
    opacity: 0;
    visibility: hidden
}

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

a[href^="tel:"]:after {
    display: none
}

.o-page-wrapper {
    width: 100%;
    min-height: 100vh;
    position: relative
}

.o-page-wrapper--work {
    background-color: #001123
}

.o-page-wrapper--blog-single {
    background-color: #fff
}

.o-section {
    padding-left: 6.25%;
    position: relative
}

.o-section__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9
}

@media(max-width:720px) {
    .o-section {
        padding-left: 20px;
        padding-right: 20px
    }
}

.o-section--dark {
    background-color: #0d0d0d;
    color: #fff
}

.o-section--dark .c-button--bordered:before {
    background-color: #fff
}

.o-section--cta {
    background-color: #ebedf0;
    padding-top: 20vh;
    padding-bottom: 20vh
}

@media(max-width:720px) {
    .o-section--cta {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.o-section--small-cta {
    background-color: #fff;
    padding-top: 20vh;
    padding-bottom: 12.5vh
}

@media(max-width:720px) {
    .o-section--small-cta {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.o-section--related-content {
    background-color: #fff;
    padding-top: 20vh;
    padding-bottom: 12.5vh
}

@media(max-width:720px) {
    .o-section--related-content {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

@media(min-width:1140px) {
    .o-section--related-content .c-article-list .c-article:hover .o-media-wrapper {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }
    .o-section--related-content .c-article-list .c-article:hover .caption__content,
    .o-section--related-content .c-article-list .c-article:hover .caption__header {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.o-section--featured-work {
    color: #001123;
    background-color: #fff;
}
.o-section--featured-work .o-container {
	max-width: 100%;
}

.o-section--home-quote {
    background-color: #fff;
    padding-top: 20vh;
    padding-bottom: 12.5vh
}

@media(max-width:720px) {
    .o-section--home-quote {
        padding-top: 0;
        padding-bottom: 3rem
    }
}

.o-section--home-quote .c-quotes {
    max-width: 990px;
    float: left
}

.o-section--home-quote .u-a4 {
    line-height: 1.14894;
    font-size: 2.35rem
}

@media(max-width:1140px) {
    .o-section--home-quote .u-a4 {
        line-height: 1.21053;
        font-size: 1.9rem
    }
}

@media(max-width:720px) {
    .o-section--home-quote .u-a4 {
        line-height: 1.33333;
        font-size: 1.2rem
    }
}

.o-section--home-intro {
    background-color: #fff;
    padding-top: 20vh;
    padding-bottom: 20vh
}

@media(max-width:720px) {
    .o-section--home-intro {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.o-section--services {
    padding-bottom: 10vh
}

.o-section--services .u-b0 {
    line-height: 1.5;
    font-size: 1rem
}

.o-section--services .c-article-list--3 {
    padding-bottom: 3rem
}

@media(max-width:1140px) {
    .o-section--services .c-article-list--3 {
        padding-top: 0;
        padding-bottom: 0
    }
}

.o-section--services .c-article {
    margin-bottom: 2rem
}

@media(max-width:1140px) {
    .o-section--services .c-article {
        margin-bottom: 0
    }
}

.o-section--services .c-article .caption__content {
    max-width: 210px
}

@media(max-width:720px) {
    .o-section--services .c-article .caption__content {
        max-width: 300px
    }
}

@media(max-width:720px) {
    .o-section--services .c-article-list .c-article {
        margin-bottom: 20px
    }
}

.o-section--services .c-article-list .c-article:last-of-type {
    margin-bottom: 0
}

.o-section--services .c-article-list .c-article .u-b0 {
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94) .1s;
    transition: all .2s cubic-bezier(.25, .46, .45, .94) .1s
}

.o-section--services .c-article-list .c-article .u-b4 {
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

@media(min-width:1140px) {
    .o-section--services .c-article-list .c-article:hover .o-media-wrapper {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }
    .o-section--services .c-article-list .c-article:hover .u-b0,
    .o-section--services .c-article-list .c-article:hover .u-b4 {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.o-section--services-dark {
    background-color: #000;
    color: #fff;
    padding-top: 10vh
}

.o-section--services-dark .c-article-list {
    padding-top: 0;
    padding-bottom: 3rem
}

.o-section--services-quote {
    background-color: #edf0f7
}

.o-section--services-quote .c-quotes {
    max-width: 990px;
    float: left;
    margin-bottom: 5rem
}

.o-section--services-quote .c-testimonials__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.o-section--services-quote .c-testimonials__text {
    padding: 2rem 0;
    margin-bottom: 0
}

@media(max-width:720px) {
    .o-section--services-quote .c-testimonials__text {
        padding-bottom: 0
    }
}

.o-section--our-expertise {
    padding-top: 15vh;
    padding-bottom: 20vh
}

@media(max-width:1140px) {
    .o-section--our-expertise {
        padding-bottom: 15vh
    }
}

@media(max-width:720px) {
    .o-section--our-expertise {
        padding-top: 3rem;
        padding-bottom: 0
    }
}

.o-section--our-expertise .u-b0 {
    line-height: 1.5;
    font-size: 1rem
}

@media(max-width:720px) {
    .o-section--our-expertise .c-article {
        margin-bottom: 2rem
    }
}

.o-section--languages-frameworks {
    padding-top: 15vh;
    padding-bottom: 12.5vh
}

@media(max-width:720px) {
    .o-section--languages-frameworks {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.o-section--languages-frameworks .c-section-heading .u-a4 {
    max-width: 360px;
    margin-bottom: .5rem
}

.o-section--languages-frameworks .c-section-heading .u-b2 {
    max-width: 540px
}

.o-section--languages-frameworks .c-list {
    margin-bottom: 40px
}

@media(max-width:720px) {
    .o-section--languages-frameworks .c-list {
        margin-bottom: 0
    }
}

@media(max-width:720px) {
    .is-mobile .o-section--languages-frameworks .c-list {
        padding-top: 2rem;
        padding-bottom: 0
    }
}

@media(max-width:720px) {
    .is-mobile .o-section--languages-frameworks .c-list-column {
        margin-right: 0;
        margin-bottom: 1rem
    }
}

.is-mobile .o-section--languages-frameworks .c-list-column .c-expander__trigger {
    width: 100%
}

.o-section--approach {
    padding-top: 15vh
}

@media(max-width:1140px) {
    .o-section--approach {
        padding-bottom: 12.5vh
    }
}

@media(max-width:720px) {
    .o-section--approach {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.o-section--working-with-us {
    color: #fff;
    background-color: #0d0d0d;
    margin-top: -10vh;
    padding-top: 20vh;
    padding-bottom: 20vh
}

@media(max-width:1140px) {
    .o-section--working-with-us {
        margin-top: 0;
        padding-top: 12.5vh
    }
}

@media(max-width:720px) {
    .o-section--working-with-us {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.o-section--working-with-us .c-list {
    padding-right: 8.57143%
}

@media(max-width:720px) {
    .o-section--working-with-us .c-list {
        padding-top: 0
    }
}

@media(max-width:720px) {
    .is-mobile .o-section--working-with-us .c-list {
        padding-right: 0
    }
}

.o-section--working-with-us .c-list--multicolumn-2 .c-list-column {
    width: 43.75%
}

@media(max-width:720px) {
    .is-mobile .o-section--working-with-us .c-list--multicolumn-2 .c-list-column {
        width: 100%
    }
}

.o-section--working-with-us .c-article {
    margin-top: 3rem
}

@media(max-width:720px) {
    .is-mobile .o-section--working-with-us .c-article {
        margin-top: 2rem
    }
}

.o-section--working-with-us .c-article .u-a1 {
    margin-bottom: .5rem
}

@media(max-width:720px) {
    .is-mobile .o-section--working-with-us .c-article .u-a1 {
        margin-bottom: 0
    }
}

.o-section--working-with-us .c-button--bordered:after {
    background-color: #4b4b4b
}

.o-section--strategic-sessions {
    background-color: #f5f8f7;
    padding-top: 20vh;
    padding-bottom: 20vh
}

@media(max-width:720px) {
    .o-section--strategic-sessions {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

@media(max-width:720px) {
    .o-section--strategic-sessions-home .strategic-sessions__left {
        margin-bottom: 2rem
    }
}

.o-section--strategic-sessions-home .strategic-sessions__right .o-media-wrapper__mask {
    background-color: #f5f8f7;
}

@media(max-width:720px) {
    .o-section--strategic-sessions-home .strategic-sessions__right {
        margin-bottom: 0
    }
}

.o-section--culture {
    padding-bottom: 12.5vh
}

@media(max-width:720px) {
    .o-section--culture {
        padding-bottom: 3rem
    }
}

.o-section--activities {
    overflow: hidden;
    margin-top: 12.5vh;
    padding-top: 20vh;
    padding-bottom: 20vh
}

@media(max-width:720px) {
    .o-section--activities {
        margin-top: 0;
        padding-top: 3rem;
        padding-bottom: 1rem
    }
}

.o-section--awards {
    padding-top: 12.5vh;
    padding-bottom: 15vh
}

@media(max-width:720px) {
    .o-section--awards {
        padding-top: 2rem;
        padding-bottom: 3rem
    }
}

.o-section--our-approach {
    background-color: #fff
}

.o-section--blog-list {
    background-color: #dbe2ec
}

.o-section--blog-list .o-container {
    position: relative
}

.o-section--blog-list .c-pagination__loader {
    width: auto;
    left: 7.5%;
    right: 5%;
    margin-left: -1px;
    margin-right: -1px
}

@media(max-width:1140px) {
    .o-section--blog-list .c-pagination__loader {
        left: 6.66667%;
        right: 4.44444%
    }
}

@media(max-width:720px) {
    .o-section--blog-list .c-pagination__loader {
        left: 0;
        right: 0
    }
}

.o-section--blog-list .c-article-list {
    padding-top: 0
}

@media(min-width:1140px) {
    .o-section--blog-list .c-article-list .c-article:hover .o-media-wrapper {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }
    .o-section--blog-list .c-article-list .c-article:hover .caption__content,
    .o-section--blog-list .c-article-list .c-article:hover .caption__header {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.o-section--blog-list .c-article-list--2 .caption__content {
    padding-bottom: 2rem
}

.o-section--blog-single-content {
    padding-top: 2rem;
    padding-bottom: 12.5vh
}

@media(max-width:720px) {
    .o-section--blog-single-content {
        padding-top: 1rem;
        padding-bottom: 3rem
    }
}

.o-section--generic-single-content {
    padding-top: 2rem;
    padding-bottom: 12.5vh
}

@media(max-width:720px) {
    .o-section--generic-single-content {
        padding-top: 1rem;
        padding-bottom: 3rem
    }
}

.is-protected .o-section--generic-single-content .c-editor-content form p {
    max-width: 480px
}

.is-protected .o-section--generic-single-content .c-editor-content p label {
    display: inline-block;
    position: relative;
    max-width: 480px;
    width: 100%;
    color: #000;
    line-height: 1.5;
    font-size: .6rem
}

.is-protected .o-section--generic-single-content .c-editor-content p label input[type=password] {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    position: relative;
    display: block;
    -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
    transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.is-protected .o-section--generic-single-content .c-editor-content p label input[type=password]:focus {
    border-bottom: 1px solid #000
}

.is-protected .o-section--generic-single-content .c-editor-content p input[type=submit] {
    margin-top: 40px;
    display: block;
    width: 100%;
    -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
    transition: all .2s cubic-bezier(.55, .085, .68, .53);
    position: relative;
    border: none;
    outline: none;
    line-height: 1.3125;
    font-size: .8rem;
    background-color: #000;
    color: #fff;
    padding: 1rem;
    cursor: pointer
}

@media(max-width:1140px) {
    .is-protected .o-section--generic-single-content .c-editor-content p input[type=submit] {
        line-height: 1.42857;
        font-size: .7rem
    }
}

@media(min-width:1140px) {
    .is-protected .o-section--generic-single-content .c-editor-content p input[type=submit]:hover {
        background-color: #4b4b4b
    }
}

.o-section--work-list {
    padding-top: 20vh;
    padding-bottom: 20vh;
    color: #fff
}

@media(max-width:720px) {
    .o-section--work-list {
        padding-top: 7rem;
        padding-bottom: 3rem
    }
}

.o-section--work-details {
    background-color: #fff;
    padding-top: 20vh;
    padding-bottom: 20vh
}

@media(max-width:720px) {
    .o-section--work-details {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.o-section--work-links {
    padding-top: 12.5vh;
    padding-bottom: 20vh
}

@media(max-width:720px) {
    .o-section--work-links {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.o-section--work-single-content {
    background-color: #fff
}

.o-section--contact-form {
    padding-top: 2vh
}

.o-section--full-width-image {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.o-section--careers-intro {
    padding-bottom: 12.5vh
}

@media(max-width:720px) {
    .o-section--careers-intro {
        padding-bottom: 3rem
    }
}

.o-section--careers-people {
    padding-top: 12.5vh;
    padding-bottom: 20vh
}

@media(max-width:720px) {
    .o-section--careers-people {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.o-section--careers-selection-process {
    padding-top: 20vh;
    padding-bottom: 20vh
}

@media(max-width:720px) {
    .o-section--careers-selection-process {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.o-section--careers-testimonials {
    padding-top: 3rem;
    background-color: #edf0f7;
    position: relative
}

.o-section--careers-testimonials .o-section__mask {
    background-color: #dce0ea
}

@media(max-width:720px) {
    .o-section--careers-testimonials {
        padding-top: 3rem
    }
}

.o-section--careers-students {
    padding-bottom: 12.5vh
}

@media(max-width:720px) {
    .o-section--careers-students {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.o-section--careers-open-positions {
    padding-top: 20vh;
    padding-bottom: 20vh;
    background-color: #0d0d0d;
    color: #fff
}

@media(max-width:720px) {
    .o-section--careers-open-positions {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.o-section--careers-single-image .o-media-wrapper img {
    top: 0
}

.o-section--careers-form {
    padding-top: 20vh;
    background-color: #f4f3f1
}

@media(max-width:720px) {
    .o-section--careers-form {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.o-section--careers-form .u-a4 {
    padding-bottom: 3rem
}

.o-section--service-icon-list {
    padding-top: 2.5vh;
    padding-bottom: 12.5vh;
    color: #fff
}

@media(max-width:720px) {
    .o-section--service-icon-list {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.o-section--service-icon-list .c-button {
    border: 1px solid #fff;
    color: #000;
    background-color: #fff;
    margin-top: 5vh
}

.o-section--service-icon-list .c-button:before {
    background-color: #000
}

.o-section--service-icon-list .c-button:hover span {
    color: #fff
}

.o-section--service-project-list {
    padding-top: 12.5vh;
    padding-bottom: 10vh;
    color: #fff
}

@media(max-width:720px) {
    .o-section--service-project-list {
        padding-top: 3rem;
        padding-bottom: 0
    }
}

.o-section--service-project-list h4 {
    padding-bottom: 10vh
}

@media(max-width:720px) {
    .o-section--service-project-list h4 {
        padding-bottom: 3rem
    }
}

.o-section--service-cta {
    padding-top: 20vh;
    padding-bottom: 20vh;
    color: #000;
    background-color: #fff
}

@media(max-width:720px) {
    .o-section--service-cta {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.o-section--service-partnership {
    padding-top: 12.5vh;
    padding-bottom: 10vh;
    color: #fff;
    background-color: #000
}

@media(max-width:720px) {
    .o-section--service-partnership {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.o-section--service-quotes {
    padding-top: 12.5vh;
    padding-bottom: 20vh;
    color: #fff;
    background-color: #000
}

@media(max-width:720px) {
    .o-section--service-quotes {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.o-section--blog-single-newsletter {
    padding-right: 4.16667%
}

.o-container {
    float: right;
    width: 100%;
    max-width: 88.88889%;
    padding-left: 6.66667%;
    padding-right: 4.44444%
}

.o-container.no-left-padding {
    padding-right: 0%
}

@media(max-width:1140px) {
    .o-container {
        max-width: 100%
    }
}

@media(max-width:720px) {
    .o-container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

.o-media-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%
}

.o-media-wrapper img,
.o-media-wrapper picture {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    bottom: 1px;
    position: absolute;
    top: 1px;
    left: 0
}

.o-media-wrapper .c-video {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    height: 100%;
    display: block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.o-media-wrapper .canvas,
.o-media-wrapper .canvas canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.o-media-wrapper__mask {
    display: block;
    position: absolute;
    z-index: 9;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background-color: #4b4b4b
}

.o-media-caption {
    display: block;
    color: #000;
    margin-top: .5rem;
    width: 100%;
    max-width: 210px;
    font-family: 'h7_light';
    font-weight: 300;
    line-height: 1.5;
    font-size: .6rem;
    z-index: 2
}

.o-media-wrapper--4-3 {
    height: 0;
    padding-bottom: 50%
}

.o-media-wrapper--1-1 {
    height: 0;
    padding-bottom: 100%
}

.o-media-wrapper--1-2 {
    height: 0;
    padding-bottom: 200%
}

.o-media-wrapper--1-2-a {
    height: 0;
    padding-bottom: 153.84615%
}

.o-media-wrapper--team {
    height: 0;
    padding-bottom: 131.25%
}

.o-media-wrapper--testimonials {
    height: 0;
    padding-bottom: 140.47619%
}

.o-media-wrapper--16-9 {
    height: 0;
    padding-bottom: 56.25%
}

.o-media-wrapper--16-6 {
    height: 0;
    padding-bottom: 40.97222%
}

[data-parallax] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.o-horizontal-separator {
    display: block;
    width: 100%;
    border-top: 1px solid #fff
}

.o-horizontal-separator--dark {
    border-color: #000
}

.o-pin {
    display: block
}

.o-pin--activities-scroller {
    position: absolute;
    top: 5rem
}

@media(max-width:720px) {
    .o-pin--activities-scroller {
        top: -2rem
    }
}

.c-main-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
    overflow: hidden
}

.c-main-loader__logo {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    z-index: 22;
    opacity: 0;
    visibility: hidden
}

@media(max-width:1140px) {
    .c-main-loader__logo {
        max-width: 320px
    }
}

@media(max-width:720px) {
    .c-main-loader__logo {
        max-width: 180px
    }
}

.c-main-loader__logo svg {
    display: block
}

.c-main-loader__container {
    top: 0;
    left: 0;
    z-index: 2;
    will-change: visibility, opacity, transform
}

.c-main-loader__container,
.c-main-loader__image {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.c-main-loader__image {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    will-change: opacity, visibility
}

.c-main-loader__curtain {
    display: block;
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(99.25%);
    transform: translateY(99.25%);
    background-color: #fff;
    z-index: 99
}

.c-badge {
    position: fixed;
    display: inline-block;
    max-width: 76px;
    margin-top: -56px;
    right: 0;
    top: 50%;
    z-index: 99
}

@media(max-width:720px) {
    .c-badge {
        max-width: 52px;
        margin-top: -40px
    }
}

.c-badge__img {
    width: 100%;
    height: auto
}

.c-page-transitions {
    height: 100vh;
    width: 0;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 22;
    pointer-events: none;
    -webkit-transform: translateY(99.5%);
    transform: translateY(99.5%);
    will-change: transform, width
}

.c-button {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem;
    -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
    transition: all .2s cubic-bezier(.55, .085, .68, .53);
    position: relative;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    text-align: center
}

.c-button:disabled {
    opacity: .4;
    cursor: not-allowed
}

.c-button.is-hidden {
    opacity: 0;
    visibility: hidden
}

.c-button__layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    -webkit-transition: all .3s cubic-bezier(.25, .46, .45, .94);
    transition: all .3s cubic-bezier(.25, .46, .45, .94);
    z-index: 1
}

.c-button .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    position: relative;
    z-index: 2;
/*     margin-left: .5rem */
}

.c-button--primary {
    border: 1px solid #000;
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.1rem;
    font-family: 'h7_light';
/*     font-weight: 700; */
    will-change: background-color;
    background-color: #000;
    color: #fff
}

.c-button--primary,
.c-button--primary span {
    -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
    transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.c-button--primary span {
    display: inline-block;
    padding: 3px 0;
    will-change: color;
    position: relative;
    z-index: 2
}

.c-button--primary:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    will-change: transform, background-color;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

@media(min-width:1140px) {
    .c-button--primary:hover span {
        color: #000
    }
    .c-button--primary:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease
    }
}

.c-button--primary.is-hovered span {
    color: #000
}

.c-button--primary.is-hovered:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.c-button--icon .icon {
    -webkit-transition: all .3s cubic-bezier(.25, .46, .45, .94);
    transition: all .3s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.c-button--icon .icon.icon-arrow-left {
    margin-left: 0;
    margin-right: .5rem
}

.c-button--icon .icon.icon-arrow-right {
    margin-right: 0;
    margin-left: .5rem
}

.c-button--icon:hover .icon-arrow-left {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

.c-button--icon:hover .icon-arrow-right {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.c-button--secondary {
    border: none;
    outline: none;
    line-height: 1.3125;
    font-size: 1.5rem;
    background-color: #000;
    color: #fff;
    padding: 1rem
}

@media(max-width:1140px) {
    .c-button--secondary {
        line-height: 1.42857;
        font-size: .8rem
    }
}

.c-button--secondary span {
    position: relative;
    z-index: 2
}

.c-button--secondary:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #4b4b4b;
    will-change: transform, background-color;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

@media(min-width:1140px) {
    .c-button--secondary:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease
    }
}

.c-button--block {
    display: block;
    width: 100%
}

.c-button--square {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
	display: block;
    position: absolute;
    right: 0;
    bottom: -50px;
}


.c-button--square .icon {
    margin: 0;
    margin-top: -1px
}

.c-button--square .c-button__layer {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
/*     border-radius: 200px */
}

.c-button--text {
    line-height: 1.25;
    font-size: 1.2rem
}

@media(max-width:1140px) {
    .c-button--text {
        line-height: 1.5;
        font-size: .8rem
    }
}

@media(max-width:720px) {
    .c-button--text {
        line-height: 1.5;
        font-size: .7rem
    }
}

.c-button--text:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00f4be;
    z-index: 2;
    will-change: transform, color;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

@media(min-width:1140px) {
    .c-button--text:hover:before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease
    }
}

.c-button--text.is-active:before {
    background-color: rgba(0, 0, 0, .1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.c-button--large {
    line-height: 1.25;
    font-size: 2.35rem
}

@media(max-width:1140px) {
    .c-button--large {
        line-height: 1.25;
        font-size: 1.9rem
    }
}

@media(max-width:720px) {
    .c-button--large {
        line-height: 1.25;
        font-size: 1.5rem
    }
}

.c-button--large.c-button--bordered:before,
.c-button--large:before {
    height: 3px;
    bottom: 2px
}

.c-button--small {
    line-height: 1.5;
    font-size: 1.0rem;
    padding-top: 0;
    padding-bottom: 0
}

.c-button--small.c-button--bordered:before,
.c-button--small:before {
    height: 1px;
    bottom: 1px
}

.c-button--bordered:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 3;
    background-color: #000;
    will-change: transform, color;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

@media(min-width:1140px) {
    .c-button--bordered:hover:before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease
    }
}

.c-link {
    text-decoration: underline;
    display: inline
}

.c-clip-element {
    position: fixed;
    z-index: 20
}

.c-clip-element--logo {
    width: 90px;
    height: 90px;
    -webkit-transform: translateY(26px) translateX(0);
    transform: translateY(26px) translateX(0)
}

.is-mobile .c-clip-element--logo {
    position: absolute!important
}

@media(max-width:720px) {
    .c-clip-element--logo {
        width: 60px;
        height: 60px;
        -webkit-transform: translateY(26px) translateX(4px);
        transform: translateY(26px) translateX(4px)
    }
}

.c-clip-element--logo .habitatseven {
    width: 42px;
    height: 42px
}

.c-clip-element--logo .habitatseven.habitatseven--light {
    display: none
}

.c-clip-element--menu-trigger {
    width: 63px;
    height: 58px;
    margin-left: 13px;
    -ms-transform: translateY(11.5vh) translateY(-29px);
    -webkit-transform: translateY(calc(11.5vh - 29px));
    transform: translateY(calc(11.5vh - 29px))
}

@media(max-width:720px) {
    .c-clip-element--menu-trigger {
        width: 63px;
        height: 60px;
        left: auto!important;
        -webkit-transform: translateY(16px);
        transform: translateY(16px)
    }
}

.c-clip-element--email {
	display: none;
    width: 20px;
    height: 130px;
    margin-left: 34px;
    bottom: 0!important;
    -ms-transform: translateY(100vh) translateY(-160px);
    -webkit-transform: translateY(calc(100vh - 160px)) translateX(0);
    transform: translateY(calc(100vh - 160px)) translateX(0)
}

@media(max-width:720px) {
    .c-clip-element--email {
        display: none
    }
}

.clip-header.is-black {
    z-index: 2
}

.clip-header.is-black .habitatseven--light {
    display: none
}

.clip-header.is-white {
    z-index: 1
}

.clip-header.is-white .habitatseven--dark {
    display: none
}

.clip-header.is-white .habitatseven--light {
    display: inline-block
}

.clip-header.is-white .c-menu-trigger__bar {
    background-color: #fff
}

.is-menu-opened .clip-header.is-white .c-menu-trigger__bar {
    background-color: #000
}

.clip-header.is-white .c-navigation-email,
.clip-header.is-white .c-secondary-navigation__left .c-button--text {
    color: #fff
}

.clip-header.is-white .c-secondary-navigation__left .c-button--text:before {
    background-color: hsla(0, 0%, 100%, .1)
}

.clip-header.is-white .c-secondary-navigation__left .c-button--text.is-active {
    color: #fff
}

.clip-header.is-white .c-secondary-navigation__left .c-button--text.is-active:before {
    background-color: #fff
}

.clip-header.is-white .c-secondary-navigation__right .c-button--primary {
    border: 1px solid #fff;
    color: #000;
    background-color: #fff
}

.clip-header.is-white .c-secondary-navigation__right .c-button--primary:before {
    background-color: #000
}

.clip-header.is-white .c-secondary-navigation-links-mobile .c-button--text,
.clip-header.is-white .c-secondary-navigation-links-mobile .c-button--text.is-active,
.clip-header.is-white .c-secondary-navigation__right .c-button--primary:hover span {
    color: #fff
}

.clip-header.is-white .c-secondary-navigation-links-mobile .c-button--text.is-active:before {
    background-color: #fff
}

.clip-inner {
    overflow: hidden!important
}

.c-navigation {
    width: 6.25%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 19
}

@media(max-width:720px) {
    .c-navigation {
        width: 0
    }
}

.c-navigation__logo {
    position: absolute;
    top: 3rem;
    z-index: 4;
    width: 100%;
    padding-left: 6.25%
}

.is-mobile .c-navigation__logo {
    padding-left: 11.11111%;
    padding-right: 6.66667%
}

@media(max-width:720px) {
    .is-mobile .c-navigation__logo {
        top: 40px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.c-navigation__logo img {
    width: 200px;
    height: auto;
}

.c-navigation__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    will-change: transform;
    overflow: hidden
}

.is-mobile .c-navigation__menu {
    padding-left: 0
}

.c-navigation__menu-left {
    background-color: #fff;
    width: 100%;
    padding-right: 0;
    height: 100vh;
    will-change: transform;
    position: relative;
    z-index: 3
}

.c-navigation__menu-left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    right:0;
    background-color: #fff;
    display: block;
    z-index: 3
}

.is-mobile .c-navigation__menu-left {
    width: 100%;
    padding-left: 11.11111%;
    padding-right: 6.66667%
}

@media(max-width:720px) {
    .is-mobile .c-navigation__menu-left {
        padding: 1rem 20px
    }
}

.c-navigation__menu-left .c-contact-info {
    width: auto;
    position: absolute;
    bottom: 40px;
    right: 40px;
    margin-right: 0
}

.is-mobile .c-navigation__menu-left .c-contact-info {
    right: 40px;
    margin-right: 0
}

.c-navigation__menu-left .c-button--text:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

@media(min-width:1140px) {
    .c-navigation__menu-left .c-button--text:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease
    }
}

.c-navigation__menu-left .c-button--text.is-active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.c-navigation__menu-right {
    width: 46.666666662vh;
    background-color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    will-change: transform;
    overflow: hidden;
    z-index: 4;
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width:720px) {
    .c-navigation__menu-right {
        display: none;
    }
}

.c-navigation__menu-right .c-logo {
    margin: 0 auto
}

.navigation-links-wrapper {
    width: 100%;
    position: relative;
    height: 100vh;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 8.82353%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navigation-links-wrapper__inner {
    position: absolute;
    left: 0;
    width: 100%;
    max-height: 100%;
    padding: 120px 10% 60px;
    overflow: auto
}

@media(max-width:1140px) {
    .navigation-links-wrapper__inner {
        padding-top: 90px
    }
}

@media(max-width:720px) {
    .navigation-links-wrapper__inner {
        padding-top: 90px
    }
}

.is-mobile .navigation-links-wrapper__inner {
    padding-left: 0;
    padding-right: 0
}

.is-ie .navigation-links-wrapper__inner {
    top: 0
}

.navigation-links.navigation-links--top {
    padding-bottom: 1rem
}

.navigation-links.navigation-links--top .navigation-links__item {
    margin-bottom: 1rem
}

@media(max-width:720px) {
    .navigation-links.navigation-links--top .navigation-links__item {
        margin-bottom: .5rem
    }
}

.navigation-links.navigation-links--top .navigation-links__item .c-button {
    padding-top: 4px;
    padding-bottom: 4px
}

@media(max-width:720px) {
    .navigation-links.navigation-links--bottom .navigation-links__item {
        margin-bottom: 0
    }
}

.c-navigation-email {
    display: block;
    width: 20px;
    height: 120px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.c-navigation-email a {
    display: block
}

.c-menu-bg__cover {
    position: absolute;
    top: 0;
    right: 0;
    width: 46.766666662vh;
    height: 100%;
    background-color: #fff;
    z-index: 5;
    pointer-events: none
}

.c-menu-bg__canvas {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.c-menu-bg__canvas .canvas,
.c-menu-bg__canvas canvas,
.c-menu-bg__canvas img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.c-menu-bg__canvas .canvas {
    z-index: 2
}

.c-menu-bg__canvas img {
    z-index: 1
}

.c-menu-bg__list {
    display: none
}

.c-menu-bg__image {
    opacity: 0;
    visibility: hidden;
    background-size: cover;
    background-position: 50%
}

.c-menu-bg,
.c-menu-bg__image,
.c-menu-bg__item {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.c-inpage-navigation {
    position: fixed;
    top: 0;
    width: 180px;
    right: 40px!important;
    left: auto!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
    transition: all .2s cubic-bezier(.55, .085, .68, .53);
    color: #000
}

.c-inpage-navigation.is-visible {
    opacity: 1;
    visibility: visible
}

.c-inpage-navigation .clip-header.is-white {
    color: #fff
}

.c-inpage-navigation--our-approach {
    height: 250px!important;
    top: 50%!important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-inpage-links__item {
    line-height: .875;
    font-size: .8rem;
    font-family: 'h7_light';
    font-weight: 300;
    display: block;
    float: right;
    width: 100%;
    position: relative;
    cursor: pointer
}

.c-inpage-links__item:hover .c-inpage-links__label {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.c-inpage-links__label {
    position: absolute;
    top: 0;
    right: 100%;
    display: inline-block;
    padding: 20px 0;
    -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
    transition: all .2s cubic-bezier(.55, .085, .68, .53);
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity, visibility
}

.c-inpage-links__link {
    display: block;
    padding: 20px;
    text-align: right;
    position: relative;
    float: right;
    width: 60px
}

.c-inpage-links__link.is-active {
    font-family: 'h7_title_black';
    font-weight: 700
}

.c-inpage-links__link.is-active .c-inpage-links__label {
    font-family: 'h7_light';
    font-weight: 300
}

.c-secondary-navigation {
    height: 38px;
    position: fixed;
    -webkit-transform: translateY(26px) translateX(0);
    transform: translateY(26px) translateX(0);
    left: 0;
    width: 100%;
    z-index: 18;
    padding: .5rem 4.16667% .5rem 6.25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none
}

@media(max-width:720px) {
    .c-secondary-navigation {
        -webkit-transform: translateY(34px) translateX(0);
        transform: translateY(34px) translateX(0)
    }
}

.c-secondary-navigation__left {
    pointer-events: all
}

@media(max-width:720px) {
    .c-secondary-navigation__left {
        width: 100%;
        text-align: center
    }
}

.c-secondary-navigation__right {
    pointer-events: all;
    position: relative
}

.c-secondary-navigation .c-button--text:before {
    display: none
}

.c-secondary-navigation .clip-inner {
    width: 100%;
    padding-left: 6.25%;
    padding-right: 4.16667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:1140px) {
    .c-secondary-navigation .clip-inner {
        padding-left: 12.5%
    }
}

@media(max-width:720px) {
    .c-secondary-navigation .clip-inner {
        padding-left: 16.66667%;
        padding-right: 16.66667%
    }
}

.c-secondary-navigation .c-button--text {
    color: #000
}

.c-secondary-navigation .c-button--text:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    background-color: rgba(0, 0, 0, .1)
}

.c-secondary-navigation .c-button--text:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.c-secondary-navigation .c-button--text.is-active {
    color: #000
}

.c-secondary-navigation .c-button--text.is-active:before {
    display: block;
    background-color: #000;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.c-secondary-navigation .c-button--bordered.is-active:after {
    background-color: #000
}

.c-secondary-navigation-links {
    padding-left: 1rem
}

@media(max-width:1140px) {
    .c-secondary-navigation-links {
        padding-left: 0
    }
}

.c-secondary-navigation-links__item {
    display: inline-block;
    position: relative;
    margin-right: 1rem
}

@media(max-width:720px) {
    .c-secondary-navigation-links__item {
        margin-left: .5rem;
        margin-right: .5rem
    }
}

.c-secondary-navigation-mobile {
    width: 100%;
    position: absolute!important;
    top: 5rem!important;
    left: 0;
    padding: 0 20px;
    z-index: 3
}

.c-secondary-navigation-mobile .c-button .icon {
    margin-left: 0
}

.c-secondary-navigation-mobile .clip-inner {
    width: 100%;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-secondary-navigation-mobile .c-button--text {
    color: #000
}

.c-secondary-navigation-mobile .c-button--text:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    background-color: rgba(0, 0, 0, .1)
}

.c-secondary-navigation-mobile .c-button--text.is-active {
    color: #000
}

.c-secondary-navigation-mobile .c-button--text.is-active:before {
    display: block;
    background-color: #000;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.c-secondary-navigation-links-mobile__item {
    display: inline-block;
    margin-right: 1rem
}

.c-logo {
    text-align: center
}

.c-logo--navigation a {
    display: block;
    position: relative
}

.c-logo--large .habitatseven {
    width: 176px;
    height: 176px
}

.habitatseven {
    display: inline-block;
    margin: 0 auto;
    position: relative
}

.habitatseven img {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top
}

.habitatseven canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

.icon-blockchain-1,
.icon-blockchain-2,
.icon-blockchain-3,
.icon-custom-software-1,
.icon-custom-software-2,
.icon-custom-software-3,
.icon-digital-products-1,
.icon-digital-products-2,
.icon-digital-products-3,
.icon-interactive-1,
.icon-interactive-2,
.icon-interactive-3,
.icon-mobile-apps-1,
.icon-mobile-apps-2,
.icon-Mobile-apps-3,
.icon-websites-1,
.icon-websites-2,
.icon-websites-3 {
    width: 1.5em
}

.c-menu-trigger {
    display: block;
    padding: 20px;
    width: 62px;
    height: 58px;
    cursor: pointer
}

.c-menu-trigger__bar {
    display: inline-block;
    width: 22px;
    height: 2px;
    float: left;
    margin-bottom: 6px;
    padding: 0;
    background-color: #001123;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(.25, .46, .45, .94);
    transition: all .3s cubic-bezier(.25, .46, .45, .94);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.c-menu-trigger__bar:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
/*     background-color: hsla(0, 0%, 100%, .4); */
    background-color: hsla(168, 100%, 46%, 1);
    will-change: transform, color;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.c-menu-trigger__bar.c-menu-trigger__bar--top:before {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s
}

.c-menu-trigger__bar.c-menu-trigger__bar--middle:before {
    -webkit-transition: -webkit-transform .35s .1s;
    transition: -webkit-transform .35s .1s;
    transition: transform .35s .1s;
    transition: transform .35s .1s, -webkit-transform .35s .1s
}

.c-menu-trigger__bar.c-menu-trigger__bar--bottom {
    margin-bottom: 0
}

.c-menu-trigger__bar.c-menu-trigger__bar--bottom:before {
    -webkit-transition: -webkit-transform .35s .2s;
    transition: -webkit-transform .35s .2s;
    transition: transform .35s .2s;
    transition: transform .35s .2s, -webkit-transform .35s .2s
}

@media(min-width:1140px) {
    .c-menu-trigger:hover .c-menu-trigger__bar:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease
    }
}

.c-menu-trigger.is-disabled {
    pointer-events: none
}

.c-menu-trigger.is-opened .c-menu-trigger__bar--top {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg)
}

.c-menu-trigger.is-opened .c-menu-trigger__bar--middle {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.c-menu-trigger.is-opened .c-menu-trigger__bar--bottom {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg)
}

.c-header {
    padding: 12.5vh 0;
    padding-left: 6.25%;
    position: relative
}

@media(max-width:720px) {
    .c-header {
        padding-left: 20px;
        padding-right: 20px
    }
}

.c-header .o-container {
    position: relative;
    z-index: 2
}

@media(max-width:720px) {
    .c-header .o-container {
        padding-top: 1rem
    }
}

.c-header .c-work-single-visual {
    z-index: 1
}

.c-header__home-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 60px;
    height: 60px;
    position: absolute;
/*
    right: 4.16667%;
    top: 85vh;
*/
	color:#00eabd;
    right: 50%;
    bottom: 5vh;
    cursor: pointer;
    z-index: 3;
    -webkit-animation-name: arrowAnimation;
    animation-name: arrowAnimation;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@media(max-width:720px) {
    .c-header__home-arrow {
        display: none
    }
}

@-webkit-keyframes arrowAnimation {
    0% {
        -webkit-transform: translateY(-20px) rotate(90deg);
        transform: translateY(-20px) rotate(90deg);
        opacity: 0
    }
    30% {
        opacity: 1
    }
    60% {
        opacity: 1
    }
    to {
        -webkit-transform: translateY(10px) rotate(90deg);
        transform: translateY(10px) rotate(90deg);
        opacity: 0
    }
}

@keyframes arrowAnimation {
    0% {
        -webkit-transform: translateY(-20px) rotate(90deg);
        transform: translateY(-20px) rotate(90deg);
        opacity: 0
    }
    30% {
        opacity: 1
    }
    60% {
        opacity: 1
    }
    to {
        -webkit-transform: translateY(10px) rotate(90deg);
        transform: translateY(10px) rotate(90deg);
        opacity: 0
    }
}

.c-header__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 630px;
    margin-top: 5rem
}

@media(max-width:720px) {
    .c-header__intro {
        margin-top: 3rem
    }
}

@media(max-width:480px) {
    .c-header__intro {
        display: block
    }
}

.c-header__intro-column {
/*     max-width: 500px; */
    padding-right: 30px
}

@media(max-width:480px) {
    .c-header__intro-column {
        width: 100%;
        padding-right: 0;
        max-width: 320px;
        margin-bottom: 1rem
    }
    .c-header__intro-column:last-of-type {
        margin-bottom: 0
    }
}

.c-header__cta {
    padding-top: 40px
}

.c-header .c-header__intro--home {
    margin-top: 3rem
}



.c-header--home {
    padding-top: 20vh;
    padding-bottom: 20vh;
    background-color: #ffffff;
    color: #001123;
    position: relative;
    z-index: 2
}

@media(max-width:720px) {
    .c-header--home {
        padding-top: 25vh
    }
}

.c-header--home .c-button {
    border: 1px solid #00dfd2;
    color: #000;
    background-color: #fff;
    margin-top: 30px
}

.c-header--home .c-button:before {
    border: 1px solid #001123;
    background-color: #00dfd2;
}

.c-header--home .c-button:hover span {
	color: #001123;
}

.c-header--home .u-a7 {
    line-height: 1;
    font-size: 5.25rem;
    font-family: 'h7_title_black';
    font-weight: 700;
    letter-spacing: -3px
}

@media(max-width:1140px) {
    .c-header--home .u-a7 {
        line-height: 1.05714;
        font-size: 3.5rem
    }
}

@media(max-width:480px) {
    .c-header--home .u-a7 {
        line-height: 1.04;
        font-size: 2.5rem
    }
}

.c-header--home .u-a7.u-a7--fluid {
    font-size: 6.63889vw
}

@media(min-width:1400px) {
    .c-header--home .u-a7.u-a7--fluid {
        letter-spacing: -.21667vw
    }
}

@media(max-width:1140px) {
    .c-header--home .u-a7.u-a7--fluid {
        line-height: 1;
        font-size: 5.25rem;
        letter-spacing: -0.04em
    }
}

@media(max-width:1140px) and (max-width:1140px) {
    .c-header--home .u-a7.u-a7--fluid {
        line-height: 1.05714;
        font-size: 3.5rem
    }
}

@media(max-width:1140px) and (max-width:480px) {
    .c-header--home .u-a7.u-a7--fluid {
        line-height: 1.04;
        font-size: 2.5rem
    }
}

.c-header--home .u-a7 span {
    display: block
}

@media(max-width:1140px) {
    .c-header--home .u-a7 span {
        display: inline
    }
}

.c-header--home .c-header__heading {
    max-width: 88.57143%
}

.c-header--services {
    padding-top: 20vh;
    padding-bottom: 12.5vh
}

@media(max-width:720px) {
    .c-header--services {
        padding-top: 25vh
    }
}

.c-header--services .u-a7 {
    max-width: 94.28571%
}

@media(max-width:720px) {
    .c-header--services .u-a7 {
        max-width: 100%
    }
}

.c-header--service {
    padding-top: 20vh;
    padding-bottom: 2.5vh;
    color: #fff
}

.c-header--service h1 {
    padding-bottom: 25px
}

.c-header--service h1,
.c-header--service h2 {
    max-width: 960px;
    width: 100%
}

.c-header--culture {
    padding-top: 20vh;
    padding-bottom: 12.5vh
}

@media(max-width:720px) {
    .c-header--culture {
        padding-top: 25vh
    }
}

.c-header--culture .u-a7 {
    max-width: 91.42857%
}

.c-header--our-approach {
    padding-top: 20vh;
    padding-bottom: 12.5vh
}

@media(max-width:720px) {
    .c-header--our-approach {
        padding-top: 25vh
    }
}

.c-header--our-approach .u-a7, .c-header--services .u-a7, .c-header--work-single .u-a5 {
    margin-bottom: .4em;
    max-width: 80%
}

.c-header--our-approach .u-a3, .c-header--services .u-a3, .c-header--work-single .u-a2 {
    max-width: 840px
}

.c-header--work-single .u-b3 {
    margin-bottom: .4em;
}

.c-header--blog {
    padding-top: 20vh;
    padding-bottom: 0;
    background-color: #dbe2ec
}

.c-header--blog-single {
    padding-top: 20vh;
    padding-bottom: .5rem
}

.c-header--blog-single .u-a5 {
    margin-bottom: 1.1em;
    max-width: 840px
}

.c-header--careers {
    padding-top: 20vh;
    padding-bottom: 10vh
}

.c-header--careers .u-a7 {
    padding-bottom: 2rem
}

.c-header--careers .u-a3 {
    max-width: 720px
}

.c-header--careers-single {
    background-color: #0d0d0d;
    color: #fff;
    padding-top: 20vh;
    padding-bottom: 10vh
}

.c-header--careers-single .u-b4 {
    color: hsla(0, 0%, 100%, .4);
    margin-bottom: 2rem
}

@media(max-width:720px) {
    .c-header--careers-single .u-b4 {
        margin-bottom: 0
    }
}

.c-header--careers-single .u-b4.c-details-info__item {
    color: #fff
}

.c-header--careers-single .c-details-info {
    margin-top: 3rem;
    padding-top: 1rem
}

@media(max-width:720px) {
    .c-header--careers-single .c-details-info {
        margin-bottom: 0
    }
}

.c-header--work {
    padding-top: 20vh;
    padding-bottom: 20vh;
    color: #fff;
    position: relative;
    z-index: 2
}

.c-header--work .u-a7 {
    max-width: 68.57143%
}

.c-header--work-single {
    padding-top: 12.5vh;
    padding-bottom: 12.5vh;
    color: #fff;
    position: relative;
    z-index: 2;
    height: 100vh
}

@media(max-width:720px) {
    .c-header--work-single {
        height: auto;
        padding-top: 25vh;
        min-height: 100vh;
        padding-bottom: 56.25%
    }
}

@media(max-width:720px) {
    .c-header--work-single .o-container {
        padding-top: 3rem
    }
}

.c-header--work-single.c-header--work-next {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    height: 80vh
}

@media(max-width:720px) {
    .c-header--work-single.c-header--work-next {
        height: 100vh
    }
}

.c-header--work-single.c-header--work-next:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #fff;
    display: block;
    will-change: transform;
    -webkit-transition: -webkit-transform .65s;
    transition: -webkit-transform .65s;
    transition: transform .65s;
    transition: transform .65s, -webkit-transform .65s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

@media(max-width:720px) {
    .c-header--work-single.c-header--work-next:before {
        display: none
    }
}

.is-next-case-loading .c-header--work-single.c-header--work-next:before {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.c-header--work-single.c-header--work-next a {
    display: block;
    height: 80vh;
    padding-top: 12.5vh;
    padding-bottom: 12.5vh
}

@media(max-width:720px) {
    .c-header--work-single.c-header--work-next a {
        height: 100vh
    }
}

@media(min-width:1140px) {
    .c-header--work-single.c-header--work-next:hover:before {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    .c-header--work-single.c-header--work-next:hover .u-a5 {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    .c-header--work-single.c-header--work-next:hover .u-a5:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease
    }
}

.c-header--work-single.c-header--work-next .u-a5 {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform .65s;
    transition: -webkit-transform .65s;
    transition: transform .65s;
    transition: transform .65s, -webkit-transform .65s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.c-header--work-single.c-header--work-next .u-a5:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
    z-index: 2;
    will-change: transform, color;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

.c-header--team {
    padding-top: 20vh;
    padding-bottom: 3rem
}

@media(max-width:720px) {
    .c-header--team {
        padding-top: 25vh
    }
}

.c-header--contact {
    padding-top: 20vh;
    padding-bottom: 0
}

.c-header--contact .u-a7 {
    max-width: 90%;
	margin-bottom: 5vh;
}

.c-header--contact p.u-a2 {
    max-width: 85%;
	margin-bottom: 5vh;
}

.c-header--error-page {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 0;
    background-color: #d8d8c2
}

.c-header--error-page .o-container {
    max-width: 100%;
    padding: 4.16667%
}

.c-header--error-page .u-b0 {
    max-width: 780px;
    margin: 0 auto
}

.c-header--error-page .c-button {
    margin-top: 40px
}

.c-header--generic {
    padding-bottom: 0
}

.is-protected .c-header--generic .u-a5,
.is-protected .c-header--generic .u-b4 {
    max-width: 660px
}

.c-contact-info__item .c-button--small {
    line-height: 1.5;
    font-size: .9rem
}

.c-contact-info .c-button--text:before {
    display: none
}

.c-contact-info .c-button--bordered:before {
    display: block;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

@media(min-width:1140px) {
    .c-contact-info .c-button--bordered:hover:before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease
    }
}

.c-contact-info.c-contact-info--small .c-contact-info__item .c-button--small {
    line-height: 1.5;
    font-size: .9rem
}

.c-article {
    display: block;
    text-align: left
}

.c-article__image {
    overflow: hidden
}

.c-article__image .o-media-wrapper {
    -webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    transition: all .5s cubic-bezier(.25, .46, .45, .94)
}

.caption__header {
    padding-top: 1rem;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94) .1s;
    transition: all .2s cubic-bezier(.25, .46, .45, .94) .1s
}

.caption__content {
    padding-top: .5rem;
    padding-bottom: 1rem;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.caption__content .u-b4 {
    margin-bottom: 0
}

.caption__category,
.caption__date {
    display: inline-block;
    margin-right: .5rem
}

.c-article-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:720px) {
    .c-article-list {
        display: block;
        padding-top: 2rem
    }
}

.c-article-list--2:after {
    content: "";
    width: 45.45455%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.c-article-list--2 .c-article {
    width: 45.45455%
}

@media(max-width:1140px) {
    .c-article-list--2 .c-article {
        width: 48.57143%
    }
}

@media(max-width:480px) {
    .c-article-list--2 .c-article {
        width: 100%
    }
}

.c-article-list--2 .caption__content {
    padding-top: .5rem;
    max-width: 420px
}

.c-article-list--3:after {
    content: "";
    width: 31.42857%
}

.c-article-list--3 .c-article {
    width: 31.42857%
}

@media(max-width:720px) {
    .c-article-list--3 .c-article {
        width: 100%
    }
}

.c-article-list--3 .caption__content {
    padding-top: 1rem;
    max-width: 300px
}

.c-article-list--4:after {
    content: "";
    width: 22.85714%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.c-article-list--4 .c-article {
    width: 22.85714%;
    margin-bottom: 2rem
}

.c-article-list--4 .c-article:last-child {
    margin-left: 2.85714%
}

.c-article-list--4 .caption__content {
    padding-top: 1rem;
    max-width: 240px
}

.c-article-list--team {
    padding-top: 0;
    padding-bottom: 20vh;
    display: grid;
    grid-template-columns: repeat(auto-fill, 31%);
    grid-gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(min-width:1441px) {
    .c-article-list--team {
        grid-template-columns: repeat(auto-fill, 21.5%)
    }
}

@media(max-width:1140px) {
    .c-article-list--team {
        grid-template-columns: repeat(auto-fill, 30%);
        grid-gap: 15px
    }
}

@media(max-width:720px) {
    .c-article-list--team {
        grid-template-columns: repeat(auto-fill, 45%);
        grid-gap: 15px;
        padding-bottom: 3rem
    }
}

@media(max-width:375px) {
    .c-article-list--team {
        grid-template-columns: repeat(auto-fill, 100%);
        grid-gap: 0
    }
}

.c-article-list--team .c-article {
    width: 100%;
    max-width: 320px;
    margin-bottom: 3rem
}

@media(max-width:720px) {
    .c-article-list--team .c-article {
        margin-bottom: 2rem
    }
}

@media(max-width:375px) {
    .c-article-list--team .c-article {
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 2rem
    }
}

.c-article-list--blog-posts {
    background-color: #dbe2ec;
    position: relative
}

.c-article--team {
    display: block
}

.c-article--team.is-hidden {
    opacity: 0;
    visibility: hidden;
    display: none;
    border: 2px solid red
}

.c-pagination {
    display: block;
    text-align: center;
    padding: 3rem 0 12.5vh
}

.c-pagination__item {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
    font-size: .9rem;
    margin: 0 .5rem
}

@media(max-width:1140px) {
    .c-pagination__item {
        line-height: 1.5;
        font-size: .8rem
    }
}

@media(max-width:720px) {
    .c-pagination__item {
        line-height: 1.5;
        font-size: .7rem
    }
}

.c-pagination__item a {
    position: relative;
    display: block
}

.c-pagination__item a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    will-change: transform, background-color;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.c-pagination__item span {
    display: block;
    padding: .5rem
}

.c-pagination__item.is-active a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.c-pagination__loader {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    bottom: 20vh;
    background-color: #dbe2ec;
    z-index: 16;
    opacity: 0;
    visibility: hidden
}

.c-pagination__loader-line {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 4px;
    background-color: #000
}

.c-pagination__loader-line-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    overflow: hidden
}

.c-pagination-wrapper--no-pagination {
    padding-bottom: 12.5vh
}

.c-activities-scroller-wrapper {
    position: relative;
    overflow: visible;
    width: 91.42857%
}

@media(max-width:720px) {
    .c-activities-scroller-wrapper {
        width: 100%
    }
}

.c-activities-scroller {
    white-space: nowrap;
    font-size: 0
}

.c-activities-scroller__item {
    width: 50%;
    padding-right: 6.25%;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    position: relative
}

@media(max-width:720px) {
    .c-activities-scroller__item {
        width: 100%;
        max-width: 320px;
        padding-right: 30px
    }
}

.c-activities-scroller__item .c-article__image {
    margin-bottom: .5rem
}

.c-activities-scroller__item .c-article__caption {
    max-width: 330px
}

.c-images-slider-wrapper {
    position: relative
}

.c-images-slider-wrapper__mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9
}

.c-images-slider__item {
    overflow: hidden
}

.c-images-slider__inner {
    position: relative;
    height: 0;
    padding-bottom: 56.19048%
}

.c-images-slider__inner .o-media-wrapper {
    margin-bottom: 0
}

.c-images-slider-navigation {
    position: relative;
    margin-bottom: 12.5vh
}

@media(max-width:720px) {
    .c-images-slider-navigation {
        margin-bottom: 2rem
    }
}

.c-images-slider-arrows,
.c-images-slider-counter {
    width: 100%;
    text-align: center
}

.c-images-slider-arrows {
    margin-top: 1rem;
    z-index: 2
}

.c-images-slider-arrows__arrow {
    display: inline-block;
    -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
    transition: all .2s cubic-bezier(.55, .085, .68, .53);
    padding: 1rem;
    cursor: pointer
}

.c-images-slider-arrows__arrow--previous {
    margin-right: 2rem
}

.c-images-slider-arrows__arrow--next {
    margin-left: 2rem
}

.c-images-slider-arrows__arrow .icon {
    font-size: 14px
}

.c-images-slider-counter {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    padding: 1rem
}

.counter-separator {
    display: inline-block;
    padding: 0 4px
}

.c-list {
    padding: 3rem 0
}

.c-list__item {
    padding: .5rem 0
}

.c-list-column__heading {
    padding: .75rem 0;
    border-bottom: 2px solid rgba(0, 0, 0, .1)
}

.c-list-item {
    padding: .75rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.c-list--multicolumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-list--bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.c-list--multicolumn-2 .c-list-column {
    width: 40%
}

.c-list--multicolumn-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c-list--multicolumn-4 .c-list-column {
    width: 50%;
    max-width: 150px;
    margin-right: 5.71429%
}

@media(max-width:1140px) {
    .c-list--multicolumn-4 .c-list-column {
        max-width: 132px
    }
}

@media(max-width:720px) {
    .is-mobile .c-list--multicolumn-4 .c-list-column {
        width: 100%;
        max-width: 100%
    }
}

.c-list--multicolumn-4 .c-list-column:last-of-type {
    margin-right: 0
}

.c-list--multicolumn-5 .c-list-column {
    width: 20%;
    padding-right: 2rem
}

.c-underlined-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 570px;
    padding-top: 2rem;
    margin-bottom: 0
}

.c-underlined-list__item {
    width: 47.36842%;
    padding: .75rem 0;
    border-bottom: 1px solid #e7e7e7
}

@media(max-width:480px) {
    .c-underlined-list__item {
        width: 100%
    }
}

.c-icon-list .u-a1 {
    margin-bottom: .5rem
}

@media(max-width:720px) {
    .c-icon-list .u-b2 {
        max-width: 320px
    }
}

.c-icon-list__item {
    padding-right: 120px;
    position: relative;
    margin-bottom: 3rem
}

@media(max-width:720px) {
    .is-mobile .c-icon-list__item {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width:720px) {
    .is-mobile .c-icon-list__item:last-of-type {
        margin-bottom: 0
    }
}

.c-icon-list__icon {
    position: absolute;
    left: 0;
    width: 60px;
    top: .5rem
}

.c-icon-list__icon .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: #000
}

.c-section-heading {
    width: 100%
}

.c-section-heading--narrow {
    max-width: 360px
}

.c-section-heading--narrow.c-section-heading--fluid {
    max-width: 34.28571%
}

.c-filter-list {
    white-space: nowrap;
    overflow: auto;
    padding: 3rem 0
}

@media(max-width:720px) {
    .is-mobile .c-filter-list {
        margin-right: -20px
    }
}

.c-filter-list__item {
    display: inline-block;
    margin-right: 2rem
}

.c-filter-list .c-button--text {
    color: rgba(0, 0, 0, .4)
}

.c-filter-list .c-button--text:before {
    background-color: #000
}

.c-filter-list .c-button--text:after {
    display: none
}

.c-filter-list .c-button--text.is-active {
    color: #000
}

.c-filter-list .c-button--text.is-active:after {
    background-color: #000
}

.c-filter-list .c-button--text.is-active:before {
    background-color: #000;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.c-filter-list .c-button--bordered.is-active:after {
    background-color: #000
}

.c-form-wrapper {
    margin-bottom: 3rem;
    position: relative
}

input,
select,
textarea {
    display: block;
    width: 100%;
    background-color: transparent;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    border: none;
    outline: none;
    line-height: 1.5;
    font-size: 1rem;
    font-family: 'h7_light';
    font-weight: 300
}

.c-form {
    width: 100%;
    max-width: 750px;
    position: relative
}

.c-form.is-successful .c-form__thank-you {
    opacity: 1;
    visibility: visible
}

.c-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: .5rem
}

@media(max-width:720px) {
    .c-form__row {
        display: block
    }
}

.c-form__row--intro,
.c-form__row--message {
    padding: 40px 0
}

.c-form__row--intro .u-b6,
.c-form__row--message .u-b6 {
    max-width: 500px
}

.c-form__row--2 .c-fieldset {
    width: 48%
}

@media(max-width:720px) {
    .c-form__row--2 .c-fieldset {
        width: 100%
    }
}

.c-form__row--2 .c-fieldset .ss-main {
    max-width: 360px
}

@media(max-width:720px) {
    .c-form__row--2 .c-fieldset .ss-main {
        max-width: 480px
    }
}

.c-form__row--submit {
    text-align: center
}

.c-form__row--submit .c-button {
    line-height: 1.3125;
    font-size: .8rem;
    margin: 0 auto;
    margin-bottom: 1rem
}

@media(max-width:1140px) {
    .c-form__row--submit .c-button {
        line-height: 1.42857;
        font-size: .7rem
    }
}

.c-form__row--submit .c-button--text {
    color: rgba(0, 0, 0, .4)
}

.c-form__row--submit .c-button--text:before {
    display: none
}

.c-form__row--submit .c-button--text:hover {
    color: #000
}

.c-form__row--main {
    position: relative;
    z-index: 4
}

.c-form__footer {
    text-align: center;
    padding-top: 12.5vh
}

.c-form__footer .u-b6 {
    display: inline-block;
    margin: 0 auto;
    max-width: 600px
}

.c-form__container {
    position: relative;
    height: 0;
    overflow: hidden;
    margin-bottom: 30vh
}

.c-form__container.is-expanded {
    margin-bottom: 2rem
}

.c-form__thank-you {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 5rem;
    background-color: inherit;
    opacity: 0;
    visibility: hidden;
    z-index: 5
}

.c-form__message {
    display: inline-block;
    width: 100%;
    max-width: 600px
}

.c-form__message .u-a4 {
    margin-bottom: .4em
}

.c-form__message i {
    line-height: 1.5;
    font-size: 1rem
}

@media(max-width:1140px) {
    .c-form__message i {
        line-height: 1.33333;
        font-size: .9rem
    }
}

@media(max-width:720px) {
    .c-form__message i {
        line-height: 1.42857;
        font-size: .7rem
    }
}

.c-form__message .u-b0,
.c-form__message p {
    margin-bottom: .6em
}

.c-form__form--apply .ss-main .ss-content .ss-search {
    margin: 10px 0
}

.c-form__form--apply .ss-main .ss-content .ss-search input {
    padding: 10px;
    font-size: 14px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000
}

.c-form__form--apply .ss-main .ss-content .ss-search input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.c-form__form--apply .ss-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible
}

.c-form__form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden
}

.c-form__form.is-visible {
    position: relative;
    top: auto;
    left: auto
}

.c-form__error-message {
    color: #ff1a1a;
    line-height: 1.5;
    font-size: .6rem;
    text-align: right;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity, vibility;
    -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
    transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.c-form .ss-main {
    color: inherit
}

.c-form .ss-main .ss-single-selected {
    height: auto;
    display: block;
    background-color: transparent;
    border: none;
    outline: none;
    border-radius: 0;
    padding: 6px 0
}

.c-form .ss-main .ss-single-selected .ss-arrow {
    position: absolute;
    height: 100%;
    right: 5px;
    top: 0;
    margin: 0;
    width: 17px
}

.c-form .ss-main .ss-single-selected .ss-arrow span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    background-position: 50%;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8dGl0bGU+YXJyb3ctZG93bjwvdGl0bGU+CjxwYXRoIGQ9Ik0xNiAzMC4yYzAuMiAwIDAuMiAwIDAuNCAwczAuMi0wLjIgMC40LTAuMmw3LjItNy4yYzAuNi0wLjYgMC42LTEuMiAwLTEuNnMtMS4yLTAuNi0xLjYgMGwtNS4yIDV2LTIzLjJjMC0wLjQtMC4yLTAuNi0wLjQtMC44LTAuMi0wLjQtMC40LTAuNC0wLjgtMC40cy0wLjYgMC0wLjggMC4yYy0wLjIgMC4yLTAuNCAwLjYtMC40IDF2MjMuMmwtNS4yLTVjLTAuNi0wLjYtMS4yLTAuNi0xLjYgMHMtMC42IDEuMiAwIDEuNmw3LjIgNy4yYzAgMC4yIDAuMiAwLjIgMC40IDAuMiAwIDAgMC4yIDAgMC40IDB6Ij48L3BhdGg+Cjwvc3ZnPgo=);
    background-repeat: no-repeat
}

.c-form .ss-main .ss-single-selected .ss-arrow span.arrow-down {
    -webkit-transform: none;
    transform: none
}

.c-form .ss-main .ss-single-selected .ss-arrow span.arrow-up {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.c-form .ss-main .ss-single-selected .placeholder {
    display: block
}

.c-form .ss-main .placeholder .ss-disabled {
    color: inherit
}

.c-form .ss-main .ss-content {
    border: 1px solid #000;
    background-color: #fff
}

.c-form .ss-main .ss-content .ss-list {
    max-height: 320px;
    padding-bottom: 20px
}

.c-form .ss-main .ss-content .ss-list .ss-optgroup-label {
    padding: 4px 20px;
    background-color: rgba(0, 0, 0, .1);
    display: none
}

.c-form .ss-main .ss-content .ss-list .ss-option {
    padding: 12px 20px
}

.c-form .ss-main .ss-content .ss-list .ss-option.ss-disabled {
    background-color: rgba(0, 0, 0, .1);
    color: #000
}

.c-form .ss-main .ss-content .ss-list .ss-option:hover {
    background-color: #000;
    color: #fff
}

.ss-list-end {
    display: block;
    width: 100%;
    height: 40px;
    pointer-events: none;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0
}

.c-form--careers .c-form__container {
    height: auto;
    margin-bottom: 2rem
}

.c-form--careers .c-form__form {
    position: relative;
    visibility: visible;
    opacity: 1
}

.c-form--careers .c-form__footer {
    padding-top: 2rem
}

.c-form--careers .c-file-upload {
    margin-top: -1px
}

.c-form--careers .c-file-upload .uploaded-file,
.c-form--careers .c-file-upload input {
    display: none
}

.c-form--careers .ss-optgroup-label {
    display: block!important;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: .6rem
}

.c-label {
    position: absolute;
    display: inline-block;
    height: 100%;
    max-height: 32px;
    width: 100%;
    left: 0;
    top: 5px;
    color: rgba(0, 0, 0, .3);
    -webkit-transition: font-size .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    transition: font-size .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, font-size .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, font-size .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    pointer-events: none
}

.c-label--dark {
    color: #000
}

.c-input {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    position: relative
}

.c-input.wpcf7-not-valid {
    border-bottom: 1px solid #ff1a1a
}

.c-select,
select {
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.wpcf7-not-valid .c-select,
.wpcf7-not-valid select {
    border-bottom: 1px solid #ff1a1a
}

.ss-main.c-select--disabled>* {
    cursor: not-allowed
}

.ss-main.c-select--disabled .ss-single-selected .placeholder {
    color: rgba(0, 0, 0, .3)
}

.ss-main.c-select--disabled .ss-single-selected .ss-arrow {
    opacity: .3
}

.ss-main .ss-single-selected {
    max-width: calc(100% - 30px)
}

.c-textarea,
textarea {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    resize: none
}

.c-textarea.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border-bottom: 1px solid #ff1a1a
}

.c-fieldset,
fieldset {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 2.02rem;
    min-width: 0
}

.c-fieldset:after,
fieldset:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    will-change: transform, background-color;
    background-color: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.c-fieldset__field-wrapper,
fieldset__field-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%
}

.c-fieldset.is-filled .c-label,
.c-fieldset.is-filled label,
fieldset.is-filled .c-label,
fieldset.is-filled label {
    -webkit-transform: translateY(-26px);
    transform: translateY(-26px);
    line-height: 1.5;
    font-size: .6rem;
    color: #000
}

.c-fieldset.is-filled .c-checkbox .c-checkbox__label,
fieldset.is-filled .c-checkbox .c-checkbox__label {
    -webkit-transform: none;
    transform: none
}

.c-fieldset.is-focused:after,
fieldset.is-focused:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.c-fieldset.is-invalid .c-input,
.c-fieldset.is-invalid .c-select,
.c-fieldset.is-invalid .c-textarea,
fieldset.is-invalid .c-input,
fieldset.is-invalid .c-select,
fieldset.is-invalid .c-textarea {
    border-bottom: 1px solid #ff1a1a
}

.c-fieldset.is-invalid .c-label,
fieldset.is-invalid .c-label {
    color: #ff1a1a
}

.c-fieldset.is-invalid .c-form__error-message,
fieldset.is-invalid .c-form__error-message {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.c-fieldset.is-invalid.is-focused .c-input,
.c-fieldset.is-invalid.is-focused .c-select,
.c-fieldset.is-invalid.is-focused .c-textarea,
fieldset.is-invalid.is-focused .c-input,
fieldset.is-invalid.is-focused .c-select,
fieldset.is-invalid.is-focused .c-textarea {
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.c-fieldset.is-invalid.is-focused .c-label,
fieldset.is-invalid.is-focused .c-label {
    color: #000
}

.c-fieldset.is-invalid.is-focused .c-form__error-message,
fieldset.is-invalid.is-focused .c-form__error-message {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden
}

.c-fieldset.c-fieldset--checkbox,
fieldset.c-fieldset--checkbox {
    padding-top: 0
}

.c-fieldset.c-fieldset--file-upload,
fieldset.c-fieldset--file-upload {
    padding-top: 20px
}

.c-fieldset.c-fieldset--file-upload .cf7-drop-statusbar,
fieldset.c-fieldset--file-upload .cf7-drop-statusbar {
    padding: 14px 20px 12px
}

.c-fieldset.c-fieldset--file-upload .cf7-drop-remove,
fieldset.c-fieldset--file-upload .cf7-drop-remove {
    max-width: 32px
}

.c-fieldset--large input,
.c-fieldset--large select,
.c-fieldset--large textarea {
    line-height: 1.24324;
    font-size: 1.85rem;
    padding: 6px 0
}

@media(max-width:1140px) {
    .c-fieldset--large input,
    .c-fieldset--large select,
    .c-fieldset--large textarea {
        line-height: 1.2;
        font-size: 1.5rem
    }
}

@media(max-width:720px) {
    .c-fieldset--large input,
    .c-fieldset--large select,
    .c-fieldset--large textarea {
        line-height: 1.35;
        font-size: 1rem
    }
}

.c-fieldset--large .ss-main {
    max-width: 100%;
    width: 100%
}

.c-fieldset--large .c-label {
    line-height: 1.24324;
    font-size: 1.85rem;
    padding: 6px 0;
    top: 0
}

@media(max-width:1140px) {
    .c-fieldset--large .c-label {
        line-height: 1.2;
        font-size: 1.5rem
    }
}

@media(max-width:720px) {
    .c-fieldset--large .c-label {
        line-height: 1.35;
        font-size: 1rem
    }
}

.c-fieldset--large .ss-main .placeholder {
    line-height: 1.24324;
    font-size: 1.85rem
}

@media(max-width:1140px) {
    .c-fieldset--large .ss-main .placeholder {
        line-height: 1.2;
        font-size: 1.5rem
    }
}

@media(max-width:720px) {
    .c-fieldset--large .ss-main .placeholder {
        line-height: 1.35;
        font-size: 1rem
    }
}

.c-checkbox {
    position: relative;
    text-align: left
}

.c-checkbox__input {
    display: none
}

.c-checkbox__label {
    display: inline-block;
    position: relative;
    max-width: 600px;
    color: #000;
    line-height: 1.5;
    font-size: .6rem;
    padding-left: 45px;
    cursor: pointer
}

.c-checkbox [type=checkbox]:checked+label:before,
.c-checkbox [type=checkbox]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, .3);
    background-color: hsla(0, 0%, 100%, .1);
    -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
    transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.c-checkbox [type=checkbox]:checked+label:after,
.c-checkbox [type=checkbox]:not(:checked)+label:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSI+CiAgICA8cGF0aCBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS44NzMgMS4xMDdsLS45Ni0uOTY1QS40NDUuNDQ1IDAgMCAwIDEwLjU4OCAwYS40NDUuNDQ1IDAgMCAwLS4zMjQuMTQyTDQuNDg5IDUuOTQ4IDEuNzM2IDMuMTY2YS40Ny40NyAwIDAgMC0uMzI0LS4xMjguNDcuNDcgMCAwIDAtLjMyNS4xMjhsLS45Ni45NjVBLjQ3NS40NzUgMCAwIDAgMCA0LjQ1N2MwIC4xMjMuMDQyLjIzMi4xMjcuMzI3bDQuMDM4IDQuMDc0Yy4wODQuMDk1LjE5LjE0Mi4zMTcuMTQyYS40MDkuNDA5IDAgMCAwIC4zMTgtLjE0Mmw3LjA3My03LjA5OEEuNDg0LjQ4NCAwIDAgMCAxMiAxLjQyN2EuNDM1LjQzNSAwIDAgMC0uMTI3LS4zMnoiLz4KPC9zdmc+Cg==);
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
    transition: all .2s cubic-bezier(.55, .085, .68, .53);
    font-family: Helvetica, Arial, sans-serif
}

.c-checkbox [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.c-checkbox [type=checkbox]:checked+label:before {
    border: 1px solid #000
}

.c-checkbox [type=checkbox]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.c-file-upload__input {
    min-height: 58px;
    padding: 0;
    border: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer
}

.c-file-upload__hidden-input {
    display: none;
    opacity: 0;
    visibility: hidden
}

.c-file-upload__message {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 30px 15px;
    border: 1px dashed rgba(0, 0, 0, .3);
    -webkit-box-ordinal-group: 100000;
    -ms-flex-order: 99999;
    order: 99999;
    -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
    transition: all .2s cubic-bezier(.55, .085, .68, .53);
    will-change: background-color, border;
    margin-top: 1px
}

.c-file-upload__message:hover {
    border: 1px dashed #000;
    background-color: rgba(0, 0, 0, .05)
}

.c-file-upload__message i {
    position: relative;
    font-style: normal;
    line-height: 1.5;
    font-size: .7rem;
    color: #000!important;
    display: block;
    text-align: center;
    font-weight: 700
}

.wpcf7-form-control-wrap {
    width: 100%
}

.wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    margin-top: 8px;
    right: 0;
    text-align: right;
    width: 100%;
    font-size: .6rem!important;
    color: #ff1a1a
}

.c-form .cf7-dragandrophandler-container {
    margin-top: 2rem
}

.c-form .cf7-dragandrophandler {
    padding: 0;
    border: 1px dashed rgba(0, 0, 0, .3);
    -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
    transition: all .2s cubic-bezier(.55, .085, .68, .53);
    will-change: background-color, border;
    margin-top: 1px;
    height: auto
}

.c-form .cf7-dragandrophandler:hover {
    border: 1px dashed #000;
    background-color: rgba(0, 0, 0, .05)
}

.c-form .cf7-dragandrophandler-inner {
    padding: 20px 30px 15px;
    position: relative;
    height: 60px
}

.c-form .cf7-drop-abort,
.c-form .cf7-text-drop,
.c-form .cf7-text-or {
    display: none
}

.c-form .cf7-text-browser,
.c-form .cf7-text-browser a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-form .cf7-text-browser a {
    border-radius: 0;
    color: #000!important
}

.c-form .cf7-drop-statusbar,
.c-form .cf7-text-browser a {
    padding: 20px;
    background-color: transparent;
    line-height: 1.5;
    font-size: .7rem
}

.c-form .cf7-drop-statusbar {
    margin: 1px 0 0;
    border: none;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-form .cf7-drop-statusbar.even,
.c-form .cf7-drop-statusbar.odd {
    background-color: rgba(0, 0, 0, .05)
}

.c-form .cf7-drop-statusbar .cf7-drop-progressBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    pointer-events: none
}

.c-form .cf7-drop-statusbar .cf7-drop-progressBar.cf7-text-error {
    bottom: 4px;
    top: auto;
    height: auto;
    padding: 0 20px;
    line-height: 1.5;
    font-size: .6rem
}

.c-form .cf7-drop-statusbar .cf7-drop-progressBar>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .05)
}

.c-form .cf7-drop-filename {
    vertical-align: middle
}

.c-form .cf7-drop-filesize {
    color: #000;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle
}

.c-form .cf7-drop-remove {
    width: 32px!important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    color: transparent
}

.c-form .cf7-drop-remove a {
    border-radius: 100px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNXB4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDUgNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBza2V0Y2h0b29sIDQ5ICg1MTAwMikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+QTRENEFCRkMtMEQzNC00NEQxLUE2QTMtNDkzODU5QzNBQzI4PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBza2V0Y2h0b29sLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDb250YWN0LWZvcm1GaW5hbC1zdGF0ZXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDIxLjAwMDAwMCwgLTIwNDUuMDAwMDAwKSIgZmlsbD0iIzAwMDAwMCI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMDIxLjEyMDEyLDIwNDkuODc5ODggQzEwMjEuMjgzNzYsMjA1MC4wNDM1MiAxMDIxLjQ0Mzg0LDIwNTAuMDM5OTYgMTAyMS42MDAzNiwyMDQ5Ljg2OTIxIEwxMDIzLjUsMjA0Ny45OTA5MiBMMTAyNS4zOTk2NCwyMDQ5Ljg2OTIxIEMxMDI1LjU1NjE2LDIwNTAuMDM5OTYgMTAyNS43MTYyNCwyMDUwLjA0MzUyIDEwMjUuODc5ODgsMjA0OS44Nzk4OCBDMTAyNi4wNDM1MiwyMDQ5LjcxNjI0IDEwMjYuMDM5OTYsMjA0OS41NTYxNiAxMDI1Ljg2OTIxLDIwNDkuMzk5NjQgTDEwMjMuOTkwOTIsMjA0Ny41IEwxMDI1Ljg2OTIxLDIwNDUuNjAwMzYgQzEwMjYuMDM5OTYsMjA0NS40NDM4NCAxMDI2LjA0MzUyLDIwNDUuMjgzNzYgMTAyNS44Nzk4OCwyMDQ1LjEyMDEyIEMxMDI1LjcxNjI0LDIwNDQuOTU2NDggMTAyNS41NTYxNiwyMDQ0Ljk2MDA0IDEwMjUuMzk5NjQsMjA0NS4xMzA3OSBMMTAyMy41LDIwNDcuMDA5MDggTDEwMjEuNjAwMzYsMjA0NS4xMzA3OSBDMTAyMS40NDM4NCwyMDQ0Ljk2MDA0IDEwMjEuMjgzNzYsMjA0NC45NTY0OCAxMDIxLjEyMDEyLDIwNDUuMTIwMTIgQzEwMjAuOTU2NDgsMjA0NS4yODM3NiAxMDIwLjk2MDA0LDIwNDUuNDQzODQgMTAyMS4xMzA3OSwyMDQ1LjYwMDM2IEwxMDIzLjAwOTA4LDIwNDcuNSBMMTAyMS4xMzA3OSwyMDQ5LjM5OTY0IEMxMDIwLjk2MDA0LDIwNDkuNTU2MTYgMTAyMC45NTY0OCwyMDQ5LjcxNjI0IDEwMjEuMTIwMTIsMjA0OS44Nzk4OCBaIiBpZD0iUGFnZS0xIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
    background-size: 40%;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat
}

.c-fieldset__field-wrapper--currency .ss-main {
    z-index: 999
}

.c-fieldset__field-wrapper--currency .ss-main .ss-content .ss-list {
    padding-top: 60px
}

.c-fieldset__field-wrapper--currency .ss-optgroup {
    display: none
}

.c-fieldset__field-wrapper--currency .c-select-currency {
    position: absolute;
    top: 100%;
    left: 1px;
    right: 1px;
    margin-top: -1px;
    z-index: 1000
}

.c-select-currency {
    padding-left: 80px;
    height: 60px;
    position: relative;
    line-height: 1.5;
    font-size: .6rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .15s ease-out, visibility .15s ease-out;
    transition: opacity .15s ease-out, visibility .15s ease-out
}

.c-select-currency.is-visible {
    opacity: 1;
    visibility: visible
}

.c-select-currency__label {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
    padding-left: 20px
}

.c-select-currency__list {
    display: inline-block;
    width: 100%;
    right: 0;
    white-space: nowrap;
    text-align: right;
    padding-right: 10px;
    position: absolute;
    top: 50%;
    margin-top: -19px
}

.c-select-currency__list-item {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    color: rgba(0, 0, 0, .3)
}

.c-select-currency__list-item.is-active {
    color: #000
}

.c-form__loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 750px;
    height: 100%;
    z-index: 22;
    opacity: 0;
    visibility: hidden
}

.c-form__loader-line {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 4px;
    background-color: #000
}

.c-form__loader-line-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    overflow: hidden
}

.ss-search {
    display: none;
    opacity: 0;
    visibility: hidden;
    outline: none;
    border: none
}

div.wpcf7 .ajax-loader {
    width: 0!important;
    height: 0!important;
    display: block!important;
    opacity: 0!important;
    margin: 0!important;
    visibility: hidden!important
}

.screen-reader-response {
    display: none!important
}

.c-quotes {
    float: right;
    width: 100%
}

.c-quotes__item .u-a4 {
    max-width: 930px
}

.c-quotes__info {
    padding-top: 2rem
}

.c-quotes__navigation {
    padding: 1rem
}

.c-quotes__navigation-inner {
    float: right;
    width: 60%
}

@media(max-width:720px) {
    .c-quotes__navigation-inner {
        width: 100%;
        text-align: center
    }
}

.c-quotes__navigation-item {
    display: inline-block;
    vertical-align: middle
}

.c-quotes__navigation-item.c-quotes__navigation-item--arrow-left,
.c-quotes__navigation-item.c-quotes__navigation-item--arrow-right {
    padding: 1rem;
    cursor: pointer
}

.c-quotes__navigation-item.c-quotes__navigation-item--arrow-left .icon,
.c-quotes__navigation-item.c-quotes__navigation-item--arrow-right .icon {
    font-size: 14px
}

.c-quotes__navigation-item.c-quotes__navigation-item--arrow-left {
    margin-left: -1rem
}

@media(max-width:720px) {
    .c-quotes__navigation-item.c-quotes__navigation-item--arrow-left {
        margin-left: 0
    }
}

.c-quotes__navigation-item.c-quotes__navigation-item--counter {
    line-height: 1.5;
    font-size: .6rem;
    letter-spacing: .2px;
    font-family: 'h7_light';
    font-weight: 300;
    padding: 0 .5rem
}

.counter-number {
    font-style: normal;
    display: inline-block;
    min-width: 18px;
    text-align: center
}

.c-details-info {
    position: relative;
    margin-bottom: 4rem
}

@media(max-width:720px) {
    .c-details-info {
        margin-bottom: 2rem
    }
}

.c-details-info__item {
    display: inline-block;
    width: 22.85714%;
    min-width: 180px;
    padding-right: 30px
}

.c-details-info__item:last-of-type {
    padding-bottom: 0
}

@media(max-width:720px) {
    .c-details-info__item {
        width: 100%;
        padding-bottom: 1rem
    }
}

.c-details-info__item strong {
    font-family: 'h7_title_black';
    font-weight: 700;
    font-style: normal;
    display: block
}

.c-details-info__item span {
    display: block
}

.c-details-info__reading-time {
    position: absolute;
    bottom: 0;
    right: 0
}

@media(max-width:720px) {
    .c-details-info__reading-time {
        top: 0;
        bottom: auto
    }
}

.c-details-info--line {
    position: relative
}

.c-details-info--line:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: hsla(0, 0%, 100%, .3)
}

pre {
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    overflow-x: auto
}

code,
pre {
    font-family: Consolas, Andale Mono WT, Andale Mono, Lucida Console, Lucida Sans Typewriter, DejaVu Sans Mono, Bitstream Vera Sans Mono, Liberation Mono, Nimbus Mono L, Monaco, Courier New, Courier, monospace!important
}

.c-editor-content blockquote,
.c-editor-content h3,
.c-editor-content h4,
.c-editor-content iframe,
.c-editor-content img,
.c-editor-content ol,
.c-editor-content p,
.c-editor-content pre,
.c-editor-content s code,
.c-editor-content ul,
.c-editor-content video {
    display: block;
    font-family: 'h7_light';
    font-weight: 300;
    width: 100%;
    height: auto;
    max-width: 780px;
    margin-top: 0
}

.c-editor-content h3 {
    line-height: 1.24324;
    font-size: 1.85rem;
    margin-bottom: .8em
}

@media(max-width:1140px) {
    .c-editor-content h3 {
        line-height: 1.2;
        font-size: 1.5rem
    }
}

@media(max-width:720px) {
    .c-editor-content h3 {
        line-height: 1.35;
        font-size: 1rem
    }
}

.c-editor-content h4 {
    line-height: 1.2;
    font-size: 1.8rem;
    margin-bottom: .6em
}

@media(max-width:1140px) {
    .c-editor-content h4 {
        line-height: 1.33333;
        font-size: 1.2rem
    }
}

.c-editor-content h4+h5 {
    margin-top: 2em
}

.c-editor-content h5 {
    font-family: 'h7_title_black';
    font-weight: 700;
    margin-bottom: 1.4em
}

.c-editor-content p {
    line-height: 1.5;
    font-size: 1.2rem;
    margin-bottom: 1.1em
}

@media(max-width:1140px) {
    .c-editor-content p {
        line-height: 1.33333;
        font-size: .9rem
    }
}

@media(max-width:720px) {
    .c-editor-content p {
        line-height: 1.42857;
        font-size: .7rem
    }
}

.c-editor-content p+h4 {
    margin-top: 2em
}

.c-editor-content p+h5 {
    margin-top: 2.4em
}

.c-editor-content p+ol,
.c-editor-content p+ul {
    margin-top: 1.4em;
    margin-bottom: 1.4em
}

.c-editor-content p+img {
    margin-top: 2.4em
}

.c-editor-content p+.c-blog-image {
    margin-top: 3.4em
}

@media(max-width:720px) {
    .c-editor-content p+.c-blog-image {
        margin-top: 2.2em
    }
}

.c-editor-content .o-media-wrapper img {
    top: -1px!important
}

.c-editor-content .c-quotes__item .u-a4 {
    margin-bottom: 0
}

.c-editor-content .c-quotes__item .u-b5 {
    line-height: 1.5;
    font-size: .6rem;
    letter-spacing: .2px;
    font-family: 'h7_title_black';
    font-weight: 700;
    margin-bottom: 0
}

.c-editor-content .c-quotes__item .u-b6 {
    line-height: 1.5;
    font-size: .6rem;
    letter-spacing: .2px;
    font-family: 'h7_light';
    font-weight: 300;
    margin-bottom: 0
}

.c-editor-content .c-quotes__info {
    padding-left: 8.57143%;
    margin-left: -30px
}

@media(max-width:720px) {
    .c-editor-content .c-quotes__info {
        margin-left: 0;
        padding-left: 0
    }
}

.c-editor-content blockquote {
    position: relative;
    margin-left: -8.57143%;
    max-width: 1050px;
    line-height: 1.14894;
    font-size: 2.35rem;
    padding-left: 30px;
    margin-top: 1.2em;
    margin-bottom: 1.8em
}

@media(max-width:1140px) {
    .c-editor-content blockquote {
        line-height: 1.21053;
        font-size: 1.9rem
    }
}

@media(max-width:720px) {
    .c-editor-content blockquote {
        line-height: 1.33333;
        font-size: 1.2rem
    }
}

.c-editor-content blockquote p {
    line-height: 1.14894;
    font-size: 2.35rem;
    max-width: 900px
}

@media(max-width:1140px) {
    .c-editor-content blockquote p {
        line-height: 1.21053;
        font-size: 1.9rem
    }
}

@media(max-width:720px) {
    .c-editor-content blockquote p {
        line-height: 1.33333;
        font-size: 1.2rem
    }
}

@media(max-width:1140px) {
    .c-editor-content blockquote {
        margin-left: 0
    }
}

.c-editor-content blockquote:before {
    line-height: 1.25;
    font-size: 2.35rem;
    display: inline-block;
    content: "\201C";
    position: absolute;
    top: 0;
    left: -14px
}

@media(max-width:1140px) {
    .c-editor-content blockquote:before {
        line-height: 1.25;
        font-size: 1.9rem
    }
}

@media(max-width:720px) {
    .c-editor-content blockquote:before {
        line-height: 1.25;
        font-size: 1.5rem;
        left: 0
    }
}

.c-editor-content ol,
.c-editor-content ul {
    display: block;
    margin-top: .8em;
    margin-bottom: .4em;
    counter-reset: a;
    line-height: 1.5;
    font-size: 1rem
}

@media(max-width:1140px) {
    .c-editor-content ol,
    .c-editor-content ul {
        line-height: 1.33333;
        font-size: .9rem
    }
}

@media(max-width:720px) {
    .c-editor-content ol,
    .c-editor-content ul {
        line-height: 1.42857;
        font-size: .7rem
    }
}

.c-editor-content ol li,
.c-editor-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: .4em
}

.c-editor-content ol li:before,
.c-editor-content ul li:before {
    line-height: 1.5;
    font-size: .7rem;
    content: counter(a) ".";
    counter-increment: a;
    position: absolute;
    top: 6px;
    left: 11px
}

@media(max-width:1140px) {
    .c-editor-content ol li:before,
    .c-editor-content ul li:before {
        top: 4px
    }
}

@media(max-width:720px) {
    .c-editor-content ol li:before,
    .c-editor-content ul li:before {
        top: 0
    }
}

.c-editor-content ol li a:before,
.c-editor-content ul li a:before {
    bottom: -2px
}

@media(max-width:720px) {
    .c-editor-content ol li a:before,
    .c-editor-content ul li a:before {
        bottom: 0
    }
}

.c-editor-content ol li p,
.c-editor-content ol li span,
.c-editor-content ul li p,
.c-editor-content ul li span {
    font-size: inherit;
    font-weight: inherit
}

.c-editor-content ul li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 13px;
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background-color: #000
}

@media(max-width:1140px) {
    .c-editor-content ul li:before {
        top: 10px
    }
}

@media(max-width:720px) {
    .c-editor-content ul li:before {
        top: 8px
    }
}

.c-editor-content ul li p,
.c-editor-content ul li span {
    font-size: inherit;
    font-weight: inherit
}

.c-editor-content ul+h4 {
    margin-top: 2em
}

.c-editor-content li {
    line-height: 1.5em
}

.c-editor-content img {
    margin-bottom: 0;
    vertical-align: top
}

.c-editor-content img+p {
    margin-top: 2em
}

.c-editor-content pre {
    margin-top: 2em;
    margin-bottom: 3.4em;
    display: block;
    line-height: 1.5;
    font-size: .7rem;
    padding: 45px;
    background-color: #e7e7e7
}

@media(max-width:720px) {
    .c-editor-content pre {
        padding: 25px
    }
}

.c-editor-content pre code {
    margin-left: 0
}

.c-editor-content a {
    display: inline-block;
    position: relative
}

.c-editor-content a:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    will-change: transform, background-color;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.c-editor-content a i,
.c-editor-content a span {
    font-style: normal;
    color: inherit
}

@media(min-width:1140px) {
    .c-editor-content a:hover span {
        color: #000
    }
    .c-editor-content a:hover:before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease
    }
}

.c-editor-content .c-blog-image img,
.c-editor-content .o-media-wrapper img {
    max-width: 100%;
    margin-left: 0;
    vertical-align: top
}

.c-editor-content .c-blog-image p,
.c-editor-content .o-media-wrapper p {
    margin-left: 0
}

.c-editor-content .c-blog-image {
    width: 100vw;
    max-width: 100vw;
    margin-left: -22.91667vw
}

@media(max-width:720px) {
    .c-editor-content .c-blog-image {
        margin-left: -20px
    }
}

.c-editor-content .c-blog-image+p {
    margin-top: 1em
}

.c-editor-content .c-blog-image+h4 {
    margin-top: 1.6em
}

.c-editor-content .o-media-caption {
    display: block;
    color: #000;
    margin-top: .5rem;
    max-width: 210px;
    font-family: 'h7_light';
    font-weight: 300;
    line-height: 1.5;
    font-size: .6rem;
    z-index: 2;
    width: 100vw;
    margin-left: 22.91667vw!important
}

@media(max-width:720px) {
    .c-editor-content .o-media-caption {
        margin-left: 20px!important
    }
}

.c-editor-content .wp-caption {
    width: 100%!important;
    margin-bottom: 2em
}

.c-editor-content .wp-caption+p {
    margin-top: .8em
}

.c-editor-content .wp-caption+h4 {
    margin-top: 1.6em
}

.c-editor-content .wp-caption img {
    margin: 0;
    width: 100%;
    height: auto;
    vertical-align: top
}

.c-editor-content .wp-caption-text {
    margin-top: .5rem;
    width: 100%;
    font-family: 'h7_light';
    font-weight: 300;
    line-height: 1.5;
    font-size: .6rem;
    margin-left: 0;
    padding-right: 360px
}

@media(max-width:1140px) {
    .c-editor-content .wp-caption-text {
        padding-right: 0;
        max-width: 210px
    }
}

.c-editor-content--work {
    padding-top: 12.5vh
}

@media(max-width:720px) {
    .c-editor-content--work {
        padding-top: 3rem
    }
}

.c-editor-content--work blockquote,
.c-editor-content--work code,
.c-editor-content--work h3,
.c-editor-content--work h4,
.c-editor-content--work img,
.c-editor-content--work ol,
.c-editor-content--work p,
.c-editor-content--work pre,
.c-editor-content--work ul {
    display: block;
    font-family: 'h7_light';
    font-weight: 300;
    margin-left: 0;
    width: 100%;
    height: auto;
    max-width: 780px;
    margin-top: 0
}

.c-editor-content--work blockquote {
    position: relative;
    margin-left: -8.57143%;
    max-width: 1050px;
    line-height: 1.14894;
    font-size: 2.35rem;
    padding-left: 30px;
    margin-top: 1.2em;
    margin-bottom: 1.8em
}

@media(max-width:1140px) {
    .c-editor-content--work blockquote {
        line-height: 1.21053;
        font-size: 1.9rem
    }
}

@media(max-width:720px) {
    .c-editor-content--work blockquote {
        line-height: 1.33333;
        font-size: 1.2rem
    }
}

.c-editor-content--work blockquote p {
    line-height: 1.14894;
    font-size: 2.35rem;
    max-width: 900px
}

@media(max-width:1140px) {
    .c-editor-content--work blockquote p {
        line-height: 1.21053;
        font-size: 1.9rem
    }
}

@media(max-width:720px) {
    .c-editor-content--work blockquote p {
        line-height: 1.33333;
        font-size: 1.2rem
    }
}

@media(max-width:1140px) {
    .c-editor-content--work blockquote {
        margin-left: 0
    }
}

.c-editor-content--work blockquote:before {
    line-height: 1.25;
    font-size: 2.35rem;
    display: inline-block;
    content: "\201C";
    position: absolute;
    top: 0;
    left: -14px
}

@media(max-width:1140px) {
    .c-editor-content--work blockquote:before {
        line-height: 1.25;
        font-size: 1.9rem
    }
}

@media(max-width:720px) {
    .c-editor-content--work blockquote:before {
        line-height: 1.25;
        font-size: 1.5rem
    }
}

@media(max-width:1140px) {
    .c-editor-content--work blockquote:before {
        left: 0
    }
}

.c-editor-content--work .c-blog-image img,
.c-editor-content--work .o-media-wrapper img {
    max-width: 100%;
    margin: 0 auto;
    vertical-align: top;
}

.c-editor-content--work .c-blog-image img,
.c-editor-content--work .o-media-wrapper img {
    max-width: 100%;
    margin: 0 auto;
    vertical-align: top;
}

.c-editor-content--work .c-blog-image.venn img {
    max-width: 50%;
    margin: 0 auto;
    vertical-align: top;
}

@media(max-width:480px) {
	.c-editor-content--work .c-blog-image.venn img,
	.c-editor-content--work .c-blog-image img,
	.c-editor-content--work .o-media-wrapper img {
	    max-width: 100vw;
	}
}

.c-editor-content--work .c-blog-image {
    width: 100vw;
    max-width: 100vw;
    margin-left: -22.91667vw
}

@media(max-width:720px) {
    .c-editor-content--work .c-blog-image {
        margin-left: -20px
    }
}

.c-editor-content--work .o-media-caption {
    width: 100vw;
    margin-left: 22.91667vw!important
}

@media(max-width:720px) {
    .c-editor-content--work .o-media-caption {
        margin-left: 20px!important
    }
}

.c-editor-content--work .wp-caption {
    width: 100vw!important
}

.c-editor-content--work .wp-caption-text {
    width: 100vw
}

.c-editor-content--careers {
    padding-top: 12.5vh;
    padding-bottom: 12.5vh
}

@media(max-width:720px) {
    .c-editor-content--careers {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.c-editor-content--careers blockquote,
.c-editor-content--careers code,
.c-editor-content--careers h3,
.c-editor-content--careers h4,
.c-editor-content--careers img,
.c-editor-content--careers ol,
.c-editor-content--careers p,
.c-editor-content--careers pre,
.c-editor-content--careers ul {
    display: block;
    font-family: 'h7_light';
    font-weight: 300;
    margin-left: 0;
    width: 100%;
    height: auto;
    max-width: 780px;
    margin-top: 0
}

@media(max-width:1140px) {
    .c-editor-content--careers blockquote,
    .c-editor-content--careers code,
    .c-editor-content--careers h3,
    .c-editor-content--careers h4,
    .c-editor-content--careers img,
    .c-editor-content--careers ol,
    .c-editor-content--careers p,
    .c-editor-content--careers pre,
    .c-editor-content--careers ul {
        margin-left: 0;
        padding-left: 0
    }
}

.c-editor-content--careers blockquote {
    position: relative;
    margin-left: -8.57143%;
    max-width: 1050px;
    line-height: 1.14894;
    font-size: 2.35rem;
    padding-left: 30px;
    margin-top: 1.2em;
    margin-bottom: 1.8em
}

@media(max-width:1140px) {
    .c-editor-content--careers blockquote {
        line-height: 1.21053;
        font-size: 1.9rem
    }
}

@media(max-width:720px) {
    .c-editor-content--careers blockquote {
        line-height: 1.33333;
        font-size: 1.2rem
    }
}

.c-editor-content--careers blockquote p {
    line-height: 1.14894;
    font-size: 2.35rem;
    max-width: 900px
}

@media(max-width:1140px) {
    .c-editor-content--careers blockquote p {
        line-height: 1.21053;
        font-size: 1.9rem
    }
}

@media(max-width:720px) {
    .c-editor-content--careers blockquote p {
        line-height: 1.33333;
        font-size: 1.2rem
    }
}

@media(max-width:1140px) {
    .c-editor-content--careers blockquote {
        margin-left: 0
    }
}

.c-editor-content--careers blockquote:before {
    line-height: 1.25;
    font-size: 2.35rem;
    display: inline-block;
    content: "\201C";
    position: absolute;
    top: 0;
    left: -14px
}

@media(max-width:1140px) {
    .c-editor-content--careers blockquote:before {
        line-height: 1.25;
        font-size: 1.9rem
    }
}

@media(max-width:720px) {
    .c-editor-content--careers blockquote:before {
        line-height: 1.25;
        font-size: 1.5rem
    }
}

@media(max-width:1140px) {
    .c-editor-content--careers blockquote:before {
        left: 0
    }
}

.c-what-we-do__list {
    padding-bottom: 5rem
}

@media(max-width:720px) {
    .c-what-we-do__list {
        padding-bottom: 2rem
    }
}

.c-what-we-do__item {
    position: relative;
    padding: 1rem 0
}

@media(max-width:720px) {
    .c-what-we-do__item {
        padding-bottom: 0
    }
}

.c-what-we-do__item-number {
    position: absolute;
    display: inline-block;
    right: 100%;
    top: 25px;
    margin-right: 25px
}

@media(max-width:1140px) {
    .c-what-we-do__item-number {
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: .5rem
    }
}

.c-related-content {
    padding-right: 5.71429%
}

@media(max-width:1140px) {
    .c-related-content {
        padding-right: 0
    }
}

@media(max-width:720px) {
    .c-related-content {
        text-align: center
    }
}

@media(max-width:720px) {
    .c-related-content .c-button {
        margin: 0 auto
    }
}

.c-related-content__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-related-content__top .u-a6 {
    padding-right: 6.06061%
}

.c-related-content__top .c-button {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.c-related-content__link-wrapper {
    display: inherit
}

.c-work__list {
    position: relative;
    z-index: 2
}

.c-work-item,
.c-work__item,
.c-work__item a {
    display: block
}


.c-work-item {
    position: relative;
    cursor: pointer;
    padding: 1rem 0
}

.c-work-item h3.no-link {
	opacity: 0.5;
}

.c-work-item h3.no-link {
	opacity: 0.5;
}
.c-work__list .coming-soon {
	margin-top: 10vh;
}


.c-work-item__number {
    position: absolute;
    display: inline-block;
    right: 100%;
    top: 25px;
    margin-right: 25px;
    pointer-events: none;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94) .1s;
    transition: all .2s cubic-bezier(.25, .46, .45, .94) .1s;
    will-change: transform, opacity
}

.c-work-item__title {
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.c-work-item__title .u-a6 {
    mix-blend-mode: difference
}

.c-work-item__category {
    display: inline-block;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94) .1s;
    transition: all .2s cubic-bezier(.25, .46, .45, .94) .1s;
    will-change: transform
}

.c-work-item__category i {
    font-style: normal;
    display: inline-block;
    margin-right: 8px
}

@media(min-width:1140px) {
    .c-work-item:hover .c-work-item__title {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    .c-work-item:hover .c-work-item__number {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    .c-work-item:hover .c-work-item__category {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.c-work-preview {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 1
}

.c-work-preview__canvas {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
/*     height: 100%; */
    height: 100%;
    opacity: 65%!important;
}

.c-work-preview__canvas .canvas {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden
}

.c-work-preview__canvas canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-work-preview__list {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%
}

.c-work-preview__item {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden
}

.c-work-preview__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    opacity: 0;
    visibility: hidden
}

.c-work-transitions {
    position: fixed;
    top: 50%;
    right: 60px;
    height: 0;
    width: 0;
    z-index: 100
}

.c-work-details {
    width: 100%;
    max-width: 780px
}

.c-work-details__heading {
    padding-bottom: 3rem
}

@media(max-width:720px) {
    .c-work-details__heading {
        padding-bottom: 1rem
    }
}

.c-work-details__list-wrapper {
    margin-bottom: 10vh;
    display: grid;
    grid-template-columns: repeat(auto-fill, 210px);
    grid-gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:720px) {
    .c-work-details__list-wrapper {
        grid-gap: 15px;
        margin-bottom: 3rem
    }
}

.c-work-details__list {
    width: 100%;
    max-width: 210px;
    margin-bottom: 2rem;
    padding-right: 30px
}

@media(max-width:720px) {
    .c-work-details__list {
        margin-bottom: 1rem
    }
}

.c-work-details__list .c-list {
    padding: 0
}

.c-work-details__list .c-list-item {
    padding-top: 0;
    padding-bottom: 4px;
    line-height: 1.5;
    font-size: .9rem;
    border: none
}

.c-work-details__list .u-b4 {
    margin-bottom: .5rem;
    font-family: 'h7_light';
    font-size: 1.2rem;
/*     font-weight: 700 */
}

.c-work-single-visual {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 54.16667%
}

@media(min-width:900px) and (max-height:800px) {
    .c-work-single-visual {
        width: 45.83333%
    }
}

@media(min-width:900px) and (max-height:700px) {
    .c-work-single-visual {
        width: 41.66667%
    }
}

@media(min-width:900px) and (max-height:600px) {
    .c-work-single-visual {
        width: 33.33333%
    }
}

@media(max-width:720px) {
    .c-work-single-visual {
        width: 100vw;
        left: 0
    }
}

.c-work-single-visual__image {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: cover
}

.c-featured-work__list {
    float: left;
    width: 48.57143%;
    padding-right: 11.42857%
}

@media(max-width:1140px) {
    .c-featured-work__list {
        width: 42.85714%;
        padding-right: 5.71429%
    }
}

.c-featured-work__list-item {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-featured-work__content {
    position: relative
}

.c-featured-work__content a {
    display: block
}

@media(min-width:1140px) {
    .c-featured-work__content a:hover .c-button__layer {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    .c-featured-work__content a:hover .u-b6 {
        opacity: 0
    }
    .c-featured-work__content a:hover .u-b4,
    .c-featured-work__content a:hover .u-b6 {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.c-featured-work__content .u-a6 {
    margin-bottom: 12.5vh
}

.c-featured-work__content .u-b6 {
    display: inline-block;
    margin-bottom: 1rem;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94) .1s;
    transition: all .2s cubic-bezier(.25, .46, .45, .94) .1s;
    will-change: transform, opacity
}

.c-featured-work__content .u-b4 {
	max-width: 30%;
    margin-right: 2%;
    margin-top: 1.25rem;
    padding: 2.5rem .5rem 0 0;
    margin-bottom: 1.25rem;
    font-size: .8rem;
    display: block;
    float: left;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    will-change: transform;
}

.c-featured-work__content .u-b4 strong {
	text-transform: uppercase;
	font-weight: normal;
	display: block;
}

.c-featured-work__content .u-b4.goals {
    background: transparent url("../images/sustainable-goals.png") top left no-repeat;
}


.c-featured-work__preview {
    float: right;
    width: 51.42857%;
    position: relative;
    overflow: hidden
}

@media(max-width:1140px) {
    .c-featured-work__preview {
        width: 57.14286%
    }
}

.c-featured-work__preview-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9
}

.c-featured-work__preview-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: background-color
}

.c-featured-work__preview-inner {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden
}

.c-featured-work__preview-image {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 66.66667%;
    background-size: contain;
    background-position: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-featured-work__preview-list {
    height: 100vh;
    font-size: 0;
    white-space: nowrap;
    z-index: 2;
    position: relative;
    will-change: transform
}

.c-featured-work__preview-list--alt {
    height: 90vh;
    position: absolute;
    top: 5vh;
    left: 10%;
    width: 90%;
    z-index: 1
}

.c-featured-work__preview-list--alt .c-featured-work__preview-list-item {
    height: 90vh
}

.c-featured-work__preview-list-item {
    width: 200%;
    height: 100vh;
    display: inline-block;
    position: relative
}

.c-featured-work__preview-list-item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh
}

.c-mobile-featured-work {
    padding-top: 3rem
}

.c-mobile-featured-work .u-b6 {
    display: block;
    margin-bottom: .5rem
}

.c-mobile-featured-work .u-a4 {
    line-height: 1.14894;
    font-size: 2.35rem;
    margin-bottom: 1rem
}

@media(max-width:1140px) {
    .c-mobile-featured-work .u-a4 {
        line-height: 1.21053;
        font-size: 1.9rem
    }
}

@media(max-width:720px) {
    .c-mobile-featured-work .u-a4 {
        line-height: 1.2;
        font-size: 1.5rem
    }
}

.c-mobile-featured-work .u-b4 {
    max-width: 320px
}

.c-mobile-featured-work .c-button--square {
    margin-top: 1rem
}

.c-mobile-featured-work__visual {
    width: 100vw;
    margin-left: -20px;
    height: 0;
    padding-bottom: 150%;
    margin-bottom: 2rem;
    position: relative
}

.c-mobile-featured-work__preview-image {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100vw;
    height: 0;
    padding-bottom: 100%;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-mobile-featured-work__content {
    margin-bottom: 3rem
}

.c-open-positions__item {
    border-top: 1px solid hsla(0, 0%, 100%, .05)
}

.c-open-positions__item:last-of-type {
    border-bottom: 1px solid hsla(0, 0%, 100%, .05)
}

.c-open-positions__item a {
    display: block;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
    padding-right: 120px
}

@media(max-width:720px) {
    .c-open-positions__item a {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-right: 60px
    }
}

.c-open-positions__item .c-details-info {
    margin-bottom: 0;
    margin-top: 1rem
}

.c-open-positions__item .icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    font-size: 30px
}

.c-testimonials {
    position: relative
}

.c-testimonials__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media(max-width:720px) {
    .c-testimonials__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.c-testimonials__image {
    width: 40%
}

@media(max-width:720px) {
    .c-testimonials__image {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 280px;
        margin: 0 auto
    }
}

.c-testimonials__text {
    height: 100%;
    width: 60%;
    padding-bottom: 12.5vh;
    margin-bottom: 3rem
}

@media(max-width:720px) {
    .c-testimonials__text {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-bottom: 0;
        margin-bottom: 0
    }
}

.c-testimonials__text .u-a2 {
    max-width: 600px;
    margin-bottom: 2rem;
    line-height: 1.2;
    font-size: 1.5rem
}

@media(max-width:1140px) {
    .c-testimonials__text .u-a2 {
        line-height: 1.33333;
        font-size: 1.2rem
    }
}

.c-testimonials__navigation {
    padding: 1rem
}

.c-testimonials__navigation-inner {
    float: right;
    width: 60%
}

@media(max-width:720px) {
    .c-testimonials__navigation-inner {
        width: 100%;
        text-align: center
    }
}

.c-testimonials__navigation-item {
    display: inline-block;
    vertical-align: middle
}

@media(max-width:720px) {
    .c-testimonials__navigation-item {
        display: block
    }
}

.c-testimonials__navigation-item.c-testimonials__navigation-item--arrow-left,
.c-testimonials__navigation-item.c-testimonials__navigation-item--arrow-right {
    padding: 1rem;
    cursor: pointer
}

.c-testimonials__navigation-item.c-testimonials__navigation-item--arrow-left .icon,
.c-testimonials__navigation-item.c-testimonials__navigation-item--arrow-right .icon {
    font-size: 14px
}

.c-testimonials__navigation-item.c-testimonials__navigation-item--arrow-left {
    margin-left: -1rem
}

@media(max-width:720px) {
    .c-testimonials__navigation-item.c-testimonials__navigation-item--arrow-left {
        margin-left: 0
    }
}

.c-testimonials__navigation-item.c-testimonials__navigation-item--counter {
    line-height: 1.5;
    font-size: .6rem;
    letter-spacing: .2px;
    font-family: 'h7_light';
    font-weight: 300;
    padding: 0 .5rem
}

.c-full-width-image {
    background-color: rgba(187, 198, 202, 0.15);
    pointer-events: none;
    position: relative;
    height: 100%;
}

.c-full-width-image img {
	width: 100%;
}

.is-mobile .c-full-width-image .o-media-wrapper--4-3 {
    padding-bottom: 78.1457%
}

.c-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative
}

@media(max-width:720px) {
    .is-mobile .c-cta {
        display: block
    }
}

.c-cta__left {
    width: 42.85714%
}

@media(max-width:1140px) {
    .c-cta__left {
        width: 48.57143%
    }
}

.c-cta__right {
    width: 57.14286%;
    max-width: 600px;
    padding: 2rem 5.71429%
}

@media(max-width:1140px) {
    .c-cta__right {
        width: 51.42857%;
        padding-right: 0
    }
}

.c-cta__right .u-a6 {
    padding-bottom: 2rem
}

.c-cta__right .u-a6 span {
    display: inline-block
}

@media(max-width:720px) {
    .is-mobile .c-cta__right {
        max-width: 320px;
        width: 100%;
        padding-left: 0;
        padding-bottom: 0;
        margin-left: 0;
        padding-top: 0
    }
}

.c-cta__images-container {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%
}

.c-cta__images-container .o-media-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden
}

.c-cta__images-container .o-media-wrapper:first-of-type {
    z-index: 0;
    opacity: 1;
    visibility: visible
}

.c-cta__images-container-mask {
    background-color: #ebedf0;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 20
}

.c-small-cta .u-a4 {
    max-width: 720px
}

.c-small-cta .c-button {
    margin-top: 3rem
}

@media(max-width:720px) {
    .c-small-cta .c-button {
        margin-top: 2rem
    }
}

.footer-column.footer-column--left {
    width: 50%
}

.footer-column.footer-column--left .c-footer__page-bg {
    left: -62.85714%
}

.footer-column.footer-column--right {
    width: 50%
}

.footer-column.footer-column--right .c-footer__page-bg {
    right: -11.42857%
}

.c-footer {
    padding-left: 6.25%;
    color: #fff;
    overflow: hidden
}

@media(max-width:720px) {
    .c-footer {
        padding-left: 20px;
        padding-right: 20px
    }
}

.c-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.is-mobile .c-footer__top .footer-column.footer-column--left {
    width: 100%
}

.is-mobile .c-footer__top .footer-column.footer-column--left .c-footer__page-bg {
    z-index: 9;
    left: -20px;
    right: -20px;
    width: 100vw
}

.c-footer__page {
    padding-top: 7rem;
    padding-bottom: 7rem;
    position: relative
}

@media(max-width:1140px) {
    .c-footer__page {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

@media(max-width:720px) {
    .c-footer__page {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.c-footer__page .c-button,
.c-footer__page .c-contact-info,
.c-footer__page .u-a1,
.c-footer__page .u-b4 {
    pointer-events: none;
    position: relative;
    z-index: 2
}

.c-footer__page .u-b4 {
    max-width: 210px
}

.c-footer__page .c-button {
    margin-top: 2rem
}

.c-footer__page .c-button span {
    padding: 2rem 0
}

.c-footer__page .c-contact-info .c-button {
    margin-top: 0
}

.c-footer__page.is-hovered .c-button--text:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.c-footer__gmaps {
    display: block
}

.c-footer__page-bg {
    width: 50vw;
    z-index: 0;
    overflow: hidden
}

.c-footer__page-bg,
.c-footer__page-bg i {
    display: block;
    height: 100%;
    position: absolute;
    top: 0
}

.c-footer__page-bg i {
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.c-footer__page-bg i:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7)
}

.c-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 9rem;
    padding-bottom: 7rem
}

@media(max-width:1140px) {
    .c-footer__bottom {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

@media(max-width:720px) {
    .c-footer__bottom {
        padding-top: 3rem;
        padding-bottom: 3rem;
        display: block
    }
}

.c-footer__bottom .footer-column .c-footer-links,
.c-footer__bottom .footer-column .c-footer__article {
    width: 50%;
    float: left
}

@media(max-width:720px) {
    .c-footer__bottom .footer-column .c-footer-links,
    .c-footer__bottom .footer-column .c-footer__article {
        float: none;
        width: 100%
    }
}

@media(max-width:720px) {
    .c-footer__bottom .footer-column .c-footer__article {
        margin-bottom: 3rem
    }
}

@media(max-width:1140px) {
    .c-footer__bottom .footer-column.footer-column--left {
        width: 33.33333%
    }
}

@media(max-width:720px) {
    .c-footer__bottom .footer-column.footer-column--left {
        width: 100%
    }
}

@media(max-width:1140px) {
    .c-footer__bottom .footer-column.footer-column--right {
        width: 66.66667%
    }
}

@media(max-width:720px) {
    .c-footer__bottom .footer-column.footer-column--right {
        width: 100%
    }
}

.c-footer__bottom .footer-column.footer-column--right .c-footer-links {
    margin-top: -4px
}

.c-footer__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media(max-width:720px) {
    .c-footer__bar {
        display: block
    }
}

@media(max-width:720px) {
    .c-footer__bar .footer-column--left {
        width: 100%;
        margin-bottom: .5rem
    }
}

.c-footer__bar .footer-column--right {
    padding-left: 25%
}

@media(max-width:1140px) {
    .c-footer__bar .footer-column--right {
        padding-left: 17.14286%
    }
}

@media(max-width:720px) {
    .c-footer__bar .footer-column--right {
        width: 100%;
        padding-left: 0
    }
}

.c-footer__bar .u-b4 {
    margin: 0
}

.c-footer .c-button--bordered:before {
    background-color: hsla(0, 0%, 100%, .1)
}

@media(max-width:720px) {
    .c-footer-links {
        padding-bottom: 3rem
    }
}

.c-footer-links__item .c-button {
    text-align: left
}

@media(max-width:720px) {
    .c-footer-links__item {
        float: left;
        width: 50%;
        padding-right: 30px;
        margin-bottom: .5rem
    }
}

.c-footer-wrapper {
    background-color: #001123;
    position: relative;
    z-index: 1
}

.c-footer--bottom {
    background-color: #010e1b;
}

.c-cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 98;
    padding-left: 20px;
    padding-right: 20px
}

.c-cookie-bar__inner {
    width: 100%;
    max-width: 885px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 5px 20px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff
}

@media(max-width:480px) {
    .c-cookie-bar__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px
    }
}

.c-cookie-bar__left {
    width: 100%;
    padding-right: 10px
}

@media(max-width:480px) {
    .c-cookie-bar__left {
        padding-left: 0
    }
}

@media(max-width:480px) {
    .c-cookie-bar__right {
        padding-top: 20px
    }
}

.c-cookie-bar__right .c-button--primary {
    cursor: pointer;
    border-color: #1e1e1e;
    background-color: #1e1e1e
}

.c-cookie-bar__right .c-button--primary span {
    padding: 0
}

.c-service-icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:720px) {
    .c-service-icon-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.c-service-icon-list__item {
    width: 33.33333%;
    padding-right: 30px
}

@media(max-width:720px) {
    .c-service-icon-list__item {
        width: 100%;
        margin-bottom: 1rem
    }
}

.c-service-icon-list__item img {
    max-width: 100%
}

.c-service-icon-list__item .icon {
    font-size: 100px;
    margin-bottom: 1rem
}

@media(max-width:1140px) {
    .c-service-icon-list__item .icon {
        font-size: 86px
    }
}

@media(max-width:720px) {
    .c-service-icon-list__item .icon {
        font-size: 64px
    }
}

.c-service-icon-list__item-content {
    max-width: 210px
}

@media(max-width:720px) {
    .c-service-icon-list__item-content {
        max-width: 350px
    }
}

.c-service-project-list__item {
    width: 100%;
    max-width: 1050px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:1140px) {
    .c-service-project-list__item {
        padding-bottom: 5rem
    }
}

@media(max-width:720px) {
    .c-service-project-list__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.c-service-project-list__item--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media(max-width:720px) {
    .c-service-project-list__item--left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-service-project-list__item--left .c-service-project-list__item-image picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-service-project-list__item--left .c-service-project-list__item-description {
    padding-left: 60px
}

@media(max-width:720px) {
    .c-service-project-list__item--left .c-service-project-list__item-description {
        padding-left: 0
    }
}

.c-service-project-list__item--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media(max-width:720px) {
    .c-service-project-list__item--right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-service-project-list__item--right .c-service-project-list__item-image picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-service-project-list__item--right .c-service-project-list__item-description {
    padding-right: 60px
}

@media(max-width:720px) {
    .c-service-project-list__item--right .c-service-project-list__item-description {
        padding-right: 0
    }
}

.c-service-project-list__item-image {
    width: 100%;
    max-width: 455px
}

@media(max-width:720px) {
    .c-service-project-list__item-image {
        margin-bottom: 2rem
    }
}

.c-service-project-list__item-image img {
    max-width: 455px;
    width: 100%;
    height: auto;
    position: relative
}

.c-service-project-list__item-description {
    max-width: 480px;
    width: 100%
}

@media(max-width:720px) {
    .c-service-project-list__item-description {
        width: 100%
    }
}

.c-service-project-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.c-service-project-list ul li {
    width: 50%;
    padding-right: 25px
}

@media(max-width:720px) {
    .c-service-project-list ul li {
        width: 100%
    }
}

.c-service-project-list__item-title {
    padding-bottom: 25px
}

.c-service-project-list__item-content {
    padding-bottom: 30px
}

.c-service-project-list__item-services {
    padding-bottom: 10px
}

.c-service-project-list__item-link.c-button {
    display: inline-block;
    margin-top: 25px
}

.c-service-project-list__item-link.c-button:before {
    background-color: #fff
}

.c-service-project-list .o-media-wrapper__mask {
    background-color: #000
}

.c-service-cta__title {
    max-width: 730px;
    width: 100%;
    padding-bottom: 10vh
}

@media(max-width:720px) {
    .c-service-cta__title {
        padding-bottom: 3rem
    }
}

.c-service-cta__item {
    display: inline-block;
    width: 48%;
    padding-bottom: 50px;
    padding-right: 15px
}

.c-service-cta__item:last-of-type {
    padding-bottom: 0
}

@media(max-width:720px) {
    .c-service-cta__item {
        width: 100%
    }
}

.c-service-cta__item-title {
    max-width: 395px;
    width: 100%
}

.c-service-cta__item-title.u-a1 {
    margin-bottom: 15px
}

.c-service-cta__item-content {
    max-width: 395px;
    width: 100%
}

.c-service-partnership__title {
    max-width: 575px;
    width: 100%;
    padding-bottom: 25px
}

.c-service-partnership__subtitle {
    max-width: 350px;
    width: 100%
}

.c-service-partnership__partners {
    padding-top: 10vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:720px) {
    .c-service-partnership__partners {
        padding-top: 3rem
    }
}

.c-service-partnership__partner {
    width: 25%;
    display: inline-block;
    padding-right: 30px
}

@media(max-width:720px) {
    .c-service-partnership__partner {
        width: 33.33333%
    }
}

@media(max-width:480px) {
    .c-service-partnership__partner {
        width: 50%;
        padding-left: 30px
    }
}

.c-service-partnership__partner-spacer {
    width: 25%;
    height: 0
}

@media(max-width:720px) {
    .c-service-partnership__partner-spacer {
        width: 30%
    }
}

@media(max-width:480px) {
    .c-service-partnership__partner-spacer {
        width: 40%
    }
}

.c-service-partnership__partner-logo {
    width: 100%;
    max-width: 145px;
    height: auto
}

@media(max-width:480px) {
    .c-service-partnership__partner-logo {
        margin: 0 auto
    }
}

.c-blog-newsletter {
    background-color: #f3f3f1;
    position: relative;
    padding: 5rem 11.11111%
}

@media(max-width:720px) {
    .c-blog-newsletter {
        padding: 5.55556%
    }
}

.c-blog-newsletter__title {
    padding-bottom: 15px
}

.c-blog-newsletter__content {
    padding-bottom: 40px
}

@media(max-width:720px) {
    .c-blog-newsletter__content {
        padding-bottom: 20px
    }
}

.c-blog-newsletter__content p {
    margin: 0
}

.c-blog-newsletter__thank-you {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #f3f3f1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 5rem 11.11111%;
    pointer-events: none;
    z-index: 2
}

.c-blog-newsletter__thank-you .u-a2 {
    padding-bottom: 15px
}

@media(max-width:720px) {
    .c-blog-newsletter__thank-you {
        padding: 5.55556%
    }
}

.c-blog-newsletter__form button {
    max-width: 150px;
    margin-left: 20px
}

@media(max-width:720px) {
    .c-blog-newsletter__form button {
        margin-left: 0;
        margin-top: 15px
    }
}

.c-blog-newsletter__form .wpcf7-form-control-wrap input[type=email] {
    height: 100%;
    border-bottom: 1px solid #c8c8c6
}

.c-blog-newsletter__form .c-form__row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-bottom: 0
}

@media(max-width:720px) {
    .c-blog-newsletter__form .c-form__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-blog-newsletter__form .c-form__row--input {
    margin-bottom: 20px
}

.c-blog-newsletter__form .c-form .c-checkbox__label {
    padding-left: 30px
}

.c-blog-newsletter__form .c-fieldset.wpcf7-form-control-wrap {
    padding-top: 15px
}

.c-blog-newsletter .your-email {
    display: inline-block
}

.c-blog-newsletter .c-button {
    margin-left: 10px
}

@media(max-width:480px) {
    .c-blog-newsletter .c-button {
        margin-top: 25px!important;
        display: block;
        max-width: none!important
    }
}

.c-blog-newsletter .c-checkbox+span {
    margin-top: 0;
    text-align: left;
    padding-left: 30px
}

.c-blog-newsletter .wpcf7-response-output {
    display: none!important
}

.c-blog-newsletter .c-fieldset {
    padding-top: 0
}

.c-blog-newsletter .c-fieldset__field-wrapper {
    height: 100%
}

.c-blog-newsletter .c-fieldset label {
    bottom: 0;
    top: auto
}

@media(max-width:720px) {
    .c-blog-newsletter .c-fieldset label {
        line-height: 1;
        font-size: .7rem
    }
}

.c-blog-newsletter .c-fieldset.is-filled .c-label {
    -webkit-transform: translateY(-29px);
    transform: translateY(-29px)
}

@media(max-width:720px) {
    .c-blog-newsletter input[type=email] {
        line-height: 1.42857;
        font-size: .7rem
    }
}

.c-expander__trigger {
    display: inline-block;
    padding-right: 30px;
    position: relative
}

.c-expander__trigger.is-opened .icon {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.c-expander__content {
    overflow: hidden;
    height: 0
}

.c-expander .icon {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 0;
    font-size: 14px;
    -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
    transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

.u-no-events,
.u-visually-hidden {
    pointer-events: none
}

.u-visually-hidden {
    display: none;
    position: absolute;
    top: -9999px;
    left: -9999px;
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.u-clearfix {
    display: inline-block
}

* html .u-clearfix {
    height: 1%
}

.u-clearfix {
    display: block
}

.u-clearfix:after {
    height: 0;
    clear: both;
    font-size: 0;
    content: "\A";
    display: block;
    visibility: hidden
}

.u-a1,
.u-a2,
.u-a3,
.u-a4,
.u-a5,
.u-a6,
.u-a7,
.u-a8,
.u-b0,
.u-b1,
.u-b2,
.u-b3,
.u-b4,
.u-b5,
.u-b6,
.u-b7 {
    margin-top: 0;
    margin-bottom: 0
}

.u-a8 {
    line-height: 1;
    font-size: 7rem
}

@media(max-width:1140px) {
    .u-a8 {
        line-height: 1.05263;
        font-size: 4.75rem
    }
}

.u-a8.u-a8--fluid {
    font-size: 9.72222vw
}

@media(max-width:1140px) {
    .u-a8.u-a8--fluid {
        line-height: 1;
        font-size: 7rem
    }
}

@media(max-width:1140px) and (max-width:1140px) {
    .u-a8.u-a8--fluid {
        line-height: 1.05263;
        font-size: 4.75rem
    }
}

.u-a7 {
    line-height: 1;
    font-size: 5.25rem;
    font-family: 'h7_title_black';
    font-weight: 700;
    letter-spacing: -3px
}

@media(max-width:1140px) {
    .u-a7 {
        line-height: 1.05714;
        font-size: 3.5rem
    }
}

@media(max-width:480px) {
    .u-a7 {
        line-height: 1.18182;
        font-size: 1.65rem
    }
}

.u-a7.u-a7--fluid {
    font-size: 7.63889vw
}

@media(min-width:1400px) {
    .u-a7.u-a7--fluid {
        letter-spacing: -.41667vw
    }
}

@media(max-width:1140px) {
    .u-a7.u-a7--fluid {
        line-height: 1;
        font-size: 5.25rem;
        letter-spacing: -1.2px
    }
}

@media(max-width:1140px) and (max-width:1140px) {
    .u-a7.u-a7--fluid {
        line-height: 1.05714;
        font-size: 3.5rem
    }
}

@media(max-width:1140px) and (max-width:480px) {
    .u-a7.u-a7--fluid {
        line-height: 1.18182;
        font-size: 1.65rem
    }
}

.u-a6 {
    line-height: 1.025;
    font-size: 4rem;
    letter-spacing: -3px;
    font-family: 'h7_light';
    font-weight: 300
}

@media(max-width:1140px) {
    .u-a6 {
        line-height: 1;
        font-size: 2.7rem
    }
}

@media(max-width:720px) {
    .u-a6 {
        line-height: 1;
        font-size: 2rem
    }
}

@media(max-width:1140px) {
    .u-a6 {
        line-height: 1.025;
        font-size: 4rem
    }
}

@media(max-width:1140px) and (max-width:1140px) {
    .u-a6 {
        line-height: 1;
        font-size: 2.7rem
    }
}

@media(max-width:1140px) and (max-width:720px) {
    .u-a6 {
        line-height: 1;
        font-size: 2rem
    }
}

@media(max-width:720px) {
    .u-a6 {
        letter-spacing: -1.5px
    }
}

.u-a6.u-a6--fluid {
    font-size: 5.55556vw
}

@media(max-width:1140px) {
    .u-a6.u-a6--fluid {
        line-height: 1.025;
        font-size: 4rem
    }
}

@media(max-width:1140px) and (max-width:1140px) {
    .u-a6.u-a6--fluid {
        line-height: 1;
        font-size: 2.7rem
    }
}

@media(max-width:1140px) and (max-width:720px) {
    .u-a6.u-a6--fluid {
        line-height: 1;
        font-size: 2rem
    }
}

@media(max-width:720px) {
    .u-a6.u-a6--fluid {
        letter-spacing: -1.5px
    }
}

.u-a5 {
    line-height: 1.07692;
    font-size: 3.25rem;
    font-family: 'h7_title_black';
    font-weight: 700;
}

@media(max-width:1140px) {
    .u-a5 {
        line-height: 1.04348;
        font-size: 2.3rem
    }
}

@media(max-width:720px) {
    .u-a5 {
        line-height: 1.13333;
        font-size: 1.5rem;
        letter-spacing: -1.5px
    }
}

.u-a5.u-a5--fluid {
    font-size: 5.55556vw
}

@media(max-width:1140px) {
    .u-a5.u-a5--fluid {
        line-height: 1.07692;
        font-size: 3.25rem
    }
}

@media(max-width:1140px) and (max-width:1140px) {
    .u-a5.u-a5--fluid {
        line-height: 1.04348;
        font-size: 2.3rem
    }
}

@media(max-width:1140px) and (max-width:720px) {
    .u-a5.u-a5--fluid {
        line-height: 1.13333;
        font-size: 1.5rem
    }
}

.u-a4 {
    line-height: 1.25;
    font-size: 2.35rem;
    font-weight: 300
}

.c-featured-work__content .u-a4 {
    font-family: 'h7_title_black';
	letter-spacing: -.11667vw;
	line-height: 1;
	margin-bottom: 20px;
}

/* BEGIN featured work additions */

/*
.c-featured-work__content h4 {
	line-height: 80px;
	vertical-align: middle;
	color: #00dfd2;
}
*/

.client-logo {
	max-width: 200px;
    width: auto;
    height: 80px;
    display: inline-block;
    margin-right: 10px;
 }
 
.client-name {
	display: inline-block;
    vertical-align: top;
    line-height: 80px!important;
 }




/* END featured work additions */

@media(max-width:1140px) {
    .u-a4 {
        line-height: 1;
        font-size: 1.9rem
    }
}

@media(max-width:720px) {
    .u-a4 {
        line-height: 1;
        font-size: 1.5rem
    }
}

.u-a3 {
    line-height: 1.24324;
    font-size: 1.85rem;
    font-family: 'h7_light';
    font-weight: 300
}

@media(max-width:1140px) {
    .u-a3 {
        line-height: 1.2;
        font-size: 1.5rem
    }
}

@media(max-width:720px) {
    .u-a3 {
        line-height: 1.35;
        font-size: 1rem
    }
}

.u-a2 {
    line-height: 1.2;
    font-size: 1.5rem;
    letter-spacing: -1px;
    font-family: 'h7_light';
    font-weight: 300
}

@media(max-width:1140px) {
    .u-a2 {
        line-height: 1.33333;
        font-size: 1.2rem
    }
}

@media(max-width:720px) {
    .u-a2 {
        line-height: 1.33333;
        font-size: .9rem
    }
}

.u-a1 {
    line-height: 1.33333;
    font-size: 1.2rem;
    font-family: 'h7_light';
    font-weight: 300;
    margin-bottom: .8em
}

@media(max-width:1140px) {
    .u-a1 {
        line-height: 1.5;
        font-size: 1rem
    }
}

.u-b0 {
    line-height: 1.5;
    font-size: 1rem;
    font-family: 'h7_light';
    font-weight: 300;
    margin-bottom: .5rem
}

@media(max-width:1140px) {
    .u-b0 {
        line-height: 1.33333;
        font-size: .9rem
    }
}

@media(max-width:720px) {
    .u-b0 {
        line-height: 1.42857;
        font-size: .7rem
    }
}

.u-b0.u-b0--highlights {
    font-family: 'h7_light';
    font-weight: 300;
    margin-bottom: .5rem
}

.u-b0.u-b0--highlights,
.u-b1 {
    line-height: 1.25;
    font-size: 1rem
}

.u-b1 {
    font-family: 'h7_title_black';
    font-weight: 700
}

@media(max-width:1140px) {
    .u-b1 {
        line-height: 1.33333;
        font-size: 1.2rem
    }
}

.u-b2 {
    line-height: 1.25;
    font-size: 1.2rem;
    font-family: 'h7_light';
    font-weight: 300
}

@media(max-width:1140px) {
    .u-b2 {
        line-height: 1.5;
        font-size: .8rem
    }
}

@media(max-width:720px) {
    .u-b2 {
        line-height: 1.5;
        font-size: .7rem
    }
}

.u-b3 {
    line-height: 1.3125;
    font-size: .8rem;
    font-family: 'h7_light';
    font-weight: 300
}

@media(max-width:1140px) {
    .u-b3 {
        line-height: 1.42857;
        font-size: .7rem
    }
}

.u-b4 {
    line-height: 1.25;
    font-size: 1.0rem;
    letter-spacing: .2px;
    font-family: 'h7_light';
    font-weight: 300;
    margin-bottom: .8em
}

.u-b4.u-b4--bold,
.u-b5 {
    font-family: 'h7_title_black';
    font-weight: 700
}

.u-b5 {
    line-height: 1.5;
    font-size: .8rem;
    letter-spacing: .2px
}

.u-b5.u-b5--uppercase {
    text-transform: uppercase
}

.u-b6 {
    line-height: 1.5;
    font-size: .8rem;
    letter-spacing: .2px
}

.u-b6,
.u-b7 {
    font-family: 'h7_light';
    font-weight: 300
}

.u-b7 {
    line-height: 1;
    font-size: .5rem
}

.home-intro-heading {
    max-width: 900px;
    padding-bottom: 20vh
}

@media(max-width:720px) {
    .home-intro-heading {
        padding-bottom: 2rem
    }
}

.home-intro-heading .u-b6 {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 3rem
}

.home-intro-heading .u-a4 {
    line-height: 1.14894;
    font-size: 2.35rem
}

@media(max-width:1140px) {
    .home-intro-heading .u-a4 {
        line-height: 1.21053;
        font-size: 1.9rem
    }
}

@media(max-width:720px) {
    .home-intro-heading .u-a4 {
        line-height: 1.33333;
        font-size: 1.2rem
    }
}

.home-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:720px) {
    .home-intro {
        display: block
    }
}

.home-intro__left {
    padding-right: 5.71429%;
    width: 60%
}

@media(max-width:720px) {
    .home-intro__left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 5rem
    }
}

.home-intro__left .u-b2 {
    max-width: 360px
}

.home-intro__left .c-button {
    margin-top: 1rem
}

.home-intro__right {
    width: 40%
}

.home-intro__right .o-media-wrapper__mask {
    background-color: #fff
}

@media(max-width:720px) {
    .home-intro__right {
        width: 100%
    }
}

.home-testimonials {
    position: relative;
    padding-bottom: 100px
}

.home-testimonials .c-quotes__navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 180px
}

.home-testimonials .c-quotes__navigation-inner {
    width: 100%;
    text-align: center
}

.home-testimonials .c-quotes__navigation-item--arrow-left {
    position: absolute;
    left: 0;
    top: 0
}

.home-testimonials .c-quotes__navigation-item--arrow-right {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -1rem
}

@media(max-width:720px) {
    .home-testimonials .c-quotes__navigation-item--arrow-right {
        margin-right: 0
    }
}



/* HOME WORK RESPONSIVE */
.c-featured-work__content .mobile-preview {
	display: none;
}

@media(max-width:720px) {
	.c-navigation__logo{
		top: 1rem;
		padding-left: 4.123%;
	}
    .c-featured-work__content p.u-b4, .c-featured-work__content span.u-b6 {
        display: none;
    }
    .client-logo {
        max-width: 100px;
    }
    .c-featured-work__content .u-a1 {
        font-size: .6rem;
    }
    .c-featured-work__content .mobile-preview {
	display: none;
	}
}

@media(max-width:480px) {
	.c-navigation__menu-left .c-contact-info{
		right: auto;
	    margin-right: 0;
	    padding-left: 8.82353%;
    }
	.c-navigation__menu-left {
		padding-right: 0;
	}
    .c-featured-work__preview, .c-featured-work__content p.u-b4, .c-featured-work__content span.u-b6 {
        display: none;
    }
    .c-featured-work__list {
        width: 100%;
        padding-right: 0;
    }
    .client-logo {
        max-width: 140px;
    }
    .c-featured-work__content .u-a1 {
        font-size: .8rem;
    }
    .c-featured-work__content .mobile-preview {
	    margin-top: 20px;
        display: block;
        width: 100%;
        height: 50vh;
        overflow-y: clip;
        position: relative;
    }
    .c-featured-work__content .mobile-preview img {
        width: auto;
        height: 100%;
		position: absolute;
		left: -15vh;
    }
}



/* END HOME WORK RESPONSIVE */


.approach {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 1
}

@media(max-width:720px) {
    .approach {
        display: block
    }
}

.approach__left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 42.85714%;
    padding-right: 5.71429%
}

@media(max-width:720px) {
    .approach__left {
        width: 100%;
        padding-right: 0;
        margin-top: 1rem
    }
}

.approach__left .u-a4 {
    max-width: 330px
}

.approach__left .u-b2 {
    max-width: 330px;
    margin-top: 1rem
}

.approach__left .c-button {
    margin-top: 2rem
}

.approach__right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 57.14286%
}

@media(max-width:720px) {
    .approach__right {
        width: 100%
    }
}

.strategic-sessions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1
}

@media(max-width:720px) {
    .strategic-sessions {
        display: block
    }
}

.strategic-sessions__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 48.57143%;
    padding-left: 11.42857%;
    padding-right: 5.71429%
}

@media(max-width:1140px) {
    .strategic-sessions__left {
        padding-left: 5.71429%;
        padding-right: 0
    }
}

@media(max-width:720px) {
    .strategic-sessions__left {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

.strategic-sessions__left .u-b2 {
    max-width: 330px;
    margin-top: 1rem
}

.strategic-sessions__left .c-button {
    margin-top: 2rem
}

.strategic-sessions__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 48.57143%;
    padding-right: 2.85714%
}

@media(max-width:720px) {
    .strategic-sessions__right {
        width: 100%;
        margin-bottom: 2rem;
        padding-right: 0
    }
}

.strategic-sessions__right .o-media-wrapper--1-2 {
    padding-bottom: 176.47059%
}

.culture-intro-heading {
    padding-top: 12.5vh;
    padding-bottom: 5rem
}

@media(max-width:720px) {
    .culture-intro-heading {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.culture-intro-heading .u-a4 {
    max-width: 990px
}

.culture-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width:720px) {
    .culture-intro {
        display: block
    }
}

.culture-intro__left {
    width: 51.42857%;
    padding-right: 14.28571%
}

@media(max-width:720px) {
    .culture-intro__left {
        width: 100%;
        padding-right: 0
    }
}

.culture-intro__left .u-b2 {
    max-width: 390px
}

.culture-intro__left .o-media-wrapper {
    margin-top: 20vh
}

.culture-intro__right {
    width: 48.57143%
}

@media(max-width:720px) {
    .culture-intro__right {
        width: 100%;
        margin-top: 3rem
    }
}

.culture__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 12.5vh
}

@media(max-width:720px) {
    .culture__item {
        display: block;
        margin-top: 3rem;
        padding-top: 0
    }
}

.culture__item .u-a4 {
    margin-bottom: .4em
}

.culture__item .c-button {
    margin-top: 2rem
}

.culture__item--lr .culture__item-left {
    width: 51.42857%;
    padding-right: 14.28571%
}

@media(max-width:720px) {
    .culture__item--lr .culture__item-left {
        width: 100%;
        padding-right: 0
    }
}

.culture__item--lr .culture__item-right {
    width: 48.57143%
}

@media(max-width:720px) {
    .culture__item--lr .culture__item-right {
        width: 100%
    }
}

.culture__item--lr .culture__item-right .u-a4,
.culture__item--lr .culture__item-right .u-b2 {
    max-width: 360px
}

.culture__item--rl .culture__item-left {
    width: 48.57143%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media(max-width:720px) {
    .culture__item--rl .culture__item-left {
        width: 100%
    }
}

.culture__item--rl .culture__item-right {
    width: 51.42857%;
    padding-right: 14.28571%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media(max-width:720px) {
    .culture__item--rl .culture__item-right {
        width: 100%;
        padding-right: 0;
        margin-top: 3rem
    }
}

.culture__item--rl .culture__item-right .u-a4,
.culture__item--rl .culture__item-right .u-b2 {
    max-width: 360px
}

.culture__item--start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 0;
    margin-top: -2rem
}

@media(max-width:720px) {
    .culture__item--start {
        margin-top: 3rem
    }
}

.culture__item--start .culture__item-right {
    padding-top: 15vh
}

@media(max-width:720px) {
    .culture__item--start .culture__item-right {
        padding-top: 3rem
    }
}

.culture__item--end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -20vh;
    padding-top: 0
}

@media(max-width:720px) {
    .culture__item--end {
        margin-top: 3rem
    }
}

.culture__item--end .culture__item-right {
    padding-bottom: 12.5vh
}

@media(max-width:720px) {
    .culture__item--end .culture__item-right {
        padding-bottom: 0
    }
}

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

@media(max-width:720px) {
    .is-mobile .culture__item--3 .o-media-wrapper--1-2 {
        padding-bottom: 100%
    }
}

.awards__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20vh
}

@media(max-width:720px) {
    .awards__description {
        display: block;
        padding-bottom: 5rem
    }
}

.awards__description-left {
    width: 51.42857%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media(max-width:720px) {
    .awards__description-left {
        width: 100%
    }
}

.awards__description-right {
    width: 48.57143%;
    padding-right: 5.71429%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media(max-width:720px) {
    .awards__description-right {
        width: 100%;
        padding-right: 0;
        margin-top: 3rem
    }
}

.awards__description-right .u-b2 {
    max-width: 390px
}

.awards__description .u-a4 {
    margin-bottom: .4em
}

.awards__description .c-button {
    margin-top: 2rem
}

.awards-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 3rem
}

.awards-list__item {
    width: 31.42857%;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@media(max-width:720px) {
    .awards-list__item {
        width: 100%
    }
}

.awards-list__number {
    display: inline-block;
    padding: 0 8px;
    font-family: 'h7_title_black';
    font-weight: 700
}

.activities {
    position: relative;
    margin-top: 10vh
}

.activities:before {
    content: "";
    position: absolute;
    top: -60px;
    right: 100%;
    bottom: -60px;
    width: 31.42857%;
    z-index: 2;
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #0d0d0d), color-stop(75%, hsla(0, 0%, 5%, .5)), to(transparent));
    background: linear-gradient(90deg, #0d0d0d 25%, hsla(0, 0%, 5%, .5) 75%, transparent)
}

.careers-intro__top {
    padding-bottom: 15vh
}

@media(max-width:720px) {
    .careers-intro__top {
        padding-bottom: 3rem
    }
}

.careers-intro__bottom .u-b0 {
    line-height: 1.5;
    font-size: 1rem
}

.careers-intro__bottom .c-article-list,
.careers-intro__bottom .caption__content {
    padding-top: 0
}

.careers-intro__bottom .c-article {
    margin-bottom: 2rem
}

@media(max-width:720px) {
    .careers-intro__bottom .c-article:last-of-type {
        padding-top: 3rem
    }
}

.careers-intro__bottom .c-article:last-of-type .c-article__caption {
    height: 100%;
    position: relative
}

.careers-intro__bottom .c-article:last-of-type .c-article__caption .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.careers-intro__bottom .caption__content {
    max-width: 240px
}

@media(max-width:720px) {
    .careers-intro__bottom .caption__content {
        max-width: 320px;
        padding-bottom: 0
    }
}

.careers-intro__left {
    float: left;
    width: 37.14286%;
    margin-right: 5.71429%
}

@media(max-width:720px) {
    .careers-intro__left {
        margin-right: 0;
        width: 100%;
        margin-bottom: 2rem
    }
}

.careers-intro__left .u-a4 {
    max-width: 360px
}

@media(max-width:720px) {
    .careers-intro__left .u-a4 {
        max-width: 100%
    }
}

.careers-intro__right {
    float: left;
    width: 57.14286%
}

@media(max-width:720px) {
    .is-mobile .careers-intro__right {
        width: 100%
    }
}

.careers-people__top {
    padding-bottom: 7rem
}

@media(max-width:720px) {
    .careers-people__top {
        padding-bottom: 3rem
    }
}

.careers-people__top .u-a4 {
    max-width: 420px;
    margin-bottom: 2rem
}

.careers-people__top .u-b2 {
    max-width: 510px
}

.careers-people__top .c-button {
    margin-top: 3rem
}

.careers-people__bottom .o-media-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 20vh
}

@media(max-width:720px) {
    .careers-people__bottom .o-media-wrapper {
        margin-bottom: 3rem
    }
}

.careers-people__bottom .c-images-slider .o-media-wrapper {
    margin-bottom: 0
}

.careers-people__left {
    float: left;
    width: 42.85714%
}

@media(max-width:720px) {
    .careers-people__left {
        width: 100%;
        margin-bottom: 1rem
    }
}

.careers-people__right {
    float: left;
    width: 57.14286%;
    padding-left: 8.57143%
}

@media(max-width:720px) {
    .careers-people__right {
        width: 100%;
        padding-left: 0
    }
}

.careers-people__right .u-b2 {
    max-width: 330px
}

.careers-selection-process .u-a6 {
    max-width: 600px
}

.careers-selection-process .c-icon-list {
    padding-top: 10vh
}

.careers-selection-process__list {
    max-width: 750px
}

.careers-students__heading {
    padding-bottom: 12.5vh
}

@media(max-width:720px) {
    .careers-students__heading {
        padding-bottom: 3rem
    }
}

.careers-students__heading .u-a6 {
    margin-bottom: 3rem
}

@media(max-width:720px) {
    .careers-students__heading .u-a6 {
        margin-bottom: 1rem
    }
}

.careers-students__heading .u-a3 {
    max-width: 960px
}

.careers-students__jobs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:720px) {
    .careers-students__jobs {
        display: block
    }
}

.careers-students__left {
    width: 57.14286%
}

@media(max-width:720px) {
    .careers-students__left {
        width: 100%
    }
}

.careers-students__right {
    width: 42.85714%;
    padding-left: 5.71429%
}

@media(max-width:720px) {
    .careers-students__right {
        width: 100%;
        padding-left: 0;
        margin-top: 2rem
    }
}

.careers-students__right .u-a4 {
    max-width: 210px;
    margin-bottom: 1rem
}

@media(max-width:720px) {
    .careers-students__right .u-a4 {
        margin-bottom: .5rem
    }
}

.careers-students__right .u-b2 {
    max-width: 330px
}

.careers-students__benefits {
    padding-top: 12.5vh;
    padding-left: 11.42857%
}

@media(max-width:720px) {
    .careers-students__benefits {
        padding-top: 3rem;
        padding-left: 0
    }
}

.careers-students__benefits .u-a4 {
    max-width: 660px
}

.careers-students__benefits .u-a1 {
    margin-bottom: .5rem
}

@media(max-width:720px) {
    .careers-students__benefits .u-b2 {
        max-width: 320px
    }
}

.careers-students__benefits .c-article-list {
    padding-top: 12.5vh
}

@media(max-width:720px) {
    .careers-students__benefits .c-article-list {
        padding-top: 2rem
    }
}

.careers-students__benefits .c-article {
    margin-bottom: 3rem
}

@media(max-width:720px) {
    .careers-students__benefits .c-article {
        margin-bottom: 0
    }
}

.careers-students__benefits .c-article .caption {
    max-width: 360px
}

@media(max-width:720px) {
    .careers-students__benefits .c-article:last-of-type .caption__content {
        padding-bottom: 0
    }
}

.careers-open-positions .u-a6 {
    max-width: 330px
}

.careers-open-positions__list {
    padding-top: 3rem
}

@media(max-width:720px) {
    .careers-open-positions__list {
        padding-top: 2rem
    }
}

.careers-open-positions__blank-slate {
    padding-top: 5rem
}

@media(max-width:720px) {
    .careers-open-positions__blank-slate {
        padding-top: 2rem
    }
}

.careers-open-positions__blank-slate .u-b2 {
    max-width: 600px
}

.careers-open-positions__blank-slate .c-button {
    margin-bottom: 2rem
}

.careers-testimonials {
    position: relative
}

.careers-testimonials .c-testimonials__navigation {
    position: absolute;
    width: 100%;
    bottom: 2rem;
    left: 0;
    z-index: 99
}

@media(max-width:720px) {
    .careers-testimonials .c-testimonials__navigation {
        width: 110px;
        bottom: 5%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: auto;
        right: -20px
    }
}

.our-approach-intro {
    padding-top: 20vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 88.57143%;
    margin-left: 11.42857%
}

@media(max-width:720px) {
    .our-approach-intro {
        display: block;
        max-width: 100%;
        margin-left: 0;
        padding-top: 3rem
    }
}

.our-approach-intro__left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 480px;
    padding-right: 6.45161%
}

@media(max-width:720px) {
    .our-approach-intro__left {
        margin-top: 2rem;
        padding-right: 0
    }
}

.our-approach-intro__left .u-b2 {
    max-width: 390px;
    margin-bottom: 1.4em
}

.our-approach-intro__left .u-b2:last-of-type {
    margin-bottom: 0
}

.our-approach-intro__right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%
}

.our-approach {
    padding-top: 12.5vh;
    padding-bottom: 12.5vh
}

.our-approach p {
	margin-bottom: 10px;
}

@media(max-width:720px) {
    .our-approach {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.our-approach__item {
    width: 100%;
    padding-left: 11.42857%
}

@media(max-width:720px) {
    .our-approach__item {
        padding-left: 0
    }
}

@media(max-width:375px) {
    .our-approach__item .c-underlined-list {
        display: block
    }
}

@media(max-width:375px) {
    .our-approach__item .c-underlined-list__item {
        width: 100%
    }
}

.our-approach__text {
    width: 100%;
    max-width: 570px
}

.our-approach__text .u-a4,
.our-approach__text .u-b6 {
    margin-bottom: 1rem
}

.approach-text__number {
    display: inline-block
}

.load-more {
    padding: 3rem 0 12.5vh;
    text-align: center
}

.work-single-heading {
    width: 100%
}

.work-single-heading .u-b4 {
    color: hsla(0, 0%, 100%, .5);
    margin-bottom: 1rem
}

.work-single-info {
    max-width: 25.71429%
}

@media(max-width:1140px) {
    .work-single-info {
        max-width: 37.14286%
    }
}

@media(max-width:720px) {
    .work-single-info {
        max-width: 100%;
        margin-bottom: 2rem
    }
}

.work-single-info .c-list,
.work-single-info .u-b4 {
    margin-top: 10vh;
    padding-top: 1rem;
    padding-bottom: 0;
    position: relative;
    max-width: 270px
}

@media(max-width:720px) {
    .work-single-info .c-list,
    .work-single-info .u-b4 {
        margin-top: 3rem
    }
}

@media(max-width:720px) {
    .work-single-info .c-list {
        max-width: 100%
    }
}

.work-single-info .u-b4 {
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0;
}

.work-single-info .c-list-item {
    line-height: 1.5;
    font-size: 1.0rem;
    padding-top: 0;
    padding-bottom: 0;
    border: none
}

.c-list__line {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: hsla(0, 0%, 100%, .3)
}

.work-links {
    padding: 5rem 0
}

@media(max-width:720px) {
    .work-links {
        padding: 0 0 2rem
    }
}

.work-links .u-a6,
.work-links .u-b4 {
    color: hsla(0, 0%, 100%, .3)
}

.work-links .u-b4 {
    margin-bottom: 2rem
}

.work-links .u-a6 {
    -webkit-transition: all .2s cubic-bezier(.55, .085, .68, .53);
    transition: all .2s cubic-bezier(.55, .085, .68, .53)
}

@media(max-width:720px) {
    .work-links .u-a6 {
        color: #fff
    }
}

.work-links__item {
    float: left;
    width: 50%;
    padding-right: 2rem
}

@media(max-width:480px) {
    .work-links__item {
        width: 100%;
        padding-right: 0;
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.work-links__item a {
    display: block
}

.work-links__item:hover .u-a6 {
    color: #fff
}

.c-mobile-work__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-mobile-work__item {
    width: 47.5%;
    margin-bottom: 2rem
}

@media(max-width:480px) {
    .c-mobile-work__item {
        width: 100%
    }
}

.c-mobile-work__item a {
    display: block
}

.c-mobile-work__item .c-work-item {
    display: block;
    padding-top: 0
}

.c-mobile-work__item .u-a4 {
    line-height: 1.14894;
    font-size: 2.35rem
}

@media(max-width:1140px) {
    .c-mobile-work__item .u-a4 {
        line-height: 1.21053;
        font-size: 1.9rem
    }
}

@media(max-width:720px) {
    .c-mobile-work__item .u-a4 {
        line-height: 1.33333;
        font-size: 1.2rem
    }
}

.c-mobile-work__item .c-work-item__image {
    width: 100%;
    margin-bottom: 1rem
}

.team-filter {
    padding-top: 10vh
}

@media(max-width:720px) {
    .team-filter {
        padding-top: 1rem
    }
}

.team-filter .c-form {
    max-width: 320px
}

@media(max-width:375px) {
    .team-filter .c-form {
        margin: 0 auto
    }
}

.team-filter .c-form .ss-main {
    border-bottom: 1px solid #000
}

.team-filter .c-form .ss-main .ss-single-selected .placeholder .ss-disabled {
    color: #000
}

.team-filter .c-form .ss-main .ss-content .ss-list {
    max-height: 230px
}

.team-filter .c-form .ss-main .ss-content .ss-option {
    line-height: 1.5;
    font-size: .9rem
}

@media(max-width:1140px) {
    .team-filter .c-form .ss-main .ss-content .ss-option {
        line-height: 1.5;
        font-size: .8rem
    }
}

@media(max-width:720px) {
    .team-filter .c-form .ss-main .ss-content .ss-option {
        line-height: 1.5;
        font-size: .7rem
    }
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.block-editor-block-list__layout .reusable-block-edit-panel {
    align-items: center;
    background: #f8f9f9;
    color: #555d66;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    top: -14px;
    margin: 0 -14px;
    padding: 8px 14px;
    position: relative;
    border: 1px dashed rgba(145, 151, 162, .25);
    border-bottom: none
}

.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel {
    margin: 0 -14px;
    padding: 8px 14px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
    margin: 0 5px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
    margin-right: auto
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
    margin-right: 8px;
    white-space: nowrap;
    font-weight: 600
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    flex: 1 1 100%;
    font-size: 14px;
    height: 30px;
    margin: 4px 0 8px
}

.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    flex-shrink: 0
}

@media(min-width:960px) {
    .block-editor-block-list__layout .reusable-block-edit-panel {
        flex-wrap: nowrap
    }
    .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
        margin: 0
    }
    .block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
        margin: 0 0 0 5px
    }
}

.editor-block-list__layout .is-selected .reusable-block-edit-panel {
    border-color: rgba(66, 88, 99, .4) rgba(66, 88, 99, .4) rgba(66, 88, 99, .4) transparent
}

.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel {
    border-color: hsla(0, 0%, 100%, .45) hsla(0, 0%, 100%, .45) hsla(0, 0%, 100%, .45) transparent
}

.block-editor-block-list__layout .reusable-block-indicator {
    background: #fff;
    border: 1px dashed #e2e4e7;
    color: #555d66;
    top: -14px;
    height: 30px;
    padding: 4px;
    position: absolute;
    z-index: 1;
    width: 30px;
    right: -14px
}

.wp-block-button {
    color: #fff;
    margin-bottom: 1.5em
}

.wp-block-button.aligncenter {
    text-align: center
}

.wp-block-button.alignright {
    text-align: right
}

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: inherit
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid
}

.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #e2e4e7
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
    font-weight: 440;
    background: #edeff0
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar tfoot a {
    color: #00739c
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-columns {
    display: flex;
    flex-wrap: wrap
}

@media(min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-column {
    flex-grow: 1;
    margin-bottom: 1em;
    flex-basis: 100%;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media(min-width:600px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px);
        flex-grow: 0
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

@media(min-width:782px) {
    .wp-block-column:not(: first-child) {
        margin-left: 32px
    }
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
    color: #fff;
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center
}

.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a,
.wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:hover {
    color: #fff
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports(-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:before,
.wp-block-cover.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:before,
.wp-block-cover.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:before,
.wp-block-cover.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:before,
.wp-block-cover.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:before,
.wp-block-cover.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:before,
.wp-block-cover.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:before,
.wp-block-cover.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:before,
.wp-block-cover.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:before,
.wp-block-cover.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:before,
.wp-block-cover.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9
}

.wp-block-cover-image .wp-block-subhead,
.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image p,
.wp-block-cover .wp-block-subhead,
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover p {
    color: inherit
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,
.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 360px;
    width: 100%
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
    padding-top: 66.66%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/2)
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media(min-width:600px) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px)/3);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .wp-block-gallery.columns-3 .blocks-gallery-image,
        .wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc((100% - 32px)/3 - 1px)
        }
    }
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px)/4);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .wp-block-gallery.columns-4 .blocks-gallery-image,
        .wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px)/4 - 1px)
        }
    }
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 64px)/5);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .wp-block-gallery.columns-5 .blocks-gallery-image,
        .wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px)/5 - 1px)
        }
    }
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 80px)/6);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .wp-block-gallery.columns-6 .blocks-gallery-image,
        .wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px)/6 - 1px)
        }
    }
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 96px)/7);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .wp-block-gallery.columns-7 .blocks-gallery-image,
        .wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px)/7 - 1px)
        }
    }
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 112px)/8);
        margin-right: 16px
    }
    @supports(-ms-ime-align:auto) {
        .wp-block-gallery.columns-8 .blocks-gallery-image,
        .wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px)/8 - 1px)
        }
    }
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    display: flex
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-image .alignright {
    float: right;
    margin-left: 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 52px
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media(min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-media-text {
    display: grid;
    grid-template-rows: auto;
    align-items: center;
    grid-template-areas: "media-text-media media-text-content";
    grid-template-columns: 50% auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-content media-text-media";
    grid-template-columns: auto 50%
}

.wp-block-media-text .wp-block-media-text__media {
    grid-area: media-text-media;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    grid-area: media-text-content;
    padding: 0 8%
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

@media(max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100%!important;
        grid-template-areas: "media-text-media" "media-text-content"
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
        grid-template-areas: "media-text-content" "media-text-media"
    }
}

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

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

.has-drop-cap:not(:focus):after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px
}

p.has-background {
    padding: 20px 30px
}

p.has-text-color a {
    color: inherit
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 305px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: 0 0
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media(min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: 0 0;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: #191e23;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table.has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table.has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table.has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table.has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td {
    border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    white-space: nowrap;
    overflow: auto
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.has-pale-pink-background-color.has-pale-pink-background-color {
    background-color: #f78da7
}

.has-vivid-red-background-color.has-vivid-red-background-color {
    background-color: #cf2e2e
}

.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
    background-color: #00d084
}

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

.has-very-light-gray-background-color.has-very-light-gray-background-color {
    background-color: #eee
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
    background-color: #313131
}

.has-pale-pink-color.has-pale-pink-color {
    color: #f78da7
}

.has-vivid-red-color.has-vivid-red-color {
    color: #cf2e2e
}

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
    color: #ff6900
}

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
    color: #fcb900
}

.has-light-green-cyan-color.has-light-green-cyan-color {
    color: #7bdcb5
}

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
    color: #00d084
}

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
    color: #8ed1fc
}

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
    color: #0693e3
}

.has-very-light-gray-color.has-very-light-gray-color {
    color: #eee
}

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
    color: #abb8c3
}

.has-very-dark-gray-color.has-very-dark-gray-color {
    color: #313131
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}

.hidden {
    display: none
}

.cf7-taks-type {
    list-style: none;
    margin: 0;
    padding: 0
}

.cf7-taks-type li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
}

.cf7-taks-type li>div {
    flex: 1
}

.cf7-taks-type li .cf7-fileprogressBar {
    flex: 2
}

.cf7-dragandrophandler {
    border: 2px dashed #92aab0;
    width: 100%;
    height: 200px;
    color: #92aab0;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0 10px 10px;
    font-size: 200%;
    position: relative
}

.cf7-dragandrophandler-inner {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 40px;
    padding-top: 15px
}

.cf7-drop-progressBar {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    margin: 0 10px 5px 5px;
    vertical-align: top;
    flex: 6!important
}

.cf7-drop-progressBar div {
    height: auto;
    color: #fff;
    text-align: right;
    line-height: 22px;
    width: 0;
    background-color: #0ba1b5;
    border-radius: 3px
}

.cf7-drop-statusbar {
    min-height: 25px;
    width: 100%;
    padding: 10px 10px 0;
    vertical-align: top;
    display: flex;
    background: #f6f6f7;
    margin: 10px 0;
    border: 1px solid #9fa4ac
}

.cf7-drop-statusbar:nth-child(odd) {
    background: #ebeff0
}

.cf7-drop-statusbar>div {
    width: 100%!important;
    flex: 4;
    overflow: hidden
}

.cf7-drop-filename {
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.cf7-drop-filesize {
    display: inline-block;
    vertical-align: top;
    color: #30693d;
    width: 100%;
    margin-left: 10px;
    margin-right: 5px
}

.cf7-drop-abort a {
    text-decoration: none!important;
    display: inline-block;
    border: 1px solid #34495e;
    padding: 0 10px;
    border-radius: 3px;
    background: #fff
}

.cf7-drop-filesize,
.cf7-drop-abort {
    flex: 1!important
}

.cf7-drop-remove {
    flex: 1!important
}

.cf7-drop-remove a {
    text-decoration: none!important;
    display: inline-block;
    background: #f7f7f8 url("../../plugins/contact-form-7-drop-files/frontend/images/trash-x36345.png") center no-repeat;
    text-indent: -999999px;
    width: 25px;
    height: 25px;
    border: 1px solid #34495e
}

.cf7-drop-remove a:hover {
    opacity: .8
}

.cf7-text-browser a {
    display: inline-block;
    background: #6381e6;
    padding: 10px 20px;
    border-radius: 4px;
    text-align: center;
    font-weight: 700;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-decoration: none!important;
    color: #fff!important;
    font-size: 18px
}

.cf7-text-browser a:hover {
    opacity: .8
}

.cf7-text-drop {
    font-size: 35px;
    font-weight: 700
}

.cf7-drop-progressBar.cf7-text-error {
    border: none;
    color: red
}


/* MATERIAL DESIGN FORM STUFF */

/* @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700); */


/*
button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  color: #5A5A5A;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}
*/

.o-section--contact-form #container {
	border: solid 2px #000000;
    max-width: 65%;
    margin: 0px auto 10vh;
    position: relative;
    padding: 5vh;
 }

 .o-section--contact-formform {
  padding: 37.5px;
  margin: 50px 0;
}

 .o-section--contact-form h1 {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 7px;
  text-align: center;
  text-transform: uppercase;
}

 .o-section--contact-form .underline {
  border-bottom: solid 2px #000000;
  margin: -0.512em auto;
  width: 80px;
}

 .o-section--contact-form .icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

 .o-section--contact-form .icon {
  display: block;
  fill: #000000;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

 .o-section--contact-form .email {
	float: right;
	width: 100%;
}

 .o-section--contact-form input[type='text'], .o-section--contact-form [type='email'], .o-section--contact-form select, .o-section--contact-form textarea {
	background: none;
  border: none;
	border-bottom: solid 2px #000000;
	color: #000000;
	font-size: 1.000em;
  font-weight: 400;
  letter-spacing: 1px;
	margin: 0em 0 1.875em 0;
	padding: 0 0 0.875em 0;
  text-transform: uppercase;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

 .o-section--contact-form input[type='text']:focus, .o-section--contact-form [type='email']:focus, .o-section--contact-form textarea:focus {
	outline: none;
	padding: 0 0 0.875em 0;
}

 .o-section--contact-form .message {
	float: none;
}

 .o-section--contact-form .name {
	float: left;
	width: 100%;
}

 .o-section--contact-form select {
  background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

 .o-section--contact-form select::-ms-expand {
  display: none;
}

 .o-section--contact-form .subject {
  width: 100%;
}

 .o-section--contact-form .telephone {
  width: 100%;
}

 .o-section--contact-form textarea {
	line-height: 150%;
	height: 150px;
	resize: none;
  width: 100%;
}

 .o-section--contact-form ::-webkit-input-placeholder {
	color: #000000;
}

 .o-section--contact-form :-moz-placeholder { 
	color: #000000;
	opacity: 1;
}

 .o-section--contact-form ::-moz-placeholder {
	color: #000000;
	opacity: 1;
}

 .o-section--contact-form :-ms-input-placeholder {
	color: #000000;
}

 .o-section--contact-form #form_button {
  background: none;
  border: solid 2px #000000;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

 .o-section--contact-form #form_button:hover {
  background: #000000;
  color: #F2F3EB;
}

@media screen and (max-width: 768px) {
  .o-section--contact-form  #container {
    margin: 20px auto;
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
   .o-section--contact-form  #container {
    margin: 20px auto;
    width: 95%;
    max-width: 95%;
  }
  .o-section--contact-form h1 {
    font-size: 26px;
  }
  
  .o-section--contact-form .underline {
    width: 68px;
  }
  
  .o-section--contact-form #form_button {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 420px) {
 .o-section--contact-form h1 {
    font-size: 18px;
  }
  
  
  .o-section--contact-form .underline {
    width: 53px;
  }
  
  .o-section--contact-form input[type='text'], [type='email'], select, textarea {
    font-size: 0.75em!important;
  }
}

/* END FORM STUFF */