
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Raleway-Black.eot');
    src: local(''),
    url('../fonts/Raleway-Black%EF%B9%96.eot#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-Black.woff2') format('woff2'),
    url('../fonts/Raleway-Black.woff') format('woff'),
    url('../fonts/Raleway-Black.ttf') format('truetype'),
    url('../fonts/Raleway-Black.svg#DMSans') format('svg');
}

@font-face {
    font-family: 'Garamond';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/adobe-garamond-pro-700.eot');
    src: local(''),
    url('../fonts/adobe-garamond-pro-700%EF%B9%96.eot#iefix') format('embedded-opentype'),
    url('../fonts/adobe-garamond-pro-700.woff2') format('woff2'),
    url('../fonts/adobe-garamond-pro-700.woff') format('woff'),
    url('../fonts/adobe-garamond-pro-700.ttf') format('truetype'),
    url('../fonts/adobe-garamond-pro-700.svg#DMSans') format('svg');
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/dm-sans-v11-latin-regular.eot');
    src: local(''),
    url('../fonts/dm-sans-v11-latin-regular%EF%B9%96.eot#iefix') format('embedded-opentype'),
    url('../fonts/dm-sans-v11-latin-regular.woff2') format('woff2'),
    url('../fonts/dm-sans-v11-latin-regular.woff') format('woff'),
    url('../fonts/dm-sans-v11-latin-regular.ttf') format('truetype'),
    url('../fonts/dm-sans-v11-latin-regular.svg#DMSans') format('svg');
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/dm-sans-v11-latin-500.eot');
    src: local(''),
    url('../fonts/dm-sans-v11-latin-500%EF%B9%96.eot#iefix') format('embedded-opentype'),
    url('../fonts/dm-sans-v11-latin-500.woff2') format('woff2'),
    url('../fonts/dm-sans-v11-latin-500.woff') format('woff'),
    url('../fonts/dm-sans-v11-latin-500.ttf') format('truetype'),
    url('../fonts/dm-sans-v11-latin-500.svg#DMSans') format('svg');
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/dm-sans-v11-latin-700.eot');
    src: local(''),
    url('../fonts/dm-sans-v11-latin-700%EF%B9%96.eot#iefix') format('embedded-opentype'),
    url('../fonts/dm-sans-v11-latin-700.woff2') format('woff2'),
    url('../fonts/dm-sans-v11-latin-700.woff') format('woff'),
    url('../fonts/dm-sans-v11-latin-700.ttf') format('truetype'),
    url('../fonts/dm-sans-v11-latin-700.svg#DMSans') format('svg');
}









/* Custom code start */

body {
    font-size: 1rem;
    font-weight: 300;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    line-height: 1.5em;
}
h1, h2, h3, h4 {
    color: inherit;
    line-height: 1.25em;
    margin-bottom: 15px;
}
h1 {
    font-size: 2.15rem;
    line-height: 1.15em;
}
h2 {
    font-size: 1.985rem;
}
h3 {
    font-size: 1.5rem;
}
.anchor {
    display: block;
    -ms-transform: translateY(-125px);
    -webkit-transform: translateY(-125px);
    transform: translateY(-125px);
}
.container {
    padding: 0 20px;
}
.container-fluid {
    padding: 0 20px;
}
.main-wrapper {
    display: block;
    position: relative;
}
.wrapper {
    display: block;
    position: relative;
    padding: 55px 0;
    z-index: 25;
}
.wrapper.spacing {
    padding: 100px 0 105px;
}
.wrapper.spacings {
    padding: 135px 0 130px;
}
.wrapper.no-top { padding-top: 0; }
.wrapper.no-bottom { padding-bottom: 0; }
.wrapper.zero { padding: 0; }

.wrapper.dark {
    background-color: #0b0b0b;
    color: #fff;
}

.has-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.nowrap {
    white-space: nowrap;
}
.nowrap.force {
    white-space: nowrap !important;
}
.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.noselect {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}









/* Buttons */
.button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.267em;
    letter-spacing: 0.0485em;
    padding: 17px 22px;
    text-decoration: none;
    text-align: center;
    background: none;
    border: 0;
    outline: 0;
    z-index: 35;
    color: #22222e;
}
.button.compact {
    padding: 12px 18px;
}
.button.uppercase {
    text-transform: uppercase;
}
.button.rounded {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.button:focus,
.button:hover {
    text-decoration: none !important;
    outline: 0 !important;
    color: #000;
}
.button:not(.wrap) {
    white-space: nowrap;
}
.button.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.button.disabled,
.button[disabled] {
    cursor: not-allowed !important;
    opacity: 0.5;
}
body.ready .button,
body.ready .button.main::before,
body.ready .button.main > span {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}





/* Button Main */
.button.main {
    padding: 0;
}
.button.main > span {
    display: block;
    position: relative;
    padding: 20px 26px 20px;
    z-index: 25;
}
.button.main::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 15px; left: 15px; z-index: -1;
    width: 100%; height: 100%;
}
.button.main:not(.static).active > span,
.button.main:not(.static):hover > span {
    transform: translate(15px, 15px);
}
.button.main.glitch {
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 1.25rem;
}
.button.main.glitch > span {
    padding: 23px 26px 20px;
}





/* Button Colours */
.button.primary.main > span,
.button.primary:not(.main) {
    color: #fff;
    background-color: #22222e;
}
.button.primary.main.active > span,
.button.primary.main:hover > span,
.button.primary.main:focus > span,
.button.primary:not(.main):hover,
.button.primary:not(.main):focus {
    background-color: #45455a;
    background-color: #4e4e61;
}
.button.primary.main::before {
    background-color: #010101;
}


.button.secondary.main > span,
.button.secondary:not(.main) {
    color: #070707;
    background-color: #a0a0a0;
}
.button.secondary.main.active > span,
.button.secondary.main:hover > span,
.button.secondary.main:focus > span,
.button.secondary:not(.main):hover,
.button.secondary:not(.main):focus {
    background-color: #e6e6e6;
    background-color: #cacaca;
}
.button.secondary.main::before {
    background-color: #414141;
}


.button.pink.main > span,
.button.pink:not(.main) {
    color: #22222e;
    background-color: #dea4ff;
}
.button.pink.main.active > span,
.button.pink.main:hover > span,
.button.pink.main:focus > span,
.button.pink:not(.main):hover,
.button.pink:not(.main):focus {
    background-color: #e8beff;
}
.button.pink.main::before {
    background-color: #5e4c71;
}


.button.blue.main > span,
.button.blue:not(.main) {
    color: #22222e;
    background-color: #8dd5ff;
}
.button.blue.main.active > span,
.button.blue.main:hover > span,
.button.blue.main:focus > span,
.button.blue:not(.main):hover,
.button.blue:not(.main):focus {
    background-color: #b3e3ff;
}
.button.blue.main::before {
    background-color: #4c5d71;
}






/* Alerts */
.alert {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    padding: 14px 18px 15px;
    border-width: 1px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.alert ul {
    padding-left: 17px;
    margin: 0;
}
.alert > strong {
    margin-bottom: 8px;
}
.alert p:last-child {
    margin-bottom: 0 !important;
}
.alert.inline,
.alert.alert-inline {
    display: inline-block;
    padding-right: 25px;
}
.alert.alert-danger {
    color: #9e0000;
    border: 1px solid #bf0b00;
    background-color: #ffe1e1;
    border: none !important;
}
.alert.alert-success {
    color: #005a0d;
    border: 1px solid #006f10;
    background-color: #d9f5de;
    border: none !important;
}





/* Articles */
.article {
    display: block;
    position: relative;
    line-height: 1.5em;
    z-index: 25;
}
.article.top {
    margin-top: 25px;
}
.article.bottom {
    margin-bottom: 40px;
}
.article.center {
    text-align: center;
}
.article.break-even {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.article p {
    margin: 0 0 15px;
}
.article a:not(.button) {
    text-decoration: underline;
}
.article p:last-child {
    margin-bottom: 0;
}
.article h1,
.article h2 {
    color: inherit;
    margin-bottom: 15px;
    line-height: 1.25em;
}
.article h1:first-child,
.article h2:first-child {
    margin-bottom: 20px;
}
.article ol, .article ul {
    padding-left: 20px;
    margin-bottom: 15px;
}
.article iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.article table {
    width: 100%;
    margin-bottom: 0;
}
.article table tr td {
    line-height: 1.35em;
    padding: 4px 0;
}
.article table tr:not(:last-child) td {
    padding-right: 18px;
}





/* Article Wrap */
.article-wrap.centered {
    margin-left: auto;
    margin-right: auto;
}
.article-wrap .logo-wrap {
    display: block;
    position: relative;
    margin: 0 auto 35px;
    width: 128px;
}
.article-wrap.top {
    margin-top: 60px;
}
.article-wrap.bottom {
    margin-bottom: 80px;
}





/* Images */
.image-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    height: 256px;
    z-index: 12;
}
.image-wrap > .image {
    content: ' ';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0; left: 0;
    right: 0; bottom: 0;
}
.image-wrap[data-position="0"] > .image {
    background-position: center 0%;
}
.image-wrap[data-position="50"] > .image {
    background-position: center 50%;
}
.image-wrap[data-position="100"] > .image {
    background-position: center 100%;
}
.image-wrap.contain > .image {
    background-size: contain;
}
.image-wrap.hover:hover > .image,
.image-wrap.hover:focus > .image,
.image-style:hover .image-wrap.hover > .image,
.image-style:focus .image-wrap.hover > .image {
    transform: scale(1.1);
}
body.ready .image-wrap > .image {
    transition: 0.25s;
}





/* Images Style */
.image-style {
    display: block;
    position: relative;
}
.image-style > .image-wrap {
    border: 4px solid #3a4551;
}
.image-style > .label {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 25;
    text-align: center;
    transform: translateY(100%);
}
.image-style > .text-glitch.text > * {
    display: inline-block;
    font-size: 1.85rem;
    line-height: 1.25em;
    max-width: 100%;
    width: 280px;
}
.image-style:not(.basic)::before {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 25px;
    left: -15px;
    z-index: 2;
    width: 96%;
    height: 94%;
    transform: rotate(15deg);
    transform-origin: 0% 100%;
    background: rgb(142,186,209);
    background: linear-gradient(-10deg, rgba(142,186,209,1) 0%, rgba(110,90,219,1) 100%);
}
.image-style.hover:hover::before ,
.image-style.hover:focus::before  {
    transform: rotate(12deg);
}
body.ready .image-style::before {
    transition: 0.25s;
}





/* Scroll down */
.scroll-down {
    display: block;
    cursor: pointer;
    color: #0b0b0b;
}
.scroll-down::before {
    content: ' ';
    display: block;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-image: url('../../images/arrow-chevron.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px;
    left: 50%;
    top: 25px;
    width: 64px;
    height: 64px;
}
.scroll-down:not(.static):hover::before {
    top: 40px;
}
body.ready .scroll-down,
body.ready .scroll-down::before {
    transition: 0.25s;
}





/* Socialmedia */
.socialmedia > ul {
    display: inline-block;
    position: relative;
    margin: 0 -3px;
    padding: 0;
    z-index: 8;
}
.socialmedia > ul > li {
    display: inline-block;
    vertical-align: top;
    line-height: 0em;
}
.socialmedia > ul > li > a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0;
    text-decoration: none !important;
}
.socialmedia > ul > li > a > img {
    display: inline-block;
    position: absolute;
    width: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.socialmedia > ul > li > a:hover > img,
.socialmedia > ul > li > a:focus > img {
    transform: translate(-50%, -50%) translateY(-10px);
    -webkit-transform: translate(-50%, -50%) translateY(-10px);
}
.socialmedia > ul:hover > li:not(:hover):not(:focus) > a {
    opacity: 0.55;
}
body.ready .socialmedia > ul > li > a,
body.ready .socialmedia > ul > li > a > img {
    transition: 0.35s;
}





/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,.slick-track:before {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none !important;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}





/* Slider Site  */
.slider-wrap {
    display: block;
    position: relative;
    margin: 0 0 -1px;
}
.slider-wrap .slide {
    padding: 0 15px;
}

@media all and (min-width: 576px) {

    .slider-wrap.arrows-padding {
        padding-left: 40px;
        padding-right: 40px;
    }

}

.slider {
    list-style: none !important;
    line-height: 1em;
    padding: 0;
    margin: 0;
}
.slider:not(.slick-initialized) {
    display: none;
}
.slider .slick-slide {
    line-height: 0;
}
.slider .slick-slide .slide {
    line-height: 1.5em;
}
.slider.clean .slick-dots,
.slider.clean:not(.navigation) .slick-arrow {
    display: none!important;
}
.slider-wrap .slick-dots {
    display: inline-block;
    list-style: none;
    position: absolute;
    left: 50%;
    z-index: 50;
    margin: 0;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    min-width: 210px;
    padding: 0;
    white-space: nowrap;
    bottom: 0px;
}
.slider-wrap .slick-dots li {
    display: inline-block;
    vertical-align: top;
}
.slider-wrap .slick-dots li > button {
    display: block;
    min-width: 0;
    min-height: 0;
    width: 26px;
    height: 26px;
    font-size: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    color: transparent;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    overflow: hidden;
}
.slider-wrap .slick-dots li > button::before {
    content: ' ';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    border: 2px solid #3a4551;
    background-color: #fff;
    margin: 3px auto 0;
}
.slider-wrap .slick-dots li.slick-active > button::before {
    background-color: #3a4551;
}





/* Slider Arrows */
.slider-wrap .slick-arrow {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: auto;
    right: auto;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 64px;
    height: 60px;
    font-size: 0;
    color: transparent;
    background: transparent;
    outline: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slider-wrap .slick-arrow::before {
    content:' ';
    display: block;
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slider-wrap.fade-arrows .slick-arrow {
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
}
body.ready .slider-wrap .slick-arrow {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.slider-wrap .slick-arrow:hover {
    opacity: 1;
}
.slider-wrap .slick-arrow.slick-next { right: 18px; }
.slider-wrap .slick-arrow.slick-prev { left: 18px; }
.slider-wrap.outer-arrow .slick-arrow.slick-next { right: -80px; }
.slider-wrap.outer-arrow .slick-arrow.slick-prev { left: -80px; }

.slider-wrap.arrows .slick-arrow::before,
.slider-wrap.arrows .slick-arrow::after {
    bottom: 18px !important;
}
.slider-wrap.arrows .slick-arrow.slick-prev::before {
    background-size: contain;
    background-image: url('../../images/arrow-left.png');
}
.slider-wrap.arrows .slick-arrow.slick-next::before {
    background-size: contain;
    background-image: url('../../images/arrow-right.png');
}
.slider-wrap.arrows.white .slick-arrow.slick-prev::before {
    background-image: url('../../images/arrow-left-white.png');
}
.slider-wrap.arrows.white .slick-arrow.slick-next::before {
    background-image: url('../../images/arrow-right-white.png');
}





/* Slider loader */
.slider-loader {
    display: block;
    position: relative;
    box-sizing: content-box;
    line-height: 0em;
    font-size: 0em;
}
.slider-loader,
.slider-loader > .loader {
    height: 4px;
    overflow: visible;
}
.slider-loader > .loader {
    display: inline-block;
    position: relative;
    background-color: #1a1a1a;
    transition: opacity 0.25s;
    width: 0;
}








/* Website Header, Footer, Main Theme below */







/* General */

h1, h2, h3, h4 {
    color: inherit;
    font-weight: 300;
}
body {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.65em;
    color: #1a1a1a;
}
body .website {
    overflow: hidden;
}
body:not(.no-space) {
    padding-top: 110px;
}





/* Logo */
.logo-wrap {
    position: relative;
}
.logo-wrap.hover {
    cursor: pointer;
}
.logo-wrap.hover::after {
    content: ' ';
    display: block;
    position: absolute;
    left: -35px;
    right: -15px;
    bottom: -10px;
    height: 2px;
    background: #1a1a1a;
}
.logo-wrap.hover:not(:hover):not(:focus):not(.active)::after {
    transform: scaleX(0);
}
body.ready .logo-wrap.hover::after {
    transition: 0.25s;
}




/* Language Switch */
.language-switch {
    display: block;
    position: relative;
}
.language-switch > ul {
    display: block;
    position: relative;
    list-style: none;
    line-height: 1em;
    font-size: 0;
    padding: 0;
    margin: 0;
}
.language-switch > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.language-switch > ul > li > a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    padding: 0 12px;
    text-transform: uppercase;
    text-decoration: none !important;
}
.language-switch > ul > li:not(:first-child)::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    width: 2px;
    height: 100%;
    background: #1a1a1a;
}
.language-switch > ul > li > a::before {
    content: ' ';
    display: block;
    position: absolute;
    height: 2px;
    left: 10px;
    right: 10px;
    bottom: -10px;
    background: #1a1a1a;
    transform: scaleX(0);
}
.language-switch > ul:not(:hover) > li.active > a::before,
.language-switch > ul > li:hover > a::before,
.language-switch > ul > li:focus > a::before {
    transform: scaleX(1);
}
body.ready .language-switch,
body.ready .language-switch > ul > li > a,
body.ready .language-switch > ul > li > a::before,
body.ready .language-switch > ul > li:not(:first-child)::after {
    transition: 0.25s;
}




/* Hamburger Button */
.hamburger-wrap {
    display: block;
    position: relative;
    background: #000;
    min-height: 52px;
    width: 84px;
    height: 90px;
}
.hamburger-wrap > .hamburger {
    position: absolute;
    margin-top: -1px;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}




/* Hamburger */
.hamburger {
    cursor: pointer;
    width: 40px;
    height: 42px;
    padding: 4px;
}
.hamburger.cross-pre {
    width: 32px;
}
.hamburger div {
    position: relative;
    z-index: 10;
    height: 4px;
    margin: 12px 0;
    background: #fff;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hamburger.cross div:nth-child(2),
.hamburger.cross-pre div:nth-child(2),
.hamburger.cross div:nth-child(3),
.hamburger.cross-pre div:nth-child(3) {
    margin-right: 0;
}
.hamburger.cross-pre div:nth-child(1) {
    transform: translateY(8px) ;
}
.hamburger.cross-pre div:nth-child(2) {
    transform: translateY(-8px) ;
}
.hamburger.cross div:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
}
.hamburger.cross div:nth-child(2) {
    transform: translateY(-8px) rotate(45deg);
}
body.ready .hamburger,
body.ready .hamburger div {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}




/* Header */
.header-wrapper .container,
.header-wrapper .container-fluid {
    position: relative;
    z-index: 15;
}
.header-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
}
.header-wrapper .header {
    display: block;
    position: relative;
    box-sizing: content-box;
    padding: 0;
    z-index: 3;
}
.header-wrapper .hamburger-wrap {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 25;
}
.header-wrapper .hamburger-wrap::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: -100px; z-index: -1;
    background-color: #000;
}
.header-wrapper .language-switch {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    right: 84px;
    z-index: 20;
    height: 90px;
    padding: 36px 12px 20px 6px;
    background-color: rgba(255,255,255,0);
}
.header-wrapper .language-switch > ul > li > a::before {
    bottom: -36px;
}
body.menu-open .header-wrapper .hamburger-wrap,
body.menu-open .header-wrapper .language-switch,
body:not(.scrolled) .header-wrapper .hamburger-wrap,
body:not(.scrolled) .header-wrapper .language-switch {
    /*top: 40px;*/

    top: 0;
}
body.scrolled-vp:not(.menu-open) .header-wrapper .language-switch {
    right: -100px;
}
body.scrolled:not(.menu-open) .header-wrapper .language-switch {
    background-color: rgba(255,255,255,1);
}
body.menu-open .header-wrapper .language-switch > ul > li > a {
    color: #fff;
}
body.menu-open .header-wrapper .language-switch > ul > li > a::before {
    background: #fff;
}
body.menu-open .header-wrapper .language-switch > ul > li:not(:first-child)::after {
    background: #fff;
}



.header-wrapper .header-logo {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 0px;
    z-index: 15;
    width: 64px;
    height: 60px;
}
.header-wrapper .header-logo::before {
    content: ' ';
    display: block;
    position: absolute;
    top: -16px;
    bottom: -15px;
    left: -200px;
    right: -15px;
    z-index: -1;
    background-color: #fff;
}
.header-wrapper .header-logo.is-white::before {
    background-color: #000;
}
.header-wrapper .header-logo::after {
    bottom: -15px;
}
.header-wrapper .header-logo > a {
    display: inline-block;
    overflow: hidden;
    height: 140px;
}

body.ready .header-logo,
body.ready .header-wrapper,
body.ready .header-wrapper .header,
body.ready .header-wrapper .hamburger-wrap,
body.ready .header-wrapper .header-logo > a {
    transition: 0.25s;
}

body:not(.scrolled) .header-wrapper .header-logo {
    left: -100px;
}

@media all and (min-width: 768px) {

    body:not(.menu-open) .header-wrapper .header-logo > a {
        height: 60px;
    }

}


body.menu-open .header-wrapper .header-logo,
body:not(.scrolled) .header-wrapper .header-logo {
    /*top: 35px;*/
    /*left: 15px;*/
    /*width: 128px;*/
    /*height: 140px;*/
}
body.scrolled-vp:not(.menu-open) .header-wrapper .header-logo {
    /*left: -100px;*/
}







/* Menus */
.menu-wrap {
    display: block;
    position: relative;
    text-align: left;
    z-index: 6;
}
.menu-wrap > ul,
.menu-wrap li > .dropdown > ul {
    display: inline-block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 9;
}
.menu-wrap > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0;
}
.menu-wrap > ul > li > a {
    display: block;
}



/* Menu Dropdown  */
.menu-wrap li.has-dropdown > .dropdown {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}
.menu-wrap li.has-dropdown:not(:hover):not(:focus):not(.hover) > .dropdown {
    -webkit-transform: translateY(100%) scaleY(0);
    transform: translateY(100%) scaleY(0);
    opacity: 0;
}
.menu-wrap li.has-dropdown > .dropdown ul {
    z-index: 12;
}
.menu-wrap li.has-dropdown > .dropdown ul > li {
    display: block;
    position: relative;
}
.menu-wrap li.has-dropdown > .dropdown ul > li > a {
    display: inline-block;
}
body.ready .menu-wrap li.has-dropdown > .dropdown {
    transition: 0.3s;
}




/* Main Menu */
.menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 100vh;
    background-color: #000;
}
body:not(.menu-open) .menu-wrapper {
    top: -200px;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
.menu-wrapper::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0; right: 0;
    z-index: -1;
    bottom: -100px;
    height: 200px;
    background: #000;
    border-radius: 100%;
}
.menu-wrapper::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    z-index: 5;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../../images/logo-footer-color.png');
    opacity: 0.1;
}




/* Main Menu */
.menu-wrapper.has-scroll {
    padding-top: 200px;
    padding-bottom: 50px;
    overflow: auto;
}
.menu-wrapper.has-scroll {
    scrollbar-width: auto;
}
.menu-wrapper.has-scroll::-webkit-scrollbar-track {
    background: transparent;
}
.menu-wrapper.has-scroll::-webkit-scrollbar {
    width: 9px;
}
.menu-wrapper.has-scroll::-webkit-scrollbar-thumb {
    border-radius: 999px;
    box-shadow: inset 0 0 10px 10px #fff;
    border: solid 4px transparent;
}

.menu-wrapper .container {
    position: relative;
}
.menu-wrapper:not(.has-scroll) .container {
    height: 100%;
}
.menu-wrapper:not(.has-scroll) .main-menu {
    position: absolute;
    top: 52.5%; left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.menu-wrapper .main-menu > ul {
    display: block;
    position: relative;
    text-align: center;
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
}
.menu-wrapper .main-menu > ul::before,
.menu-wrapper .main-menu > ul::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0; bottom: 0;
    z-index: 25;
    width: 100vw;
}
.menu-wrapper .main-menu > ul::before {
    left: 0;
    transform: translateX(-100%);
}
.menu-wrapper .main-menu > ul::after {
    right: 0;
    transform: translateX(100%);
}
.menu-wrapper .main-menu > ul > li {
    display: block;
}
.menu-wrapper .main-menu > ul > li:not(.featured) > a {
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    color: #767676;
    padding: 12px 0;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
}
.menu-wrapper .main-menu > ul:hover > li:not(.featured) > a:hover,
.menu-wrapper .main-menu > ul:not(:hover) > li:not(.featured).active > a {
    color: #fff;
}
.menu-wrapper .main-menu > ul > li:not(.featured) > a > span {
    display: block;
    position: relative;
}
.menu-wrapper .main-menu > ul > li:not(.featured) > a > span::before,
.menu-wrapper .main-menu > ul > li:not(.featured) > a > span::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    height: 2px;
    width: 100vw;
    background: #383843;
}
.menu-wrapper .main-menu > ul > li:not(.featured) > a > span::before {
    left: -35px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
.menu-wrapper .main-menu > ul > li:not(.featured) > a > span::after {
    right: -35px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}
.menu-wrapper .main-menu > ul > li:not(.featured) > a:not(:hover):not(:focus) > span::before {
    left: -75px;
    background: #1f1f1f;
}
.menu-wrapper .main-menu > ul > li:not(.featured) > a:not(:hover):not(:focus) > span::after {
    right: -75px;
    background: #1f1f1f;
}
.menu-wrapper .socialmedia {
    position: absolute;
    white-space: nowrap;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 5;
    bottom: 50px;
}
body.ready .menu-wrapper {
    transition: 0.35s;
}
body.ready .menu-wrapper .main-menu > ul > li > a,
body.ready .menu-wrapper .main-menu > ul > li > a::before,
body.ready .menu-wrapper .main-menu > ul > li > a > span::before,
body.ready .menu-wrapper .main-menu > ul > li > a > span::after {
    transition: 0.25s;
}











/* Footer */
.footer-wrapper h1,
.footer-wrapper h2,
.footer-wrapper h3 {
    color: #fff;
}
.footer-wrapper a:not(.button),
.footer-wrapper .article:not(.ignore),
.footer-wrapper a:not(.button):hover,
.footer-wrapper a:not(.button):focus {
    color: #fff;
}
.footer-wrapper {
    color: #fff;
    background: #3a4551;
}
.footer-wrapper::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    z-index: 5;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../../images/logo-footer-color.png');
    opacity: 0.65;
}
.footer-wrapper::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 75px;
    background-color: #404c59;
    background-color: #42505d;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.footer-wrapper {
    display: block;
    position: relative;
    padding: 0 0 18px;
    overflow: hidden;
    z-index: 85;
}
.footer-wrapper .container {
    position: relative;
    z-index: 12;
}
.footer-wrapper .footer-wrap {
    display: block;
    position: relative;
    padding: 125px 0 35px;
    min-height: 400px;
    z-index: 60;
}
.footer-wrapper .footer-logo {
    display: block;
    margin: 0 auto 75px;
    max-width: 100%;
    width: 128px;
}
.footer-wrapper .socials-wrap {
    text-align: center;
}
.footer-wrapper .socials-wrap > ul {
    display: inline-block;
}
.footer-wrapper .footer-block {
    display: block;
    position: relative;
    margin-bottom: 45px;
}
.footer-wrapper .footer-block h2 {
    font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.footer-wrapper .menu-wrap {
    display: block;
    position: relative;
    text-align: center;
}
.footer-wrapper .menu-wrap ul {
    display: inline-block;
}
.footer-wrapper .menu-wrap ul > li {
    display: block;
    padding: 5px 0;
}
.footer-wrapper .menu-wrap ul > li > a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 1.4rem;
    font-weight: 300;
}
.footer-wrapper .menu-wrap ul > li > a > span {
    display: inline-block;
    position: relative;
}


.footer-wrapper .menu-wrap > ul > li > a > span::before,
.footer-wrapper .menu-wrap > ul > li > a > span::after {
    content: ' ';
    display: block;
    position: absolute;
    width: 50px;
    height: 2px;
    top: 50%;
    background: #fff;
}
.footer-wrapper .menu-wrap > ul > li > a > span::before {
    left: -25px;
    transform-origin: 100% 50%;
    transform: translateY(-50%) translateX(-100%) scaleX(0);
}
.footer-wrapper .menu-wrap > ul > li > a > span::after {
    right: -25px;
    transform-origin: 0% 50%;
    transform: translateY(-50%) translateX(100%) scaleX(0);
}
.footer-wrapper .menu-wrap > ul:not(:hover) > li.active > a > span::before,
.footer-wrapper .menu-wrap > ul > li:hover > a > span::before,
.footer-wrapper .menu-wrap > ul > li:focus > a > span::before {
    transform: translateY(-50%) translateX(-100%) scaleX(1);
}
.footer-wrapper .menu-wrap > ul:not(:hover) > li.active > a > span::after,
.footer-wrapper .menu-wrap > ul > li:hover > a > span::after,
.footer-wrapper .menu-wrap > ul > li:focus > a > span::after {
    transform: translateY(-50%) translateX(100%) scaleX(1);
}

body.ready .footer-wrapper .menu-wrap > ul > li > a,
body.ready .footer-wrapper .menu-wrap > ul > li > a > span::before,
body.ready .footer-wrapper .menu-wrap > ul > li > a > span::after {
    transition: 0.25s;
}

.footer-wrapper .contact-wrap {
    margin: 50px auto 15px;
}
.footer-wrapper .contact-wrap small {
    display: block;
    font-size: 12px;
    line-height: 1.5em;
}




/* Footer Developer */
.copyright-wrapper {
    position: relative;
    z-index: 65;
}
.copyright-wrapper .article {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.developer-wrapper {
    position: relative;
    min-height: 35px;
}
.developer-wrapper .developer-wrap {
    text-align: right;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    z-index: 12;
}
.developer-wrapper .developer {
    display: inline-block;
    width: 44px;
    opacity: 0.4;
    transition: 0.4s;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 0px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.developer-wrapper .developer:not(.wowmedia) {
    width: 38px;
}
.developer-wrapper .developer > img {
    display: block;
    max-width: none;
    min-width: 120px;
}
.developer-wrapper .developer:hover,
.developer-wrapper .developer:focus,
.developer-wrapper .developer > img {
    width: 120px;
}
.developer-wrapper .developer:not(.wowmedia):hover,
.developer-wrapper .developer:not(.wowmedia):focus,
.developer-wrapper .developer:not(.wowmedia) > img {
    width: 130px;
}
.developer-wrapper .developer:hover,
.developer-wrapper .developer:focus {
    opacity: 1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
.developer-wrapper > div:not(.developer-wrap) {
    position: relative;
    z-index: 12;
}






/* Glitch Text Effect */

@keyframes noise-anim-before {
    0% { clip: rect(58px, 9999px, 69px, 0); }
    5% { clip: rect(81px, 9999px, 76px, 0); }
    10% { clip: rect(78px, 9999px, 92px, 0); }
    15% { clip: rect(71px, 9999px, 65px, 0); }
    20% { clip: rect(38px, 9999px, 65px, 0); }
    25% { clip: rect(71px, 9999px, 12px, 0); }
    30% { clip: rect(60px, 9999px, 20px, 0); }
    35% { clip: rect(74px, 9999px, 9px, 0); }
    40% { clip: rect(68px, 9999px, 56px, 0); }
    45% { clip: rect(95px, 9999px, 36px, 0); }
    50% { clip: rect(59px, 9999px, 5px, 0); }
    55% { clip: rect(90px, 9999px, 37px, 0); }
    60% { clip: rect(12px, 9999px, 10px, 0); }
    65% { clip: rect(51px, 9999px, 44px, 0); }
    70% { clip: rect(55px, 9999px, 46px, 0); }
    75% { clip: rect(57px, 9999px, 59px, 0); }
    80% { clip: rect(65px, 9999px, 53px, 0); }
    85% { clip: rect(97px, 9999px, 49px, 0); }
    90% { clip: rect(12px, 9999px, 44px, 0); }
    95% { clip: rect(74px, 9999px, 43px, 0); }
    100% { clip: rect(3px, 9999px, 82px, 0); }
}

@keyframes noise-anim-after {
    0% { clip: rect(56px, 9999px, 91px, 0); }
    5% { clip: rect(37px, 9999px, 67px, 0); }
    10% { clip: rect(24px, 9999px, 89px, 0); }
    15% { clip: rect(65px, 9999px, 87px, 0); }
    20% { clip: rect(7px, 9999px, 22px, 0); }
    25% { clip: rect(22px, 9999px, 6px, 0); }
    30% { clip: rect(22px, 9999px, 31px, 0); }
    35% { clip: rect(57px, 9999px, 64px, 0); }
    40% { clip: rect(67px, 9999px, 53px, 0); }
    45% { clip: rect(58px, 9999px, 14px, 0); }
    50% { clip: rect(30px, 9999px, 90px, 0); }
    55% { clip: rect(71px, 9999px, 40px, 0); }
    60% { clip: rect(8px, 9999px, 36px, 0); }
    65% { clip: rect(44px, 9999px, 36px, 0); }
    70% { clip: rect(94px, 9999px, 29px, 0); }
    75% { clip: rect(83px, 9999px, 43px, 0); }
    80% { clip: rect(11px, 9999px, 72px, 0); }
    85% { clip: rect(89px, 9999px, 33px, 0); }
    90% { clip: rect(80px, 9999px, 23px, 0); }
    95% { clip: rect(27px, 9999px, 83px, 0); }
    100% { clip: rect(98px, 9999px, 93px, 0); }
}

.text-glitch [title] {
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.text-raleway {
    font-family: 'Raleway', sans-serif;
}

.text-glitch:not(.static) > [title] {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    line-height: 1em;
}

.text-glitch:not(.static) > [title]::before {
    content: attr(title);
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: -2px;
    color: currentColor;
    clip: rect(0,900px,0,0);
    text-shadow: 3px 0 #00c2ff;
}

.text-glitch:not(.static) > [title]::after {
    content: attr(title);
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 2px;
    color: currentColor;
    clip: rect(0,900px,0,0);
    text-shadow: -3px 0 #ff35e5;
}

.text-glitch.animate:not(.static) > [title]::before,
body.glitches .text-glitch:not(.static) > [title]::before {
    animation: noise-anim-before 6s infinite linear alternate-reverse;
}

.text-glitch.animate:not(.static) > [title]::after,
body.glitches .text-glitch:not(.static) > [title]::after {
    animation: noise-anim-after 5s infinite linear alternate-reverse;
}










/* Glitch Text Sizes */

.text-glitch.text > * {
    font-size: 1.5rem;
}
.text-glitch.text.text-raleway > * {
    font-size: 1.75rem;
}

.text-glitch.h4 > h1,
.text-glitch.h4 > h2,
.text-glitch.h4 > h3,
.text-glitch.h4 > span {
    font-size: 2.35rem;
}
.text-glitch.h4.text-raleway > h1,
.text-glitch.h4.text-raleway > h2,
.text-glitch.h4.text-raleway > h3,
.text-glitch.h4.text-raleway > span {
    font-size: 2.75rem;
}


.text-glitch.h3 > h1,
.text-glitch.h3 > h2,
.text-glitch.h3 > h3,
.text-glitch.h3 > span {
    font-size: 3.35rem;
}
.text-glitch.h3.text-raleway > h1,
.text-glitch.h3.text-raleway > h2,
.text-glitch.h3.text-raleway > h3,
.text-glitch.h3.text-raleway > span {
    font-size: 3.75rem;
}

.text-glitch.h2 > h1,
.text-glitch.h2 > h2,
.text-glitch.h2 > h3,
.text-glitch.h2 > span{
    font-size: 5.85rem;
}
.text-glitch.h2.text-raleway > h1,
.text-glitch.h2.text-raleway > h2,
.text-glitch.h2.text-raleway > h3,
.text-glitch.h2.text-raleway > span{
    font-size: 6.25rem;
}

.text-glitch.h1 > h1,
.text-glitch.h1 > h2,
.text-glitch.h1 > h3,
.text-glitch.h1 > span{
    font-size: 6.5rem;
}
.text-glitch.h1.text-raleway > h1,
.text-glitch.h1.text-raleway > h2,
.text-glitch.h1.text-raleway > h3,
.text-glitch.h1.text-raleway > span{
    font-size: 7.25rem;
}




/* Symbol Effects */

.symbolic-wrap {
    display: block;
    position: relative;
}

.symbolic-wrap:not(.regular) {
    text-align: center;
}

.symbolic-wrap .symbolic {
    margin: 0 20px;
}

.symbolic {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 128px;
    height: 128px;
}

.symbolic::before,
.symbolic::after,
.symbolic > .symbol,
.symbolic > .symbol::before,
.symbolic > .symbol::after,
.symbolic > .symbol > em {
    content: ' ';
    margin: 0;
    width: 128px;
    height: 128px;
    z-index: 10;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.symbolic::before,
.symbolic::after,
.symbolic > .symbol::before,
.symbolic > .symbol::after {
    z-index: -1;
}

body.ready .symbolic::before,
body.ready .symbolic::after,
body.ready .symbolic > .symbol::before,
body.ready .symbolic > .symbol::after,
body.ready .symbolic > .symbol > em::before,
body.ready .symbolic > .symbol > em::after {
    transition: 0.5s;
}

.symbolic.circle > .symbol,
.symbolic.circle > .symbol > em {
    width: 124px;
    height: 124px;
    border: 10px solid #000;
    box-shadow: inset 0 0 0 1px black;
    border-radius: 9999px;
    overflow: hidden;
}

.symbolic.square > .symbol,
.symbolic.square > .symbol > em {
    width: 112px;
    height: 112px;
    border: 10px solid #000;
}

.symbolic.diamond > .symbol,
.symbolic.diamond > .symbol > em {
    width: 96px;
    height: 96px;
    border: 10px solid #000;
}

.symbolic.diamond > .symbol {
    transform: translate(-50%, -50%) rotate( 45deg );
    -webkit-transform: translate(-50%, -50%) rotate( 45deg );
}

.symbolic.cross > .symbol {
    width: 128px;
    height: 128px;
}
.symbolic.cross > .symbol > em {
    height: 36px;
    width: 128px;
}
.symbolic.cross > .symbol > em::before,
.symbolic.cross > .symbol > em::after {
    content: ' ';
    position: absolute;
    top: 0; bottom: 0;
    height: 100%;
    width: 55px;
    border: 9px solid #000;
}
.symbolic.cross > .symbol > em::before {
    left: 0;
    right: auto;
    border-right: none !important;
}
.symbolic.cross > .symbol > em::after {
    right: 0;
    left: auto;
    border-left: none !important;
}
.symbolic.cross > .symbol > em:nth-child(2) {
    transform: translate(-50%, -50%) rotate( 90deg );
    -webkit-transform: translate(-50%, -50%) rotate( 90deg );
}


.symbolic.triangle > .symbol {
    width: 128px;
    height: 128px;
    transform: translate(-50%, -50%) rotate( -90deg );
    -webkit-transform: translate(-50%, -50%) rotate( -90deg );
}
.symbolic.triangle > .symbol > em {
    height: 110px;
    width: 110px;
    border-top: 10px solid #000;
}
.symbolic.triangle > .symbol > em:nth-child(1) {
    margin-top: 5px;
}
.symbolic.triangle > .symbol > em:nth-child(2) {
    margin-top: -20px;
    margin-left: 15px;
    transform: translate(-50%, -50%) rotate( 240deg );
    -webkit-transform: translate(-50%, -50%) rotate( 240deg );
}
.symbolic.triangle > .symbol > em:nth-child(3) {
    margin-top: -20px;
    margin-left: -15px;
    transform: translate(-50%, -50%) rotate( 120deg );
    -webkit-transform: translate(-50%, -50%) rotate( 120deg );
}
.symbolic.triangle > .symbol > em::before {
    content: ' ';
    position: absolute;
    top: -10px;
    left: -11px;
    z-index: 5;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 14px solid #000;
}
.symbolic.triangle > .symbol > em:nth-child(2)::before {
    border-top: 13px solid #000;
}
.symbolic.triangle > .symbol > em:nth-child(3)::before {
    border-top: 14px solid #000;
}




/* Symbol Hover Effects */

.symbolic.triangle:not(.hover) > .symbol::before,
.symbolic.triangle.hover > .symbol::before {
    width: 0;
    height: 0;
    transform-origin: 50% 0%;
    border-left: 58px solid transparent;
    border-right: 58px solid transparent;
    border-top: 100px solid #000;
    margin-top: 5px;
}
.symbolic.triangle:not(.active):not(.hover) > .symbol::before,
.symbolic.triangle.hover:not(:hover) > .symbol::before {
    transform: translate(-50%, -50%) scaleY(0);
    -webkit-transform: translate(-50%, -50%) scaleY(0);
}


.symbolic.cross:not(.hover) > .symbol::before,
.symbolic.cross.hover > .symbol::before {
    width: 30px;
    height: 120px;
    background-color: #000;
    transform-origin: 50% 0%;
}
.symbolic.cross:not(.hover) > .symbol::after,
.symbolic.cross.hover > .symbol::after {
    height: 30px;
    width: 120px;
    background-color: #000;
    transform-origin: 0% 50%;
}
.symbolic.cross:not(.active):not(.hover) > .symbol::before,
.symbolic.cross.hover:not(:hover) > .symbol::before {
    transform: translate(-50%, -50%) scaleY(0);
    -webkit-transform: translate(-50%, -50%) scaleY(0);
}
.symbolic.cross:not(.active):not(.hover) > .symbol::after,
.symbolic.cross.hover:not(:hover) > .symbol::after {
    transform: translate(-50%, -50%) scaleX(0);
    -webkit-transform: translate(-50%, -50%) scaleX(0);
}


.symbolic.circle > .symbol > em::before,
.symbolic.square > .symbol > em::before,
.symbolic.diamond > .symbol > em::before {
    content: ' ';
    margin: 0;
    width: 128px;
    height: 128px;
    z-index: 10;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.symbolic.circle > .symbol > em::before {
    width: 126px;
    height: 126px;
}
.symbolic.square > .symbol > em::before {
    width: 112px;
    height: 112px;
}
.symbolic.diamond > .symbol > em::before {
    width: 96px;
    height: 96px;
}

.symbolic.circle > .symbol > em::before {
    border-radius: 9999px;
    overflow: hidden;
}
.symbolic.circle:not(.hover) > .symbol > em::before,
.symbolic.circle.hover > .symbol > em::before {
    box-shadow: inset 0 0 10px 20px black;
    background-color: #000;
    transform-origin: 50% 0%;
}
.symbolic.circle:not(.active):not(.hover) > .symbol > em::before,
.symbolic.circle.hover:not(:hover) > .symbol > em::before {
    transform: translate(-50%, -50%) scaleY(0);
    -webkit-transform: translate(-50%, -50%) scaleY(0);
}


.symbolic.square:not(.hover) > .symbol > em::before,
.symbolic.square.hover > .symbol > em::before {
    background-color: #000;
    transform-origin: 50% 100%;
}
.symbolic.square:not(.active):not(.hover) > .symbol > em::before,
.symbolic.square.hover:not(:hover) > .symbol > em::before {
    transform: translate(-50%, -50%) scaleY(0);
    -webkit-transform: translate(-50%, -50%) scaleY(0);
}

.symbolic.diamond:not(.hover) > .symbol > em::before,
.symbolic.diamond.hover > .symbol > em::before {
    background-color: #000;
    transform-origin: 50% 100%;
}
.symbolic.diamond:not(.active):not(.hover) > .symbol > em::before,
.symbolic.diamond.hover:not(:hover) > .symbol > em::before {
    transform: translate(-50%, -50%) scaleY(0);
    -webkit-transform: translate(-50%, -50%) scaleY(0);
}



/* Symbol Colour Effects */

.symbolic > .symbol.before {
    margin-left: -2px;
    clip: rect(0,900px,0,0);
    animation: noise-anim-before 6s infinite linear alternate-reverse;
}
.symbolic > .symbol.after {
    margin-left: 2px;
    clip: rect(0,900px,0,0);
    animation: noise-anim-after 5s infinite linear alternate-reverse;
}

.symbolic.circle > .symbol.before,
.symbolic.circle > .symbol.before > em {
    border-color: #00c2ff;
}
.symbolic.square > .symbol.before,
.symbolic.square > .symbol.before > em {
    border-color: #00c2ff;
}
.symbolic.diamond > .symbol.before,
.symbolic.diamond > .symbol.before > em {
    border-color: #00c2ff;
}
.symbolic.cross > .symbol.before > em::before,
.symbolic.cross > .symbol.before > em::after {
    border-color: #00c2ff;
}
.symbolic.triangle > .symbol.before > em {
    border-top: 10px solid #00c2ff;
}
.symbolic.triangle > .symbol.before > em::before {
    border-top: 14px solid #00c2ff;
}
.symbolic.triangle > .symbol.before > em:nth-child(2)::before {
    border-top: 13px solid #00c2ff;
}
.symbolic.triangle > .symbol.before > em:nth-child(3)::before {
    border-top: 14px solid #00c2ff;
}
.symbolic.triangle:not(.hover) > .symbol.before::before,
.symbolic.triangle.hover > .symbol.before::before {
    border-left: 58px solid transparent;
    border-right: 58px solid transparent;
    border-top: 100px solid #00c2ff;
}
.symbolic.cross:not(.hover) > .symbol.before::before,
.symbolic.cross.hover > .symbol.before::before {
    background-color: #00c2ff;
}
.symbolic.cross:not(.hover) > .symbol.before::after,
.symbolic.cross.hover > .symbol.before::after {
    background-color: #00c2ff;
}
.symbolic.circle:not(.hover) > .symbol.before > em::before,
.symbolic.circle.hover > .symbol.before > em::before {
    background-color: #00c2ff;
}
.symbolic.square:not(.hover) > .symbol.before > em::before,
.symbolic.square.hover > .symbol.before > em::before {
    background-color: #00c2ff;
}
.symbolic.diamond:not(.hover) > .symbol.before > em::before,
.symbolic.diamond.hover > .symbol.before > em::before {
    background-color: #00c2ff;
}



.symbolic.circle > .symbol.after,
.symbolic.circle > .symbol.after > em {
    border-color: #ff35e5;
}
.symbolic.square > .symbol.after,
.symbolic.square > .symbol.after > em {
    border-color: #ff35e5;
}
.symbolic.diamond > .symbol.after,
.symbolic.diamond > .symbol.after > em {
    border-color: #ff35e5;
}
.symbolic.cross > .symbol.after > em::before,
.symbolic.cross > .symbol.after > em::after {
    border-color: #ff35e5;
}
.symbolic.triangle > .symbol.after > em {
    border-top: 10px solid #ff35e5;
}
.symbolic.triangle > .symbol.after > em::before {
    border-top: 14px solid #ff35e5;
}
.symbolic.triangle > .symbol.after > em:nth-child(2)::before {
    border-top: 13px solid #ff35e5;
}
.symbolic.triangle > .symbol.after > em:nth-child(3)::before {
    border-top: 14px solid #ff35e5;
}
.symbolic.triangle:not(.hover) > .symbol.after::before,
.symbolic.triangle.hover > .symbol.after::before {
    border-left: 58px solid transparent;
    border-right: 58px solid transparent;
    border-top: 100px solid #ff35e5;
}
.symbolic.cross:not(.hover) > .symbol.after::before,
.symbolic.cross.hover > .symbol.after::before {
    background-color: #ff35e5;
}
.symbolic.cross:not(.hover) > .symbol.after::after,
.symbolic.cross.hover > .symbol.after::after {
    background-color: #ff35e5;
}
.symbolic.circle:not(.hover) > .symbol.after > em::before,
.symbolic.circle.hover > .symbol.after > em::before {
    background-color: #ff35e5;
}
.symbolic.square:not(.hover) > .symbol.after > em::before,
.symbolic.square.hover > .symbol.after > em::before {
    background-color: #ff35e5;
}
.symbolic.diamond:not(.hover) > .symbol.after > em::before,
.symbolic.diamond.hover > .symbol.after > em::before {
    background-color: #ff35e5;
}





/* Modals */

.modal-wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(11, 11, 11, 0.96);
}
.modal-wrap.active {
    display: block;
}
.modal-wrap > .container {
    display: block;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100%;
}
.modal-wrap .modal {
    display: block;
    position: relative;
    background: #22222e;
    color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    max-width: 100%;
}
.modal-wrap .modal.small {
    width: 780px;
    margin: 0 auto;
}
.modal-wrap .modal.centered {
    top: 48%;
    transform: translateY(-50%);
}
.modal-wrap .modal-content {
    position: relative;
}
.modal-wrap .modal-content.medium {
    padding: 35px 40px;
}
.modal-wrap .modal .close {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    position: absolute;
    top: -48px;
    right: 0;
}
.modal-wrap .modal .close > i.icon {
    width: 20px;
    height: 20px;
}
.modal-wrap .modal .close svg,
.modal-wrap .modal .close svg path {
    fill: #fff;
}

.modal-wrap .form-field {
    margin-bottom: 15px;
}
.modal-wrap .form-field.bottom {
    margin-bottom: 25px;
}

.modal-wrap .form-field > strong {
    display: block;
    margin-bottom: 5px;
}

.modal-wrap .form-field .form-label,
.modal-wrap .form-field .form-input .input {
    display: inline-block;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1em;
    border-radius: 6px;
    padding: 10px 8px 8px 0;
}

.modal-wrap .form-field .form-input .input {
    display: inline-block;
    min-width: 60px;
    border: none;
    outline: none;
    padding: 8px 8px 8px 16px;
    background-color: #0b0b0b;
    color: #fff;
}

@media all and (min-width: 768px) {

    .modal-wrap .widget-form {
        margin-bottom: -25px;
    }

}

@media all and (min-width: 768px) and (max-width: 991px) {


    .modal-wrap .widget-form {
        margin-bottom: -45px;
    }

}






/* Quotes */
.quotes-wrap {
    display: block;
    position: relative;
}
.quotes-wrap:not(.full) {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}
.quotes-wrap .quote-item {
    display: block;
    position: relative;
    background: #191919;
    padding: 25px 35px;
}
.quotes-wrap .quote-item:not(:last-child) {
    margin-bottom: 45px;
}
.quotes-wrap .quote-item .article-wrap {
    text-align: center;
}
.quotes-wrap .quote-item .article {
    display: inline-block;
    position: relative;
    font-size: 2rem;
    font-family: 'Garamond', sans-serif;
    line-height: 1.25em;
    color: #fff;
}
.quotes-wrap .quote-item .article p:first-child::before,
.quotes-wrap .quote-item .article p:last-child::after {
    content: '"';
    display: inline-block;
    padding: 0 5px;
}
.quotes-wrap .quote-item .author {
    display: block;
    position: relative;
    text-align: right;
    margin: 15px 0 0;
    font-size: 1.75rem;
    font-family: 'Garamond', sans-serif;
    line-height: 1.25em;
    color: #7d7d7d;
}
.quotes-wrap .quote-item .author::before {
    content: '-';
}
.quotes-wrap .quote-item .author > span {
    display: inline-block;
}





/* Videos */
.video-wrapper {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 75;
}
.video-wrapper::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    z-index: 20;
}
.video-wrapper.white::after {
    background: rgba( 255, 255, 255, 0.5 );
}
.video-wrapper > .container {
    position: relative;
    min-height: 100vh;
    z-index: 25;
}
.video-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}
.video-wrap.fullscreen > video,
.video-wrap.fullscreen > .video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    min-width: 100%;
    height: 100%;
}
.video-wrap.fullscreen {
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    z-index: 15;
}
.video-wrapper .scroll-down {
    position: absolute;
    left: 0; right: 0;
    bottom: 128px; z-index: 25;
}




/*Vimeo*/
.vimeo-wrap {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.video-item {
    position: relative;
    padding-bottom: 200%;
    -webkit-transform: translateY(-35.95%);
    -ms-transform: translateY(-35.95%);
    transform: translateY(-35.95%);
}
.video-item::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background: rgba(0,0,0,0.35);
    background-image: url('../../images/icon-play.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    transition: 0.3s;
}
.video-item.paused::before {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
}
.video-item .video,
.video-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 170px;
}
.player-wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.player-wrap .player {
    display: block;
    position: relative;
    min-width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.player-wrap:not(.forced) .player iframe {
    display: none;
}
.player-wrap.forced .player iframe {
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0;
}
.player-wrap.forced .player iframe.visible {
    opacity: 1;
}





/* Video Slider */
.video-wrapper .video-container {
    padding: 285px 0 115px;
}
.video-wrapper.floating .video-content {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.video-wrapper .symbolic-wrap {
    display: block;
    margin: 0 auto 50px;
    max-width: 100%;
}
.video-wrapper .symbolic-wrap .symbolic {
    cursor: pointer;
}
.video-wrapper .slide-video {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 15px 0 15px;
}
.video-wrapper .slide-video .article-wrap {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 850px;
}
.video-wrapper .slide-video .article-wrap .article {
    font-size: 1.5rem;
    text-align: center;
}
.video-wrapper .slider-loader {
    position: absolute;
    left: 0; right: 0;
    bottom: 0; z-index: 25;
}





/* Developing Wrapper */
.develop-wrapper {
    background-image: url('../../images/bg-paper.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.develop-wrapper .container {
    position: relative;
}
.develop-wrapper-bottom {
    display: block;
    position: relative;
}
.develop-wrapper-bottom .develop-wrap {
    display: block;
    position: relative;
    padding: 0 100px;
}

.modal-content.large,
.develop-wrap .article-wrap {
    display: block;
    position: relative;
    padding: 65px 80px;
}

.develop-wrap.primary .article-wrap {
    background-color: #22222e;
    padding-top: 0;
}
.develop-wrap.primary .article-wrap .slogan {
    color: #383843;
    background-color: #22222e;
    position: absolute;
    left: 0;
    right: 0;
    top: -125px;
    height: 125px;
    padding: 70px 80px;
}
.develop-wrap.primary .article-wrap .image-wrap {
    position: absolute;
    width: 420px;
    right: -80px;
    bottom: -95px;
}

.develop-wrap.secondary .article-wrap {
    background-color: #414d5a;
}
.develop-wrap.secondary .article-wrap .article.break-even {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}




/* Develop Doodles */
.develop-wrapper .doodle {
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 256px;
    height: 256px;
    opacity: 0.2;
}
.develop-wrapper .doodle-circle {
    background-image: url('../../images/doodle-01.png');
    right: 50px;
    width: 420px;
    top: -130px;
}
.develop-wrapper .doodle-plus {
    background-image: url('../../images/doodle-02.png');
    right: 0;
    top: 160px;
}
.develop-wrapper .doodle-triangle {
    background-image: url('../../images/doodle-03.png');
    left: 0;
    top: 20px;
}






/* Cards */
.card-wrap {
    display: block;
    position: relative;
}
.card-wrap.bottom {
    margin-bottom: 100px;
}
.card-wrap .card-item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 15px;
    line-height: 1.5em;
}
.card-wrap .card-item:not(.clean) {
    background-color: #fff;
    box-shadow: 0px 0px 12px rgba(41, 41, 112, 0.2);
}
.card-wrap .card-item .content:not(.zero) {
    padding: 15px 15px 20px;
}
.card-wrap .card-item .content.title {
    text-align: center;
}
.card-wrap .card-item .content.description {
    padding: 30px 25px;
    font-size: 1.1rem;
}
.card-wrap .card-item .content .slogan {
    font-size: 1.1rem;
    color: #868686;
}
.card-wrap .card-item .content h3 {
    font-weight: 700;
    font-size: 1.35rem;
    text-transform: uppercase;
}
.card-wrap .card-item .content h3:last-child {
    margin-bottom: 0;
}
.card-wrap .card-item .image-wrap {
    height: 192px;
}
.card-wrap .card-item.has-actions {
    padding-bottom: 88px;
}
.card-wrap .slider .card-item.has-actions {
    padding-bottom: 98px;
}
.card-wrap .card-item.has-actions .actions {
    text-align: center;
    position: absolute;
    left: 0; right: 0;
    bottom: 0; z-index: 15;
    padding: 0 15px 25px;
}
.card-wrap .card-item.has-actions .content.description {
    padding-bottom: 0;
}



/* Card Even */
.card-wrap.card-even .card-item {
    height: 100%;
}
.card-wrap.card-even .row > div {
    padding-bottom: 30px;
}





/* Partners */
.partner-wrap {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 25px;
    width: 850px;
}
.partner-wrap > .article {
    color: #dea4ff;
}
.partner-wrap .row {
    margin: 0 -10px
}
.partner-wrap .row > div {
    padding: 0 10px;
}
.partner-wrap .partner-item {
    display: block;
    position: relative;
    height: 96px;
}
.partner-wrap .partner-item .image-wrap {
    position: absolute;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    top: 50%; left: 0; right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.partner-wrap .partner-item.partner-npo .image-wrap,
.partner-wrap .partner-item.partner-4 .image-wrap {
    height: 84px;
}
.partner-wrap .partner-item.partner-netflix .image-wrap,
.partner-wrap .partner-item.partner-5 .image-wrap {
    height: 38px;
}
.partner-wrap .partner-item.partner-pathe .image-wrap,
.partner-wrap .partner-item.partner-6 .image-wrap {
    height: 96px;
}
.partner-wrap .partner-item.partner-videoland .image-wrap,
.partner-wrap .partner-item.partner-7 .image-wrap {
    height: 64px;
    width: 230px;
}




/* Counter Wrapper */
.counter-wrapper {
    color: #fff;
    background-color: #3a4551;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../../images/bg-gradient.jpg');
}
.counter-wrapper.spacings {
    padding-bottom: 60px;
}
.counter-wrapper::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    z-index: 5;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../../images/logo-footer-color.png');
    opacity: 0.15;
}
.counter-wrapper .container,
.counter-wrapper .container-fluid {
    position: relative;
    z-index: 12;
}



/* Counters */
.counter-wrap.bottom {
    margin-bottom: 100px;
}
.counter-wrap .counter-item {
    display: block;
    position: relative;
    margin-bottom: 80px;
}
.counter-wrap .counter-item .image-wrap {
    width: 128px;
    height: 128px;
    margin: 0 auto 30px;
}
.counter-wrap .counter-item:hover .image-wrap {
    transform: scale(1.2);
}
.counter-wrap .counter-item .title {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    height: 94px;
}
.counter-wrap .counter-item .title > h2,
.counter-wrap .counter-item .title > h3 {
    position: relative;
    font-size: 2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.counter-wrap .counter-item .article {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: 300px;
}
.counter-wrap .counter-item .counter {
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
.counter-wrap .counter-item .counter > span {
    font-size: 3.35rem;
}
body.ready .counter-wrap .counter-item .image-wrap {
    transition: 0.25s;
}








/* About Article */
.about-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
}
.about-wrapper .about-wrap {
    display: block;
    position: relative;
    background-color: #fff;
    color: #1a1a1a;
}
.about-wrapper .about-wrap::before,
.about-wrapper .about-wrap::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 50%;
    width: 2px;
    height: 150px;
    background-color: #525252;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.about-wrapper .about-wrap::before {
    top: -100px;
}
.about-wrapper .about-wrap::after {
    bottom: -140px;
    height: 200px;
}
.about-wrapper .about-wrap > .about-content {
    padding: 40px 80px;
}
.about-wrapper .about-wrap > .about-content.top {
    padding-top: 100px;
}
.about-wrapper .about-wrap > .about-content.bottom {
    padding-bottom: 100px;
}
.about-wrapper .about-wrap > .about-content.profiles {
    padding-left: 30px;
    padding-right: 30px;
}
.about-wrapper .about-wrap > .about-content.top .image-style {
    width: 425px;
    max-width: 100%;
    margin: 0 auto;
    margin-left: 15px;
}


.about-wrapper .about-wrap > .about-content .image-style.centered {
    margin: 0 auto !important;
}




/* About Profiles */
.about-wrapper .about-profiles {
    margin: 30px 0;
}
.about-wrapper .about-profiles > .row {
    margin: 0 -30px;
}
.about-wrapper .about-profiles > .row > div {
    padding: 0 30px;
}
.about-wrapper .about-profile {
    display: block;
    position: relative;
    padding: 75px 0;
}
.about-wrapper .about-profile .article-wrap {
    display: block;
    position: relative;
    padding: 35px 40px 40px;
    background-color: #3a4551;
    color: #fff;
    z-index: 25;
    width: 335px;
    font-size: 1rem;
    font-weight: 300;
}
.about-wrapper .about-profile .article-wrap::before {
    content: ' ';
    display: block;
    position: absolute;
    background-color: #3a4551;
    top: 0; bottom: 0; z-index: -1;
    width: 600px;
}
.about-wrapper .about-profiles > .row > div:nth-child(odd) .article-wrap {
    margin-right: auto;
    padding-left: 0;
    left: 0;
}
.about-wrapper .about-profiles > .row > div:nth-child(even) .article-wrap {
    margin-left: auto;
    padding-right: 0;
    right: 0;
}
.about-wrapper .about-profiles > .row > div:nth-child(odd) .article-wrap::before {
    right: 330px;
}
.about-wrapper .about-profiles > .row > div:nth-child(even) .article-wrap::before {
    left: 330px;
}
.about-wrapper .about-profile .article-wrap .title {
    font-weight: 600;
    line-height: 1.5em;
    margin: 15px 0px;
}
.about-wrapper .about-profile .image-style {
    position: absolute;
    top: 0; bottom: 0;
    width: 425px;
    max-width: 100%;
    margin: 0 auto;
}
.about-wrapper .about-profile .image-wrap {
    height: 100%;
}
.about-wrapper .about-profiles > .row > div:nth-child(odd) .image-style {
    margin-right: 0;
    right: 0;
}
.about-wrapper .about-profiles > .row > div:nth-child(even) .image-style {
    margin-left: 0;
    left: 0;
}




/* About Slider */
.about-wrapper .about-slider {
    width: 910px;
    margin: 0 auto;
    max-width: 100%;
}
.about-wrapper .about-slider .slider {
    margin: 0 -25px;
}
.about-wrapper .about-slider .slider .slide {
    padding: 0 25px;
}
.about-wrapper .about-slider .slide-about {
    display: block;
    position: relative;
    padding: 15px 0 75px;
}
.about-wrapper .about-slider .slide[data-active-index="-1"] .slide-about {
    overflow: hidden;
}
.about-wrapper .about-slider .slide-about .about-team {
    display: block;
    position: relative;
}
.about-wrapper .about-slider .slide-about .article-wrap {
    display: block;
    position: absolute;
    line-height: 1.5em;
    font-size: 1rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 35;
    color: #fff;
    background-color: #3a4551;
    padding: 22px 20px 18px;
}
.about-wrapper .about-slider .slide[data-active-index="0"] .slide-about .article-wrap {
    transform: translateX( -25px );
}
.about-wrapper .about-slider .slide[data-active-index="2"] .slide-about .article-wrap {
    transform: translateX( 25px );
}
.about-wrapper .about-slider .slide-about .article-wrap .title {
    font-weight: 600;
}
.about-wrapper .about-slider .slide-about .article-wrap .name {
    margin-bottom: 10px;
}
.about-wrapper .about-slider .slide-about .article-wrap .name.text-glitch.text > * {
    font-size: 1.35rem;
}
body.ready .about-wrapper .about-slider .slide-about .article-wrap {
    transition: 0.25s;
}






/* Projects */
.project-wrappers {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 65;
}
.project-wrapper {
    display: block;
    position: relative;
}
.project-wrapper::before {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0b0b0b;
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -webkit-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg);
}
.project-wrapper:first-child .project-banner {
    height: 500px;
}
.project-wrapper .project-banner {
    display: block;
    position: relative;
    overflow: hidden;
    height: 400px;
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -webkit-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg);
    background-color: #1a1a1a;
}
.project-wrapper .project-banner > .banner {
    display: block;
    position: absolute;
    top: -5px; bottom: 0;
    left: 0; right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0%;
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -webkit-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg);
}
.project-wrapper:not(.static) .project-banner {
    cursor: pointer;
}
.project-wrapper.active .project-banner > .banner,
.project-wrapper.active-pre .project-banner > .banner,
.project-wrapper:not(.static) .project-banner:hover > .banner,
.project-wrapper:not(.static) .project-banner:hover > .banner {
    -webkit-transform: skew(0deg, 10deg) scale(1.05);
    transform: skew(0deg, 10deg) scale(1.05);
}
.project-wrapper .project-banner > .banner-logo {
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    width: 200px;
    height: 200px;
    left: 100px;
}
.project-wrapper .project-content {
    display: block;
    position: relative;
    padding: 20px 0px;
    color: #fff;
}
.project-wrapper:not(.active) .project-content {
    opacity: 0; /* This is to prevent bugs */
}
.project-wrapper:not(.active) .project-content {
    display: none;
}
.project-wrapper .project-content .project-close {
    display: block;
    position: relative;
    text-align: center;
    color: #858585;
    margin: 0 0 25px;
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -webkit-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg);
}
.project-wrapper .project-content .project-close > .text {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    cursor: pointer;
    padding: 10px;
}
.project-wrapper .project-content .project-close > .text > span {
    display: inline-block;
    -webkit-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg);
}
.project-wrapper .project-content .project-close > .text:hover > span,
.project-wrapper .project-content .project-close > .text:focus > span {
    color: #fff;
}
.project-wrapper .project-content .project-close > .text::before,
.project-wrapper .project-content .project-close > .text::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    height: 2px;
    width: 100vw;
    background: #858585;
}
.project-wrapper .project-content .project-close > .text::before {
    left: -10px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
.project-wrapper .project-content .project-close > .text::after {
    right: -10px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}
.project-wrapper .project-content .project-close > .text:not(:hover):not(:focus)::before {
    left: -25px;
}
.project-wrapper .project-content .project-close > .text:not(:hover):not(:focus)::after {
    right: -25px;
}

body.ready .project-wrapper .project-content {
    transition: opacity 0.25s;
}
body.ready .project-wrapper .project-close > .text::before,
body.ready .project-wrapper .project-close > .text::after,
body.ready .project-wrapper .project-close > .text > span,
body.ready .project-wrapper .project-banner > .banner {
    transition: 0.25s;
}







/* Project Segments */
.project-segments {
    display: block;
    position: relative;
}
.project-segments .container {
    position: relative;
}
.project-segments.symbolic-wrap .symbolic {
    -webkit-filter: invert(1);
    filter: invert(1);
    margin: 0;
}
.project-segments > .project-segment {
    padding-bottom: 70px;
}

.project-segment {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 15px 0;
}
.project-segment:not(.last) .container::before {
    content: ' ';
    display: block;
    position: absolute;
    top: -10px;
    left: 58px;
    width: 2px;
    height: 10000px;
    background-color: #484848;
}
.project-segment .article-wrap.has-symbolic {
    display: block;
    position: relative;
    padding-left: 128px;
    margin-bottom: 40px;
}
.project-segment .article-wrap.has-symbolic .symbolic-icon {
    display: inline-block;
    position: absolute;
    top: -15px; left: 0;
    transform-origin: 0 0;
    transform: scale(0.6);
    padding: 20px 0;
    background: #0b0b0b;
}
.project-segment .article-wrap.has-symbolic .title {
    font-size: 1.75rem;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    margin: 10px 0 25px;
    color: #a0a0a0;
}
.project-segment .article-wrap.has-symbolic .text-glitch > h2,
.project-segment .article-wrap.has-symbolic .text-glitch > h3 {
    margin-bottom: 0 !important;
}
.project-segment .article-wrap.has-symbolic .actions {
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.project-segment .article-wrap.has-symbolic .actions::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0; bottom: 0;
    left: -20px; right: -20px;
    background: #0b0b0b;
}
.project-segment .article-wrap.has-symbolic .actions .button {
    position: relative;
    z-index: 25;
}
.project-segment .article-wrap.has-symbolic .actions .button.active > span {
    background-color: #fff !important;
}
.project-segment .article-wrap.has-symbolic::before {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 25px;
    left: 40px;
    height: 2px;
    width: 90%;
    background-color: #484848;
}
.project-segment:not(.last.active):not(.last.active-pre) .article-wrap.has-symbolic::before {
    background: linear-gradient(90deg, rgba(72,72,72,1) 0%, rgba(72,72,72,1) 70%, rgba(11,11,11,1) 100%);
}
.project-segment.last .article-wrap.has-symbolic::before {
    bottom: -68px;
}
.project-segment.last.active-pre .article-wrap.has-symbolic::before,
.project-segment.last.active .article-wrap.has-symbolic::before {
    width: 50%;
}
.project-segment.last .article-wrap.has-symbolic::after,
.project-segment.last .segment-content::before {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -68px;
    left: 38px;
    width: 2px;
    height: 100%;
    background-color: #484848;
}
.project-segment.last:not(.active) .segment-content::before {
    height: 0%;
}
.project-segment.last .segment-content::before {
    left: 50%;
    top: 26px;
    bottom: auto;
    margin-left: 38px;
    background: linear-gradient(180deg, rgba(72,72,72,1) 0%, rgba(72,72,72,1) 70%, rgba(11,11,11,1) 100%);
}

.project-segment .segment-content {
    display: block;
    position: relative;
    overflow: hidden;
}
.project-segment .segment-content .container {
    padding-left: 148px;
}
.project-segment:not(.last) .segment-content > *:first-child {
    margin-top: 25px;
}
.project-segment.last .segment-content > *:first-child {
    margin-top: 80px;
}
.project-segment:not(.active) .segment-content {
    display: none;
}

body.ready .project-segment .article-wrap::before,
body.ready .project-segment .article-wrap::after {
    transition: width 0.25s;
}
body.ready .project-segment .segment-content::before,
body.ready .project-segments > .project-segment {
    transition: 0.25s;
}




/* Project Segment Content */
.project-segment .banner-wrapper {
    height: 450px;
    margin-bottom: 80px;
}
.project-segment .article-wrap.primary .article {
    max-width: 100%;
    width: 695px;
}
.project-segment .article-wrap.primary .article-segment {
    display: block;
    position: relative;
    padding: 40px 45px 40px;
    background-color: #191919;
}
.project-segment .article-wrap.primary .article-image {
    display: block;
    position: relative;
    height: 100%;
}
.project-segment .article-wrap.primary .article-image > .image-style {
    position: absolute;
    /*top: -10px;*/
    left: -10px;
    right: -10px;
    bottom: 0;
    z-index: 234;
}
.project-segment .article-wrap.primary .article-image .image-style > .image-wrap {
    border: 24px solid #0b0b0b;
    border-bottom: 0;
}
.project-segment .photos-wrap > .row {
    margin: 0 -10px;
}
.project-segment .photos-wrap > .row > div {
    padding: 0 10px;
}
.project-segment .photos-wrap .row-featured {
    margin-top: -35px;
}
.project-segment .photos-wrap .row-featured .article b,
.project-segment .photos-wrap .row-featured .article strong {
    color: #d04b9a;
}
.project-segment .photos-wrap .image-style > .image-wrap {
    border: 4px solid #0b0b0b;
}
.project-segment .photos-wrap .image-style.is-video > .image-wrap {
    border: 24px solid #191919;
}
.project-segment .photos-wrap .image-style.is-video > .label {
    color: #f5c520;
    bottom: -5px;
}
.project-segment .photos-wrap .image-style.is-video > .label > span {
    font-size: 1.5rem;
}
.project-segment .photos-wrap .image-style.is-video {
    margin-bottom: 90px;
}
.project-segment .photos-wrap .image-style.is-video::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: -60px;
    background: #191919;
}









/* Main Theme Responsive */
@media all and (max-width: 1400px) {





    /* About */
    .about-wrapper .about-profile {
        padding: 0;
    }
    .about-wrapper .about-profile .image-style {
        position: relative;
        height: 325px;
        margin-top: -35px;
    }
    .about-wrapper .about-profile .article-wrap {
        width: 450px;
    }
    .about-wrapper .slider-wrap.outer-arrow .slick-arrow.slick-next { right: -50px; }
    .about-wrapper .slider-wrap.outer-arrow .slick-arrow.slick-prev { left: -50px; }








}

@media all and (max-width: 1200px) {
    h1 { font-size: 34px; }
    h2 { font-size: 32px; }





    /* Counter */
    .counter-wrap .counter-item .title {
        width: 300px;
        margin: 0 auto 10px;
    }
    .counter-wrap .counter-item .image-wrap {
        margin-bottom: 20px;
    }




    /* About Page */
    .about-wrapper .about-profiles {
        margin-top: 0;
    }
    .about-wrapper .about-profile .article-wrap {
        width: 400px;
    }
    .about-wrapper .about-profile .image-style {
        margin-top: -10px;
        width: 350px;
    }
    .about-wrapper .slider-wrap.outer-arrow .slick-arrow.slick-next { right: 20px; }
    .about-wrapper .slider-wrap.outer-arrow .slick-arrow.slick-prev { left: 20px; }
    .about-wrapper .slider-wrap.outer-arrow .slick-arrow {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: -25px;
        top: auto;
        z-index: 75;
    }



    /* Projects */
    .project-segment .photos-wrap .image-style .image-wrap {
        height: 200px;
    }




}

@media all and (max-width: 992px) {





    /* Cards */
    .card-wrap.card-even .card-item {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 325px;
    }



    /* Video Wrapper */
    .video-wrapper .video-container {
        padding: 180px 0 115px;
    }
    .video-wrapper .symbolic-wrap .symbolic {
        transform: scale(0.75);
        margin: 0 -5px -10px;
    }




    /* Develop */
    .develop-wrapper-bottom .develop-wrap {
        padding-left: 0;
        padding-right: 0;
    }




    /* Text Glitch Effect */
    .text-glitch.static-mobile > [title] {
        white-space: normal !important;
    }
    .text-glitch.static-mobile > [title]::before {
        display: none;
    }
    .text-glitch.static-mobile > [title]::after {
        display: none;
    }
    .text-glitch:not(.static).static-mobile > [title] {
        line-height: 1.25em;
    }




    /* About Page */
    .about-wrapper .about-wrap > .about-content.top {
        padding-top: 75px;
    }
    .about-wrapper .about-wrap > .about-content.top .image-style {
        margin-top: 35px;
    }
    .about-wrapper .about-wrap > .about-content.bottom {
        padding-bottom: 75px;
    }
    .about-wrapper .about-profile .article-wrap {
        width: 55%;
    }
    .about-wrapper .about-profile .image-style {
        position: absolute;
        width: 45%;
        height: auto;
        margin-top: 0;
    }
    .about-wrapper .about-profiles > .row > div:nth-child(odd) .article-wrap::before {
        right: 0;
    }
    .about-wrapper .about-profiles > .row > div:nth-child(even) .article-wrap::before {
        left: 0;
    }
    .about-wrapper .about-profiles > .row > div:not(:last-child) {
        padding-bottom: 35px;
    }




    /* Develop */
    .develop-wrap.secondary .article-wrap .image-wrap {
        height: 180px;
    }
    .develop-wrap.primary .article-wrap .image-wrap {
        width: 380px;
        right: -55px;
        bottom: -90px;
    }




    /* Projects */
    .project-segment .article-wrap.primary .article-image > .image-style {
        position: static;
        left: auto;
        right: auto;
    }
    .project-segment .article-wrap.primary .article-image .image-style > .image-wrap {
        border: none !important;
        margin-top: 30px;
    }
    .project-segment .photos-wrap .row-featured {
        margin-top: 20px;
    }
    .project-segment .article-wrap.bottom {
        margin-bottom: 40px;
    }







}

@media all and (max-width: 768px) {

    body { font-size: 1.05rem; }
    h1 { font-size: 2rem; }
    h2 { font-size: 1.75rem; }
    h3 { font-size: 1.4rem; }





    /* Articles */
    .article-wrap.top {
        margin-top: 30px;
    }
    .article-wrap.bottom {
        margin-bottom: 30px;
    }
    .article.bottom {
        margin-bottom: 25px;
    }




    /* Glitch Text Sizes */
    .text-glitch.text > * {
        font-size: 1.5rem;
    }
    .text-glitch.text.text-raleway > * {
        font-size: 1.75rem;
    }

    .text-glitch.h3 > span,
    .text-glitch.h3 > h1,
    .text-glitch.h3 > h2,
    .text-glitch.h3 > h3 {
        font-size: 2.5rem;
    }
    .text-glitch.h3.text-raleway > span,
    .text-glitch.h3.text-raleway > h1,
    .text-glitch.h3.text-raleway > h2,
    .text-glitch.h3.text-raleway > h3 {
        font-size: 3rem;
    }

    .text-glitch.h2 > span,
    .text-glitch.h2 > h1,
    .text-glitch.h2 > h2,
    .text-glitch.h2 > h3 {
        font-size: 3.35rem;
    }
    .text-glitch.h2.text-raleway > span,
    .text-glitch.h2.text-raleway > h1,
    .text-glitch.h2.text-raleway > h2,
    .text-glitch.h2.text-raleway > h3 {
        font-size: 3.75rem;
    }

    .text-glitch.h1 > span,
    .text-glitch.h1 > h1,
    .text-glitch.h1 > h2,
    .text-glitch.h1 > h3 {
        font-size: 5.85rem;
    }
    .text-glitch.h1.text-raleway > span,
    .text-glitch.h1.text-raleway > h1,
    .text-glitch.h1.text-raleway > h2,
    .text-glitch.h1.text-raleway > h3 {
        font-size: 6.25rem;
    }





    /* Header Logo */
    body.menu-open .header-wrapper .header-logo,
    body:not(.scrolled) .header-wrapper .header-logo {
        top: 14px;
        left: 15px;
        width: 96px;
        height: 96px;
    }

    .header-wrapper .header-logo > a {
        height: 105px;
    }
    body:not(.menu-open) .header-wrapper .header-logo > a {
        height: 90px;
    }
    body.scrolled:not(.menu-open) .header-wrapper .header-logo > a {
        height: 60px;
    }





    /* Footer */
    .footer-wrapper .footer-wrap {
        padding-top: 100px;
    }
    .footer-wrapper .footer-block h2 {
        font-size: 1.6rem;
    }
    .footer-wrapper .footer-logo {
        margin-bottom: 60px;
    }
    .footer-wrapper .menu-wrap ul > li > a {
        font-size: 1.25rem;
    }





    /* Video Wrapper */
    .video-wrapper .symbolic-wrap {
        width: 400px;
    }
    .video-wrapper .symbolic-wrap .symbolic {
        transform: scale(0.5);
        margin: 0 -20px -40px;
    }
    .video-wrapper .slide-video .article-wrap .article {
        font-size: 1.35rem;
    }





    /* Projects */
    .project-wrapper:first-child .project-banner {
        height: 300px;
    }
    .project-wrapper .project-banner {
        height: 250px;
    }
    .project-wrapper .project-banner > .banner-logo {
        width: 128px;
        height: 128px;
        left: 50px;
    }





    /* Develop */
    .modal-content.large,
    .develop-wrap .article-wrap {
        padding: 40px 45px;
    }
    .develop-wrap.primary .article-wrap .slogan {
        padding: 35px 45px;
        height: 80px;
        top: -80px;
    }
    .develop-wrap.primary .article-wrap .image-wrap {
        width: 325px;
    }
    .develop-wrap.secondary .article-wrap .image-wrap {
        margin-top: -5px;
        margin-bottom: -35px;
    }





    /* About */
    .about-wrapper .about-wrap > .about-content.top {
        padding-top: 65px;
    }
    .about-wrapper .about-wrap > .about-content {
        padding: 35px 45px;
    }
    .about-wrapper .about-slider .slide-about .about-team {
        width: 280px;
        max-width: 100%;
        margin: 0 auto;
    }
    .about-wrapper .about-profiles {
        margin-bottom: 0;
        margin-top: 35px;
    }
    .about-wrapper .about-profiles > .row > div {
        padding: 0 0px;
    }
    .about-wrapper .about-profile .article-wrap {
        padding: 30px 30px 30px;
    }




    /* About page */
    .about-wrapper .about-slider .slide[data-active-index="0"] .slide-about .article-wrap {
        transform: translateX( 0px );
    }






}

@media all and (max-width: 575px) {
    body { font-size: 1.0rem; }
    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.55rem; }
    h3 { font-size: 1.25rem; }





    /* Glitch Text Sizes */
    .text-glitch.text > * {
        font-size: 1.25rem;
    }
    .text-glitch.h4 > span,
    .text-glitch.h4 > h1,
    .text-glitch.h4 > h2,
    .text-glitch.h4 > h3 {
        font-size: 1.65rem;
    }
    .text-glitch.h3 > span,
    .text-glitch.h3 > h1,
    .text-glitch.h3 > h2,
    .text-glitch.h3 > h3 {
        font-size: 1.65rem;
    }
    .text-glitch.h2 > span,
    .text-glitch.h2 > h1,
    .text-glitch.h2 > h2,
    .text-glitch.h2 > h3 {
        font-size: 1.75rem;
    }
    .text-glitch.h1 > span,
    .text-glitch.h1 > h1,
    .text-glitch.h1 > h2,
    .text-glitch.h1 > h3 {
        font-size: 1.75rem;
    }


    .wrapper.spacing {
        padding: 70px 0 70px;
    }
    .wrapper.spacings {
        padding: 80px 0 80px;
    }



    /* Slider */
    .slider-wrap.arrows-mobile.outer-arrow .slick-arrow.slick-prev {
        width: 32px;
        left: 20px;
    }
    .slider-wrap.arrows-mobile.outer-arrow .slick-arrow.slick-next {
        width: 32px;
        right: 20px;
    }
    .slider-wrap.arrows-mobile .slick-arrow {
        top: auto; bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
    .slider-wrap.arrows-mobile .slider {
        padding-bottom: 64px;
    }





     /* Video */
    .video-wrapper .video-container {
        padding: 100px 0 100px;
    }
    .video-wrapper .scroll-down {
        bottom: 96px;
    }
    .video-wrapper .scroll-down::before {
        background-size: 32px;
    }
    .video-wrapper .symbolic-wrap .symbolic {
        transform: scale(0.4);
        margin: 0 -30px -40px;
    }
    .video-wrapper .slide-video .article-wrap .article {
        font-size: 1.15rem;
    }





    /* Footer */
    .footer-wrapper .footer-wrap {
        padding-top: 75px;
    }
    .footer-wrapper .contact-wrap small {
        margin: 0 auto;
        width: 240px;
    }





    /* About */
    .about-wrapper .about-profiles {
        margin-top: 50px;
    }
    .about-wrapper .about-profiles > .row {
        margin: 0 -20px;
    }
    .about-wrapper .about-profiles > .row > div {
        padding: 0 20px;
    }
    .about-wrapper .about-wrap > .about-content {
        padding: 25px 30px;
    }
    .about-wrapper .about-profile .image-style {
        position: relative;
        width: 100%;
        height: 70vw;
    }
    .about-wrapper .about-profile .article-wrap {
        width: 100%;
    }
    .about-wrapper .about-slider .slide-about .article-wrap .name.text-glitch.text > * {
        font-size: 1.25rem;
    }
    .about-wrapper .slider-wrap.outer-arrow .slick-arrow.slick-prev {
        width: 32px;
        left: 20px;
    }
    .about-wrapper .slider-wrap.outer-arrow .slick-arrow.slick-next {
        width: 32px;
        right: 20px;
    }
    .about-wrapper .about-wrap > .about-content.top .article {
        margin-bottom: 10px;
    }




    /* Develop */
    .develop-wrapper-master {
        /* DO NOT DO THIS!!! */
        /*overflow: hidden;*/
    }
    .modal-content.large,
    .develop-wrap .article-wrap {
        padding: 20px 30px;
    }
    .develop-wrap.primary .article-wrap .slogan {
        padding: 25px 30px;
        top: -100px;
    }
    .develop-wrap.primary .article-wrap .image-wrap {
        position: relative;
        width: 256px;
        right: auto;
        bottom: auto;
        height: 200px;
        margin-bottom: -55px;
    }
    .develop-wrap.secondary .article-wrap .image-wrap {
        margin-top: -10px;
        margin-bottom: -20px;
    }
    .develop-wrapper .article-wrap.centered {
        margin-top: 25px;
    }





    /* Counters */
    .counter-wrap .counter-item {
        margin-bottom: 0;
        padding-top: 125px;
    }
    .counter-wrap .row > div:not(:first-child) .counter-item {
        margin-top: 55px;
    }
    .counter-wrap .counter-item .counter {
        margin-bottom: 15px;
    }
    .counter-wrap .counter-item .counter > span {
        font-size: 2.75rem;
    }
    .counter-wrap .counter-item .title {
        height: 64px;
    }
    .counter-wrap .counter-item .title > h2,
    .counter-wrap .counter-item .title > h3 {
        font-size: 1.65rem;
    }
    .counter-wrap .counter-item .image-wrap,
    .counter-wrap .counter-item:hover .image-wrap {
        width: 96px;
        height: 96px;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        top: 0;
    }




    /* Cards */
    .card-wrap .card-item .content.description {
        padding-top: 25px;
        font-size: 1rem;
    }
    .card-wrap .card-item .content .slogan {
        font-size: 1rem;
        margin-bottom: 5px;
    }
    .card-wrap .card-item .content h3 {
        font-size: 1.2rem;
        line-height: 1.2em;
    }




    /* Quotes */
    .quotes-wrap .quote-item .article {
        font-size: 1.55rem;
        line-height: 1.2em;
    }
    .quotes-wrap .quote-item .author {
        font-size: 1.35rem;
        line-height: 1.2em;
    }




    /* Projects */
    .project-segment {
        padding-top: 5px;
    }
    .project-segment .article-wrap.has-symbolic {
        padding-left: 48px;
    }
    .project-segment .article-wrap.has-symbolic .symbolic-icon {
        top: -5px;
        transform: scale(0.25);
    }
    .project-segment:not(.last) .container::before {
        left: 30px;
    }
    .project-segment .article-wrap.has-symbolic::before {
        left: 15px;
    }
    .project-segment.last .article-wrap.has-symbolic::after {
        left: 15px;
    }
    .project-segment.last .segment-content::before {
        margin-left: 15px;
    }
    .project-segment .article-wrap.has-symbolic .title {
        font-size: 1.25rem;
    }
    .project-segment .segment-content .container {
        padding-left: 64px;
    }
    .project-segment .segment-content .container.has-quotes {
        padding-right: 32px;
        padding-left: 32px;
    }
    .project-segment .banner-wrapper {
        margin-bottom: 35px;
        height: 200px;
        height: 55vw;
    }
    .project-segment .article-wrap.primary .article-segment {
        padding: 0px 0px 0px;
        background: none;
    }
    .project-segment .photos-wrap .image-style .image-wrap {
        height: 45vw;
    }
    .project-segment .photos-wrap .photos-item:not(.is-video) {
        margin-bottom: 15px;
    }












}

@media all and (max-width: 420px) {



}

@media all and (max-width: 370px) {





    /* Header Logo */
    .header-wrapper .hamburger-wrap {
        right: -15px;
    }
    .header-wrapper .language-switch {
        right: 70px;
    }
    body.menu-open .header-wrapper .header-logo,
    body:not(.scrolled) .header-wrapper .header-logo {
        top: 14px;
        left: 0px;
        width: 64px;
        height: 60px;
    }
    body.menu-open .header-wrapper .header-logo > a,
    body.scrolled:not(.menu-open) .header-wrapper .header-logo > a {
        height: 60px;
    }
    body.menu-open .header-wrapper .hamburger-wrap,
    body.menu-open .header-wrapper .language-switch,
    body:not(.scrolled) .header-wrapper .hamburger-wrap,
    body:not(.scrolled) .header-wrapper .language-switch {
        top: 0px;
    }
    body.menu-open .header-wrapper .header-logo > a,
    body.scrolled:not(.menu-open) .header-wrapper .header-logo > a {
        /*height: 70px;*/
    }



    body.scrolled.down .header-wrapper .header-logo {
        left: -100px;
    }





}

@media all and (min-height: 730px) and (max-width: 768px) {




}








/* Mobile Friendly -  Bootstrap Responsive */

.hidden-xl { display: none !important; }
.visible-xl { display: block !important; }
.visible-xs { display: none !important; }
.row > div > .full-height {
    display: block;
    position: relative;
    height: 100%;
}

@media all and (min-width: 1400px) {
    .container {
        max-width: 1370px;
    }
}
@media all and (max-width: 1200px) {
    .hidden-xl { display: block !important; }
    .inline.hidden-xl { display: inline-block !important; }
    .hidden-lg { display: none !important; }
    .visible-lg { display: block !important; }
    .row-xl { display: block !important; }
}

@media all and (max-width: 992px) {
    .hidden-md { display: none !important; }
    .visible-md { display: block !important; }
    .row-lg { display: block !important; }
}

@media all and (max-width: 768px) {
    .hidden-sm { display: none !important; }
    .visible-sm { display: block !important; }
    .row-md { display: block !important; }
    .xs-table-block table,
    .xs-table-block table tbody,
    .xs-table-block table thead,
    .xs-table-block table tr,
    .xs-table-block table th,
    .xs-table-block table td {
        display: block;
    }
    .xs-table-block table td:not(:first-child) {
        margin-top: 15px !important;
    }
}

@media all and (max-width: 575px) {
    .hidden-xs { display: none !important; }
    .visible-xs { display: block !important; }
    .inline.visible-xs { display: inline-block !important; }
    .container-fluid { padding: 0 15px; }
    .container { padding: 0 15px; }
    .row-sm { display: block !important; }
}



