.aspect-wrapper {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.aspect-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.aspect-21-9 {
    position: relative;
    display: block;
    padding-top: 42.86%;
}

.aspect-16-9 {
    position: relative;
    display: block;
    padding-top: 56.25%;
}

.aspect-3-2 {
    position: relative;
    display: block;
    padding-top: 66.666%;
}

.aspect-4-3 {
    position: relative;
    display: block;
    padding-top: 75%;
}

.aspect-6-5 {
    position: relative;
    display: block;
    padding-top: 83.333%;
}

.aspect-1-1 {
    position: relative;
    display: block;
    padding-top: 100%;
}

#hero,
#hero-caption,
#hero-styles {
    position: relative
}

#hero-background-layer,
#hero-bg-image,
#hero-image-wrapper {
    width: 100%;
    z-index: 0;
    position: absolute
}

#hero #hero-caption.center {
    padding: 0;
}
#hero #hero-caption .inner {
    display: block;
    position: absolute;
    left: 80px;
    right: 80px;
    bottom: 30px;
}
#hero #hero-caption.center .inner {
    top: 50%;
    left: 0!important;
    right: 0!important;
    bottom: auto!important;
    transform: translateY(-50%);
    text-align: center;
}
#hero #hero-caption.center .inner img.logo {
    width: 33vw;
    height: auto;
}
.hero-title {
    vertical-align: top
}

#hero-caption,
#hero-description,
#share {
    pointer-events: initial;
}

#hero-bg-image,
.next-project-image-bg {
    background-position: center center
}
#hero-bg-image.contain,
.next-project-image-bg.contain {
    background-size: contain;
}

.no-touch .next-ajax-link-project.auto-trigger,
.temporary-hero {
    pointer-events: none
}

.next-hero-progress,
.temporary-hero.light-content .next-hero-progress {
    background-color: rgba(255, 255, 255, .3)
}

#hero {
    width: 100%;
    height: auto;
    max-height:100%;
    z-index: 20;
}

#hero-styles {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    z-index: 2
}
#hero-caption {
	display: table;
	padding-top: 220px;
    padding-bottom: 160px;
	position: relative;
	text-align:left;
	pointer-events:initial;	
}
	
#hero.has-image #hero-caption {
    display: block;
    width: 100%;
    padding: 20px;
    position: relative;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100)!important;
    text-align: left
}
#hero.single-page #hero-styles,
#hero.single-page #hero-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
}
#hero #hero-caption.text-align-center,
#page-nav .text-align-center .inner {
    text-align: center
}
#hero.has-image #hero-image {
    display: block;
    width: 100%;
    position: relative;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100)!important;
    text-align: center
}
#hero.has-image #hero-image img {
    width: 80vw;
    max-width: 1024px;
}

#hero-image-wrapper {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100)!important;
    margin: 0 auto;
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden;
}

#hero-background-layer {
    height: 100%;
    top: 0;
}

#hero-bg-image {
    height: 100%;
    opacity: 0;
    overflow: visible
}
#hero-bg-image .swiper-slide {
    height: 100%;
    background-size: cover;
    background-position: center center
}
#hero-bg-image .swiper-slide img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 100;
    object-position: center;
    object-fit: cover
}

#main-content.portfolio-page,
#main-page-content,
#page-nav,
#project-nav,
.hero-subtitle,
.hero-text,
.hero-title,
.next-hero-title,
.next-project-image {
    overflow: hidden
}

.load-next-project #hero-bg-image,
.load-project-page #hero-bg-image,
.load-project-thumb-with-title #hero-bg-image {
    opacity: 1 !important;
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.hero-arrow {
    width: 30px;
    height: 30px;
    opacity: 0;
    position: relative;
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    padding-left: 4px;
    padding-top: 4px;
    margin-bottom: 30px;
}

#hero-description,
#share,
.hero-subtitle,
.hero-text,
.hero-title {
    position: relative
}

.hero-title {
    line-height: 1.3!important;
    display: inline-block;
    width: auto;
    color: #000;
    font-size: 3rem;
}
.hero-title span {
    display: block;
    font-size: 2rem;
    margin-bottom: .25rem;
}

.text-center .hero-subtitle,
.text-center .hero-title,
.text-center .next-hero-subtitle,
.text-center .next-hero-title {
    display: table;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.inline-title .hero-title span,
.inline-title .next-hero-title span {
    display: inline-table
}

.marquee-title .hero-title-wrapper,
.marquee-title .next-hero-title-wrapper {
    white-space: nowrap;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 1000% !important;
    width: 100vw !important;
    height: 13vw
}

.marquee-title .hero-title span,
.marquee-title .next-hero-title span {
    display: inline-block;
    padding-right: 3vw
}

#project-nav .next-hero-subtitle,
#project-nav .next-hero-title,
.light-content #hero-footer,
.light-content #page-nav,
.light-content #share,
.light-content .hero-subtitle,
.light-content .hero-text,
.light-content .hero-title,
.light-content .next-hero-subtitle,
.light-content .next-hero-title,
.light-content .page-title,
.temporary-hero.light-content .inner .caption-wrapper .subtitle span,
.temporary-hero.light-content .inner .caption-wrapper .title span,
.white-header #share {
    color: #fff
}

#hero-footer,
#page-nav,
#project-nav.change-header,
#project-nav.change-header .next-hero-subtitle,
#project-nav.change-header .next-hero-title,
#share,
.change-header .hero-title,
.change-header .next-hero-title,
.hero-text,
.light-content .white-header #share {
    color: #000
}

.hero-subtitle {
    line-height: 1.3;
    width: 100%;
    z-index: 10;
    display: block;
    margin-left: 0;
    color: #000;
    font-size: 2rem;
}

.hero-subtitle span {
    position: relative;
    display: block;
    opacity: 0;
    transform: translateY(60px);
    -webkit-transform: translateY(60px)
}

.inline-title .hero-subtitle span,
.inline-title .next-hero-subtitle span {
    display: inline-block
}

.change-header .hero-subtitle,
.change-header .next-hero-subtitle {
    color: #000 !important
}

#hero .hero-subtitle:before,
.text-align-center .hero-subtitle:before {
    left: 50%;
    margin-left: -10px
}

#hero-footer {
    position: absolute;
    width: 100%;
    padding: 30px 80px;
    top: calc(100vh - 120px);
    top: calc(calc(var(--vh, 1vh) * 100) - 120px);
    left: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 60px
}

#hero-footer.landing {
    width: auto
}

#hero-footer:after {
    content: "";
    clear: both;
    display: table
}

.hero-footer-left {
	float:left;
	opacity:0;
	cursor:pointer;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
}
.hero-footer-right {
    float: right;
    opacity: 0;
    cursor: pointer;
    transform: translateY(40px);
    -webkit-transform: translateY(40px)
}

#hero-description {
    display: table;
    width: 100%;
    height: auto;
    padding-top: 120px;
    padding-bottom: 8vw;
    margin: 0 auto;
    text-align: left
}

.hero-text {
    margin-bottom: 0;
    width: 100%;
    max-width: 880px;
    z-index: 10;
    display: block;
    margin-left: 0
}

#share {
    font-size: 18px;
    padding-top: 30px;
    margin-top: 80px;
    height: 90px
}

#share::before {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-text);
    width: 200px;
    text-align: left
}

#main,
#main-page-content,
#page-nav,
#share .parallax-wrap,
.page-nav-wrap {
    position: relative
}

.jssocials-shares {
    transform: translateX(-20px)
}

#share .parallax-wrap {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left
}

.jssocials-share-link i {
    opacity: 0
}

.jssocials-share-facebook a:before {
    content: "Fb";
    position: absolute
}

.jssocials-share-twitter a:before {
    content: "Tw";
    position: absolute
}

.jssocials-share-pinterest a:before {
    content: "Pn";
    position: absolute
}

#main {
    min-height: calc(100vh - 80px);
    min-height: calc(calc(var(--vh, 1vh) * 100) - 80px);
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

#main-content,
#main-content-bg {
    position: relative;
    opacity: 1;
    z-index: 10;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

#main-page-content {
    opacity: 1!important;
    width: 100%;
    margin: 0 auto;
    max-width: none
}
#main-page-content.first {
    opacity: 1!important;
}

#main-page-content::after {
    clear: both;
    content: " ";
    display: table
}

#main-page-content.project-page,
.hero-below-caption #main-page-content.project-page {
    margin-bottom: calc(100vh - 120px)
}

#main-content.portfolio-page #main-page-content {
    overflow: visible;
    width: 100%;
    max-width: none;
    padding: 0
}

#page-nav {
    height: auto;
    width: 100%;
    margin-bottom: 0;
    opacity: 0;
}

#project-nav,
.hero-below-caption #project-nav {
    height: 100vh;
    bottom: -100vh
}

.page-nav-wrap {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

.page-nav-caption {
    display: table;
    width: 100%;
    margin: 0 auto;
    padding-top: 180px;
    padding-bottom: 60px;
    height: 100%;
    top: -20%;
    opacity: 1;
    position: relative
}

.next-hero-title,
.page-title {
    width: auto;
    font-weight: 500;
    position: relative;
    color: #000
}

.page-nav-caption.marquee-title {
    padding-top: 180px;
    padding-bottom: 60px
}

#page-nav .inner,
.temporary-hero .inner {
    vertical-align: middle;
    text-align: left
}

.page-title {
    margin: 0;
    z-index: 10;
    display: table;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.text-align-center .page-title {
    margin: 0 auto
}

.marquee-title .page-title {
    display: block
}

.marquee-title .next-hero-title-wrapper {
    margin-left: 0
}

.next-hero-title {
    line-height: 1.2;
    display: inline-block;
    vertical-align: top;
    padding: 0
}

.marquee-title .next-hero-title {
    font-size: 10vw;
    line-height: 13vw
}

.next-hero-title span {
    display: block;
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

.marquee-title .hero-title,
.marquee-title .next-hero-title {
    margin-left: 0
}

.next-hero-subtitle {
    line-height: 1.4;
    margin-bottom: 40px;
    width: 100%;
    z-index: 10;
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: 0;
    color: #000
}

.next-project-caption,
.next-project-wrap,
.temporary-hero .outer {
    margin: 0 auto;
}

#page-nav .next-hero-subtitle {
    margin-bottom: 20px
}

.next-hero-subtitle span {
    position: relative;
    display: block
}

#project-nav {
    width: 100%;
    color: #fff;
    position: absolute;
    margin-bottom: 0;
    background: #000;
}
.show-loader #project-nav {
    background: none;
}

.next-project-wrap {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 1!important;
    top: -50%;
    z-index: 10
}

.next-project-image,
.next-project-image-bg,
.next-project-image-wrapper {
    position: absolute;
    width: 100%;
    left: 0
}

.hero-below-caption .next-project-wrap {
    top: 0
}

.next-project-image-wrapper {
    height: 100vh;
    background: #000;
    top: 0;
    opacity: 1
}

.next-project-image-wrapper.temporary {
    position: fixed
}

.next-project-image {
    top: 0;
    opacity: .2;
    height: 100%;
    transform: scale(1.1)
}
.touch .next-project-image {
    transform: scale(1)!important
}

.load-project-thumb-with-title .next-project-image {
    z-index: 10
}

.next-project-image.temporary {
    top: 0 !important
}

.next-project-image.visible {
    opacity: 1 !important
}

.next-project-image-bg {
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.next-project-caption {
    display: table;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.hero-below-caption .next-project-caption,
.hero-below-caption .temporary-hero .outer {
    padding-top: 315px
}

.next-caption-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    position: relative
}

.hero-below-caption .next-caption-wrapper,
.hero-below-caption .temporary-hero .inner {
    vertical-align: top;
    text-align: left
}

#project-nav .caption-wrapper {
    position: relative;
    display: table;
    margin: 0
}

.next-caption {
    display: block;
    position: relative;
    z-index: 1
}

#project-nav .next-ajax-link-project {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0
}

.next-hero-progress {
    position: relative;
    height: 3px;
    width: 84px;
    background-size: 0 100%;
    margin-bottom: 40px
}

.next-hero-progress span {
    position: absolute;
    left: 0;
    height: 3px;
    width: 0;
    background-color: #fff
}

.change-header-color .next-hero-progress,
.temporary-hero .next-hero-progress {
    background-color: rgba(0, 0, 0, .3)
}

.change-header-color .next-hero-progress span,
.temporary-hero .next-hero-progress span {
    background-color: #000
}

.show-loader .next-hero-progress span {
    left: auto;
    right: 0
}

.temporary-hero {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.temporary-hero .outer {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
    position: relative;
    z-index: 10
}

.temporary-hero .inner .caption-wrapper,
.temporary-hero .inner .next-caption {
    position: relative
}

.temporary-hero .inner .caption-wrapper .title span {
    color: #000;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.temporary-hero .inner .caption-wrapper .subtitle span {
    position: relative;
    display: block;
    opacity: 1;
    color: #000;
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

.temporary-hero.light-content .next-hero-progress span {
    background-color: #fff
}

.temporary-hero .inner .caption-wrapper .title div:first-child span:first-child::after,
.temporary-hero .inner .caption-wrapper .title div:first-child span:first-child::before {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out .2s;
    transition: opacity .3s ease-out .2s
}

.text-align-center #contact-formular {
    margin: 30px auto 0;
    max-width: 800px
}

#contact-formular::after,
.email-box::after,
.name-box::after {
    clear: both;
    content: " ";
    display: table
}

.email-box,
.message-box,
.name-box {
    position: relative;
    display: block
}

.email-box,
.name-box {
    width: 47%;
    float: left;
    margin-bottom: 20px;
    margin-right: 6%;
    position: relative
}

.email-box {
    margin-right: 0
}

.message-box {
    float: left;
    width: 100%;
    margin-top: 60px
}

::-webkit-input-placeholder {
    font-family: "Roboto";
    color: #999;
    opacity: 1
}

::-moz-placeholder {
    font-family: "Roboto";
    color: #000;
    opacity: 1
}

:-ms-input-placeholder {
    font-family: "Roboto";
    color: #000;
    opacity: 1
}

::-ms-input-placeholder {
    font-family: "Roboto";
    color: #000;
    opacity: 1
}

::placeholder {
    font-family: "Roboto";
    color: #000;
    opacity: 1
}
.light-content ::-webkit-input-placeholder {
    color: #fff;
}

.light-content ::-moz-placeholder {
    color: #fff;
}

.light-content :-ms-input-placeholder {
    color: #fff;
}

.light-content ::-ms-input-placeholder {
    color: #fff;
}

.light-content ::placeholder {
    color: #fff;
}


.content-marquee,
.marquee-text-wrapper {
    white-space: nowrap
}

.content-carousel .swiper-slide img,
.content-looped-carousel .swiper-slide img,
.content-slider .swiper-slide img,
.hover-reveal,
.slowed-pin>.pin-spacer,
.team-looped-carousel .swiper-slide img {
    pointer-events: none
}

.accordion.bigger-acc dt span>div,
.has-mask-fill>span,
.list-hover-item>div {
    -webkit-text-fill-color: rgba(0, 0, 0, 0.1);
    -webkit-background-clip: text;
    background-image: linear-gradient(#000, #000)
}

.pinned-section {
    position: relative;
    display: table;
    width: 100%;
}

.full .pinned-section {
    max-width: 100%
}

.pinned-section .pin-spacer {
    width: 50% !important
}

.pinned-element,
.scrolling-element {
    position: relative;
    float: left;
    width: 50%;
    margin: 0;
}
.pinned-bg {
    position: relative;
    width: 100%;
}
.pinned-bg .pin-me {
    position: absolute;
    width: 100vw;
    z-index: -1
}

@media only screen and (min-width: 1280px) {
    .pinned-section.xl.pin-l .pin-spacer {
        width: 60% !important
    }
    .pinned-section.xl.pin-r .pin-spacer {
        width: 40% !important
    }
    .pinned-section.xl.pin-l .pinned-element,
    .pinned-section.xl.pin-r .scrolling-element {
        width: 60%;
    }
    .pinned-section.xl.pin-l .scrolling-element,
    .pinned-section.xl.pin-r .pinned-element {
        width: 40%;
    }
}

.content-marquee-outer,
.marquee-text-wrapper,
.title-moving-outer {
    white-space: nowrap;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 1000% !important;
    width: 100vw !important
}

.box-icon,
.has-mask {
    margin-bottom: 10px
}

.pinned-element.left,
.scrolling-element.left {
    padding-right: 60px
}

.pinned-element.right,
.scrolling-element.right {
    padding-left: 60px
}

.scrolling-element img,
.scrolling-element video {
    display: block;
    height: auto;
    width: 100%
}

.title-moving-backward,
.title-moving-forward {
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 6vw;
}

.content-marquee-inner {
    position: relative;
    float: left;
    z-index: 0
}

.content-marquee {
    animation: 15s linear infinite content-marquee;
    padding-left: 1vw;
    color: #000
}

.content-marquee:hover {
    animation-play-state: paused
}

.button-content .submit-box,
.content-slider.full-slider.light-cursor .slider-button-next::after,
.disable-cursor .content-slider.full-slider.light-cursor .slider-button-prev::after,
.disable-cursor .content-slider.full-slider.light-cursor .slider-button-next::after,
.content-slider.full-slider.light-cursor .slider-button-prev::after,
.content-carousel.light-cursor .slider-button-next::after,
.content-carousel.light-cursor .slider-button-prev::after,
.dark-content .light-section .button-border a,
.dark-section .accordion .acc-button-icon,
.dark-section .accordion dt span,
.dark-section .button-border.outline a,
.dark-section .content-marquee,
.dark-section .rolling-text,
.dark-section .list-hover-item,
.dark-section .list-hover-item span,
.disable-cursor .light-cursor .slider-button-next::after,
.disable-cursor .light-cursor .slider-button-prev::after,
.light-content .accordion .acc-button-icon,
.light-content .accordion dt span,
.light-content .box-icon,
.light-content .button-border.outline a,
.light-content .content-marquee,
.light-content .light-section .button-border a,
.light-content .marquee-text,
.light-content a.link,
.light-content .ctx a {
    color: #fff
}

.content-slider.full-slider.dark-cursor .slider-button-next::after,
.content-slider.full-slider.dark-cursor .slider-button-prev::after,
.disable-cursor .content-slider.full-slider.dark-cursor .slider-button-next::after,
.disable-cursor .content-slider.full-slider.dark-cursor .slider-button-prev::after,
.content-carousel.dark-cursor .slider-button-next::after,
.content-carousel.dark-cursor .slider-button-prev::after,
.disable-cursor .content-carousel.dark-cursor .slider-button-next::after,
.disable-cursor .content-carousel.dark-cursor .slider-button-prev::after,
.dark-content .light-section .button-border.outline a,
.dark-section .button-border a,
.disable-cursor .dark-cursor .slider-button-next::after,
.disable-cursor .dark-cursor .slider-button-prev::after,
.disable-cursor .content-slider.wpt.light-cursor .slider-button-next::after,
.disable-cursor .content-slider.wpt.light-cursor .slider-button-prev::after,
.light-content .button-border a,
.light-content .light-section .accordion .acc-button-icon,
.light-content .light-section .accordion dt span,
.light-content .light-section .box-icon,
.light-content .light-section .button-border.outline a,
.light-content .light-section .content-marquee,
.light-content .light-section .marquee-text,
.light-content .light-section a.link,
.light-content .light-section .ctx a,
.light-section .list-hover-item,
.light-section .list-hover-item span {
    color: #000
}

.content-marquee:after {
    content: attr(data-text);
    padding-left: 1vw
}

@keyframes content-marquee {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}

.marquee-text {
    list-style: none;
    position: relative;
    font-weight: 500;
    display: inline-block;
    width: auto;
    color: #000;
    padding: 0;
    margin: 0;
    overflow: hidden;
    vertical-align: top;
}
.marquee-text span {
    display: inline-block;
    padding-right: 1vw;
}
.marquee-text li {
    display: inline-block;
    padding: 0 50px;
}

.hover-reveal {
    position: fixed;
    width: 30vw;
    height: 22.5vw;
    opacity: 0
}

.hover-reveal__img,
.hover-reveal__inner {
    height: 100%;
    position: relative;
    width: 100%
}

.hover-reveal__img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block
}

.media-wrap {
    position: relative;
    width: 100%;
    height: auto;
	overflow:hidden;
}

.media-wrap::after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}
.media-wrap.large::after {
    padding-bottom: 65%;
}

.media-wrap.square::after {
    padding-bottom: 100%;
}
.media-wrap span,
.media-wrap a {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
}
.media-wrap img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    object-position: center;
    object-fit: cover;
    -webkit-transition: .3s;
    transition: .3s
}
.media-wrap.large img {
    object-position: center top;
}

.row.clients {
    margin-right: -7px;
    margin-left: -7px;
}
.row.clients>[class*=col-] {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px;
}

.square {
    aspect-ratio: 1 / 1;
    max-height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.bg-slider {
    position: absolute!important;
    top: 0;
    left: 0;
    z-index: -1!important
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-vertical>.swiper-wrapper {
    flex-direction:column
}
.swiper-horizontal {
    touch-action:pan-y
}
.swiper-vertical {
    touch-action:pan-x
}
.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}
.swiper-container .swiper-description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    padding: 40px 30px;
    z-index: 10;
    color: #fff;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%)
}
.content-slider.swiper-container .swiper-description {
    bottom: 60px;
}

.swiper-container.content-carousel,
.swiper-container.content-looped-carousel,
.swiper-container.content-middle-carousel {
    overflow: visible !important;
    cursor: grab
}

.swiper-container.content-middle-carousel {
    margin-bottom: 100px
}

.drag-cursor .swiper-container.content-carousel,
.drag-cursor .swiper-container.content-looped-carousel,
.drag-cursor .swiper-container.team-looped-carousel {
    cursor: grabbing
}

.content-carousel .swiper-slide {
    text-align: center
}
.content-carousel .swiper-slide .title {
    line-height: 1.2;
    padding: 6px 3px;
}
.content-carousel.mixed .swiper-slide {
    display: block;
    width: auto
}
.content-carousel .swiper-slide.big {
    width: 50vw;
}
@media only screen and (orientation: landscape) {
    .content-carousel.mixed .swiper-slide img {
        height: 75vh
    }
}
@media only screen and (orientation: portrait) {
    .content-carousel.mixed .swiper-slide img {
        height: 85vw
    }
}

.content-carousel .swiper-slide,
.content-slider .swiper-slide {
    padding-bottom: 60px
}
.content-carousel .swiper-slide .copy,
.content-slider .swiper-slide .copy {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    text-align: right;
    color: rgba(255,255,255,.75);
    text-shadow: 1px 1px 0 rgba(0,0,0,.5)
}

.disable-cursor .content-slider.wpt {
    padding-top: 60px
}

.audio-overlay audio,
.content-slider .swiper-slide img,
.content-slider .swiper-slide video {
    width: 100%
}

.content-slider.full-slider .slider-button-prev,
.disable-cursor .content-slider.full-slider .slider-button-prev,
.content-carousel .slider-button-prev,
.disable-cursor .content-carousel .slider-button-prev,
.disable-cursor .content-looped-carousel .slider-button-prev {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 11;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out
}

.accordion dt.accordion-active .acc-icon-wrap,
.accordion dt:hover .acc-icon-wrap,
.audio-overlay .audio-btns,
.audio-overlay .progress-bar,
.button,
.content-slider.full-slider .slider-button-next:hover,
.content-slider.full-slider .slider-button-prev:hover,
.content-carousel .slider-button-next:hover,
.content-carousel .slider-button-prev:hover,
.control .btnFS:hover,
.control .sound:hover,
.disable-cursor .content-slider.full-slider .slider-button-next:hover,
.disable-cursor .content-slider.full-slider .slider-button-prev:hover,
.disable-cursor .content-carousel .slider-button-next:hover,
.disable-cursor .content-carousel .slider-button-prev:hover,
.disable-cursor .image-link:hover::after,
.disable-cursor .slider-button-next:hover,
.disable-cursor .slider-button-prev:hover,
.entry-meta li a:hover,
.entry-meta li:hover::after,
.mfp-with-zoom.mfp-ready .mfp-container,
.hover-reveal-list li:hover .list-hover-item,
.hover-reveal-list:hover li:hover .list-hover-item>span,
.video-wrapper:hover .progress-bar,
.video-wrapper:hover .video-btns {
    opacity: 1
}

.content-slider.full-slider .slider-button-prev::after,
.disable-cursor .content-slider.full-slider .slider-button-prev::after,
.content-carousel .slider-button-prev::after,
.disable-cursor .content-carousel .slider-button-prev::after,
.disable-cursor .content-looped-carousel .slider-button-prev::after {
    font: var(--fa-font-solid);
    content: "\f104";
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff
}
.disable-cursor .light-section .content-looped-carousel .slider-button-prev::after {
    color: #000
}

.content-slider.full-slider .slider-button-next,
.disable-cursor .content-slider.full-slider .slider-button-next,
.content-carousel .slider-button-next,
.disable-cursor .content-carousel .slider-button-next,
.disable-cursor .content-looped-carousel .slider-button-next {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 11;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out
}

.content-slider.full-slider .slider-button-next::after,
.disable-cursor .content-slider.full-slider .slider-button-next::after,
.content-carousel .slider-button-next::after,
.disable-cursor .content-carousel .slider-button-next::after,
.disable-cursor .content-looped-carousel .slider-button-next::after {
    font: var(--fa-font-solid);
    content: "\f105";
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff
}
.disable-cursor .light-section .content-looped-carousel .slider-button-next::after {
    color: #000
}

@media only screen and (min-width:712px) {
    .content-slider .slide-text p {
        font-size: 24px
    }
}

.content-slider .slider-button-prev {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 50%;
    height: 100%;
    z-index: 10;
    cursor: pointer
}

.content-slider .slider-button-next {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 50%;
    height: 100%;
    z-index: 10;
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    visibility: hidden;
}

.content-carousel .swiper-pagination-bullets,
.content-looped-carousel .swiper-pagination-bullets,
.content-slider .swiper-pagination-bullets {
    display: block;
    bottom: 0 !important;
    position: absolute;
    pointer-events: initial;
    width: 100%
}

.content-slider .swiper-pagination-fraction,
.auto-slider .swiper-pagination-fraction {
    bottom: auto;
    left: auto;
    top: 20px;
    right: 20px;
    width: auto;
    font-size: .625rem;
    color: #fff!important
}

.content-carousel .swiper-pagination,
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.content-looped-carousel.middle .swiper-pagination-bullets,
.control .sound.muted i:last-child {
    display: block
}

.swiper-container-horizontal.content-middle-carousel>.swiper-pagination-bullets {
    bottom: -100px;
    left: 0;
    width: 100%
}

footer .swiper-pagination {
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;
    top: 20px;
    max-width: 400px;
    pointer-events: initial
}

.showcase-footer.slider .swiper-pagination {
    position: relative;
    text-align: right;
    max-width: none;
    pointer-events: none
}

.content-carousel .swiper-pagination .parallax-wrap,
.content-looped-carousel .swiper-pagination .parallax-wrap,
.content-slider .swiper-pagination .parallax-wrap,
.hover-reveal-list li {
    pointer-events: initial
}

.swiper-pagination .parallax-wrap {
    width: 40px;
    height: 40px;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    pointer-events: initial
}

.swiper-pagination .parallax-element {
    height: 40px;
    width: 40px;
    color: #000;
    text-align: center;
    line-height: 50px
}

.swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    background: 0 0 !important
}

.light-content .light-section a.link::before,
.light-content .light-section .ctx a::before,
.light-content .light-section span.has-hover-image::before,
.swiper-pagination-bullet {
    background: #000
}

.swiper-pagination-bullet-active .path {
    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation: 3s ease-in dash;
    animation-iteration-count: unset
}

.light-content .light-section .swiper-pagination-bullet .path,
.light-content.light-content-slider .swiper-pagination-bullet .path,
.swiper-pagination-bullet .path {
    stroke: #000
}

.light-content .dark-section .dark-cursor .swiper-pagination-bullet .solid-fill,
.light-content .light-section .swiper-pagination-bullet .solid-fill,
.light-content.light-content-slider .swiper-pagination-bullet .solid-fill,
.swiper-pagination-bullet .solid-fill {
    fill: #000
}

.dark-section .swiper-pagination-bullet .path,
.light-content .swiper-pagination-bullet .path,
.light-content-slider .swiper-pagination-bullet .path {
    stroke: #fff
}

.dark-section .swiper-pagination-bullet .solid-fill,
.light-content .swiper-pagination-bullet .solid-fill,
.light-content-slider .swiper-pagination-bullet .solid-fill {
    fill: #fff
}

.light-cursor .swiper-pagination-bullet .path {
    stroke: #fff !important
}

.dark-cursor .swiper-pagination-bullet .path {
    stroke: #000 !important
}

.light-cursor .swiper-pagination-bullet .solid-fill {
    fill: #fff !important
}

.dark-cursor .swiper-pagination-bullet .solid-fill {
    fill: #000 !important
}

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

blockquote {
	color: #000;
	line-height: 1.5;
	font-size: 1.125rem;
	font-weight: 500;
    font-style: italic;
	padding-left: 2rem;
	margin: 0 0 1.5625rem;
	position:relative;
}
	
.light-content blockquote, .dark-section blockquote {
	color: #fff;
}
	
.light-content .light-section blockquote {
	color: #000;
}
	
blockquote::before {
	content: "\201C";
    font-family: sans-serif, serif;
	position: absolute;
	left: 0;
	top: 3px;
	line-height: 1;
	font-size: 3rem;
	font-weight: 400;
}
	
blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
	
.light-content blockquote cite, .light-content blockquote small {
	color:#fff;
}
	
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
	
blockquote strong,
blockquote b {
	font-weight: 600;
}
	
.blockquote-author {
    float: right;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    position: relative;
    text-align: right
}

.blockquote-author span {
    display: block;
    font-size: .75rem;
    font-weight: 400;
    opacity: .75;
    margin-top: 8px
}

@media only screen and (min-width:712px) {
    blockquote {
		font-size: 1.25rem;
		padding-left: 2.5rem;
	}
    blockquote::before {
		font-size: 4rem;
	}
}
@media only screen and (min-width:1440px) {
    blockquote {
        font-size: 1.5rem;
        line-height: 1.5;
        padding-left: 2.75rem;
    }
    blockquote::before {
        top: 5px;
	}
    .blockquote-author {
        font-size: 1.25rem
    }
    .blockquote-author span {
        font-size: .9375rem;
    }
}


.control .sound i:last-child,
.control .sound.muted i:first-child,
.entry-categories li:last-child:after,
.gm-style-cc,
.gmnoprint a,
.gmnoprint span,
.path {
    display: none
}

.mfp-content figcaption {
    width: 100%;
    font-size: .875rem;
}
.mfp-content figcaption .mfp-title {
    text-align: left;
}
.mfp-title {
    padding-left: 0!important;
    font-size: .75rem!important
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000
    }
    to {
        stroke-dashoffset: 0
    }
}

.disable-cursor .slider-button-prev {
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    z-index: 10;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out
}

.disable-cursor .content-slider.wpt .slider-button-prev {
    top: 0;
    left: auto;
    right: 60px
}

.disable-cursor .slider-button-prev::after {
    font: var(--fa-font-solid);
    content: "\f104";
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff
}

.disable-cursor .slider-button-next {
    position: absolute;
    top: calc(50% - 30px);
    left: auto;
    right: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    z-index: 10;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out
}

.disable-cursor .content-slider.wpt .slider-button-next {
    top: 0
}

.disable-cursor .slider-button-next::after {
    font: var(--fa-font-solid);
    content: "\f105";
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff
}

.disable-cursor .image-link::after,
.disable-cursor .video-link::after {
    width: 60px;
    height: 60px;
    text-align: center;
    right: 10px;
    top: 10px;
    color: #fff;
    opacity: 0;
    position: absolute
}
.image-reveal {
    position: relative;
    overflow: hidden
}
.image-link {
    display: block;
    width: auto
}
.image-link.relative {
    position: relative;
}
.image-link .copy,
.relative .copy {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    text-align: right;
    color: rgba(255,255,255,.75);
    text-shadow: 1px 1px 0 rgba(0,0,0,.5)
}

.hero-video-wrapper,
.video-wrapper {
    width: 100%;
    overflow: hidden !important;
    min-width: 100%;
    background-size: cover;
    height: auto;
    padding: 0
}

.disable-cursor .image-link::after {
    font: var(--fa-font-solid);
    content: "\f002";
    font-size: 18px;
    line-height: 60px;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out
}

.df-lightbox-wrapper {
    background-color: transparent!important;
}
.df-lightbox-wrapper .df-container {
    background-color: rgb(223, 255, 250,.9)!important;
}
.df-lightbox-close {
    float: right;
    height: 60px!important;
    color: #fff!important;
    border-radius: 0!important;
    width: 60px!important;
    background-color: transparent!important;
    padding: 0!important
}
.df-lightbox-close:hover {
    color:#fff;
    background-color:rgba(0,0,0,0)!important;
    border-color:transparent!important
}
.df-lightbox-close::after,
.df-lightbox-close::before {
    content: ""!important;
    position: absolute;
    top: 10px!important;
    left: 30px!important;
    width: 2px!important;
    height: 40px!important;
    background-color: #000!important;
    z-index: 10!important;
    -moz-transform: rotate(45deg) translate(0)!important;
    -ms-transform: rotate(45deg) translate(0)!important;
    -webkit-transform: rotate(45deg) translate(0)!important;
    transform: rotate(45deg) translate(0)!important;
    -webkit-transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1)!important;
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1)!important;
}

.df-lightbox-close::before {
    -moz-transform: rotate(-45deg)!important;
    -ms-transform: rotate(-45deg)!important;
    -webkit-transform: rotate(-45deg)!important;
    transform: rotate(-45deg)!important
}
.no-touch .df-lightbox-close:hover::after {
    -moz-transform: rotate(90deg)!important;
    -ms-transform: rotate(90deg)!important;
    -webkit-transform: rotate(90deg)!important;
    transform: rotate(90deg)!important
}
.no-touch .df-lightbox-close:hover::before {
    -moz-transform: rotate(-90deg)!important;
    -ms-transform: rotate(-90deg)!important;
    -webkit-transform: rotate(-90deg)!important;
    transform: rotate(-90deg)!important
}
.df-container > .df-ui-next, 
.df-container > .df-ui-prev {
    opacity: 1!important;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .93
}

.mfp-arrow::before {
    display: none!important;
}

.mfp-arrow-left::after,
.mfp-arrow-right:after {
    width: 30px!important;
    height: 30px!important;
    border-top: 2px solid rgba(255,255,255,.8)!important
}
.mfp-arrow-left::after {
    border-left: 2px solid rgba(255,255,255,.8)!important;
    margin-left: 8px!important;
}
.mfp-arrow-right::after {
    border-right: 2px solid rgba(255,255,255,.8)!important;
    margin-left: 40px!important;
}

#mfp-close-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
#mfp-close-wrap .mfp-wrap-inner {
    position: relative;
    width: 100%;
}
#mfp-close,
.fb3d-modal .cmd-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
#mfp-close::after,
#mfp-close::before,
.fb3d-modal .cmd-close::after,
.fb3d-modal .cmd-close::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 30px;
    width: 2px;
    height: 40px;
    background-color: rgba(255,255,255,.8);
    z-index: 10;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
}

#mfp-close::before,
.fb3d-modal .cmd-close::before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.no-touch #mfp-close:hover::after,
.no-touch .fb3d-modal .cmd-close:hover::after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.no-touch #mfp-close:hover::before,
.no-touch .fb3d-modal .cmd-close:hover::before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hero-video-wrapper {
    position: fixed;
    min-height: 100%;
    opacity: 1
}

.hover-reveal__img .hero-video-wrapper,
.item .hero-video-wrapper,
.swiper-slide .hero-video-wrapper,
.vp-img-mask .hero-video-wrapper {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    background-size: cover;
    padding: 0;
    overflow: hidden !important;
    opacity: 1;
    top: 0;
    z-index: 120;
    pointer-events: none
}

.hero-video-wrapper video.bgvid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.video-wrapper {
    position: relative;
    max-height: 100vh;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.vid-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.vid-wrapper img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 5;
}
.vid-wrapper .vid {
    position: absolute;
    top: 5%;
    left: 12%;
    width: 76%;
    height: auto;
    z-index: 1;
}

.media-wrap .video-wrapper,
.video-cover {
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0
}

.media-wrap .video-wrapper {
    max-height: none;
    background-color: #000
}

.audio-overlay .control,
.video-wrapper:hover .control {
    background-color: rgba(0, 0, 0, .2)
}

.video-cover {
    z-index: 100;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: opacity .3s ease-out 50ms, height ease-out;
    transition: opacity .3s ease-out 50ms, height ease-out
}

.image-video {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 auto;
}
.s-video-play,
.image-video-btn {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	width: 80px;
	height: 80px;
	border: 2px solid #fff;
	border-radius: 50%;
    opacity: 1;
    z-index: 5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}
.s-video:hover .s-video-play {
    opacity: 0;
}
.s-video-play i,
.image-video-btn i {
	color:#fff;
	width:76px;
	height:80px;
	line-height:78px;
	text-align:center;
	font-size:14px;
	display:block;
}
@media only screen and (min-width:1280px) {
    .image-video-btn {
        width: 100px;
        height: 100px;
    }
    .image-video-btn i {
        width:96px;
        height:100px;
        line-height:98px;
        font-size: 24px;
    }
}

.video-cover.hidden {
    opacity: 0;
    height: calc(100% - 50px);
    -webkit-transition: opacity .3s ease-out, height 0s ease-out .3s;
    transition: opacity .3s ease-out, height 0s ease-out .3s
}

.control .btnFS,
.control .sound {
    text-align: center;
    line-height: 50px;
    opacity: .4;
    color: #fff;
    float: left;
    cursor: pointer
}

.control,
.control .sound {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    height: 50px
}

video.bgvid {
    background-size: cover;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    width: 100%;
    z-index: -100
}

.panels,
.video-wrapper video.bgvid {
    position: relative
}

.control,
.progress-bar {
    position: absolute;
}

.media-wrap .video-wrapper video.bgvid {
    background-size: cover;
    height: auto;
    max-height: 100%;
    min-height: 0;
    width: auto;
    max-width: 100%;
    min-width: 0;
    position: relative;
    z-index: -100
}

.full:not(.slider) .video-wrapper video.bgvid {
    position: relative;
    margin-top: 50vh;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.control {
    bottom: 0;
    color: #ccc;
    display: none;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    transition: .2s ease-in-out
}
.touch .control {
    display: none!important;
}

.audio-overlay .control {
    display: block
}

.full:not(.slider) .control {
    bottom: 10px;
    width: calc(100% - 160px)
}

.btmControl {
    clear: both
}

.control .sound {
    width: 30px;
    transition: .2s ease-in-out
}

.control .sound i {
    line-height: 50px
}

.control .btnFS {
    width: 50px;
    height: 50px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.progress-bar {
    background: rgba(255, 255, 255, .5);
    float: left;
    height: auto;
    width: calc(100% - 123px);
    cursor: pointer;
    bottom: 23px;
    left: 23px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.progress {
    height: 6px;
    max-width: 100%;
    position: relative;
    width: 100%
}

.progress span {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block
}

.timeBar {
    z-index: 10;
    width: 0;
    background: #00f
}

.bufferBar {
    z-index: 5;
    width: 0;
    background: rgba(255, 255, 255, .2)
}

.audio-btns,
.video-btns {
    position: absolute;
    right: 3px;
    bottom: 0;
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.audio-btns {
    right: 23px
}

.volume {
    position: relative;
    cursor: pointer;
    width: 70px;
    height: 10px;
    float: right;
    margin-top: 10px;
    margin-right: 10px
}

.volumeBar {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.button-border span,
.button-box {
    display: inline-block;
    text-align: center
}

.play-audio,
.play-video {
    cursor: pointer
}

.audio-overlay {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 90;
    text-align: center;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: -webkit-transform .5s ease-in-out .3s;
    transition: transform .5s ease-in-out .3s
}

@supports ((-webkit-backdrop-filter:blur(20px)) or (backdrop-filter:blur(20px))) {
    .audio-overlay {
        background-color: rgba(255, 255, 255, .2);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px)
    }
}

.audio-active .audio-overlay,
.video-overlay.video-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out
}

.video-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: -webkit-transform .5s ease-in-out .3s;
    transition: transform .5s ease-in-out .3s
}

.video-overlay .video-holder {
    position: absolute;
    overflow: hidden;
    background-color: #000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
}

.video-overlay.video-active .video-holder {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in .7s;
    transition: opacity .3s ease-in .7s
}

.video-overlay .video-holder .fullscreen-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 100vw;
    height: auto;
    max-height: 90vh
}

#video-close {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    z-index: 50;
    cursor: pointer;
    background: rgba(0, 0, 0, .15)
}

.video-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px
}

.video-close::after,
.video-close::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 30px;
    width: 2px;
    height: 50px;
    background-color: #fff;
    z-index: 10;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s cubic-bezier(.16, .01, .77, 1);
    transition: .3s cubic-bezier(.16, .01, .77, 1)
}

.video-close::before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.video-close:hover::after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.video-close:hover::before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.podigee-podcast-player {
    width: 100%
}

.zoom-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    z-index: 20
}
.zoom-button-wrapper .zoom-button {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: rgba(68, 78, 85, .4);
    background-image: url(../images/maximize_icon_white.png);
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1)
}
.no-touch .zoom-button-wrapper .zoom-button:hover {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

.button-border span,
.button-box {
    display: inline-block;
    text-align: center
}

.button-box {
    line-height: 1;
    cursor: pointer;
    border: none;
    position: relative
}

.text-align-center .button-box {
    margin-left: 10px;
    margin-right: 10px
}

.circle.bigger {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    min-width: 100px;
    height: 100px
}

.text-align-center .circle {
    margin: 0 auto
}

.tnp-submit {
    height: 50px!important;
    width: auto;
    min-width: 250px;
    border: 2px solid #000;
    border-radius: 30px;
    background-color: transparent!important;;
    cursor: pointer;
    line-height: 45px;
    overflow: hidden;
    color: #000!important;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.no-touch .tnp-submit:hover {
    background-color: #bf0733!important;
    color: #fff!important;
    border-color: #bf0733!important;
}

.button-border {
    height: 50px;
    width: auto;
    border: 2px solid #000;
    background-color: #000;
    cursor: pointer;
    line-height: 45px;
    overflow: hidden;
    color: #000;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.dark-section .button-border,
.light-content .button-border {
    border: 2px solid #fff;
    background-color: #fff
}

.light-content .light-section .button-border {
    border: 2px solid #000;
    background-color: #000
}

.button-border.rounded {
    border-radius: 30px
}

.button-border.outline,
.light-content .light-section .button-border.outline {
    border: 2px solid #000;
    background-color: transparent
}

.button-border.outline {
    color: #000
}
.button-border.outline input[type=submit] {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 100%
}

.dark-section .button-border.outline,
.light-content .button-border.outline {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent
}

.button-border.outline.light {
    border: 2px solid #fff!important;
    color: #fff!important;
    background-color: transparent
}
.button-border.outline.light a {
    color: #fff!important
}

.circle .button-border {
    border-radius: 100px;
    height: 100px;
    width: 100px;
    overflow: visible
}

.button-border span {
    position: relative;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    width: auto;
    transform-origin: 100% 0%;
    padding: 0 30px
}

.circle .button-border span {
    padding: 0;
    transform-origin: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 130px;
}


.button-border.button-wrap.left span,
.bw-gallery.random-sizes li:first-child,
.fw-gallery.random-sizes li:first-child {
    padding-left: 0
}

.button-border.button-wrap.right span,
.bw-gallery.random-sizes li:last-child,
.fw-gallery.random-sizes li:last-child {
    padding-right: 0
}

.button-border span::before {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    content: attr(data-hover);
    text-align: center
}

.button-border.button-wrap.right span::before {
    left: 30px
}

.circle .button-border span::before {
    display: none;
}

a:hover .button-border span,
.button:hover .button-border span,
.entry-meta li:hover a span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transform-origin: 0% 0%
}

.circle:hover .button-border {
    border: 3px solid #000
}

.circle .button-border a,
.circle .button-border input {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 97px;
    padding: 0;
    font-size: 12px;
    cursor: pointer
}

.link_wrap {
    position: relative;
    display: inline-block;
    color: #000;
    line-height: 1;
}
.link_wrap .link_text {
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
    color: #000;
    text-decoration: none;
}
.link_wrap.wb .link_text {
    padding: 12px 30px 12px 70px;
    border: 1px solid #000;
}
.link_wrap .link_text > .text {
    display: block;
    animation: ctaArrowTextStart .45s cubic-bezier(.23,.46,.4,1) forwards;
}
.no-touch .link_wrap:hover .link_text > .text,
.no-touch a:hover .link_wrap .link_text > .text {
    animation: ctaArrowTextEnd .45s cubic-bezier(.23, .46, .4, 1) forwards
}
.link_wrap .link_text svg {
    position: absolute;
    left: 25px;
    top: 50%;
    width: 6px;
    stroke: #000;
    overflow: hidden;
    animation: ctaArrowSVGStart .45s cubic-bezier(.23,.46,.4,1) forwards;
}
.link_wrap.wb .link_text svg {
    left: 55px;
}
.no-touch .link_wrap:hover .link_text svg,
.no-touch a:hover .link_wrap .link_text svg {
    animation: ctaArrowSVGEnd .45s cubic-bezier(.23, .46, .4, 1) forwards
}
.link_wrap .link_text svg polyline {
    stroke: #000;
    stroke-dashoffset: 140px;
    stroke-dasharray: 140px;
    animation:ctaArrowEnd .45s cubic-bezier(.23,.46,.4,1) forwards
}
.no-touch .link_wrap:hover .link_text svg polyline,
.no-touch a:hover .link_wrap .link_text svg polyline {
    animation: ctaArrowStart .45s ease .25s forwards
}
.link_wrap.fuar .link_text svg polyline {
    animation: none;
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
}
.no-touch .link_wrap.fuar:hover .link_text svg polyline,
.no-touch a:hover .link_wrap.fuar .link_text svg polyline {
    animation: ctaArrowStart2 .8s ease forwards
}
.link_wrap .link_text .line {
    height: 1px;
    width: 25px;
    position: absolute;
    content: '';
    left: 0;
    display: block;
    top: 50%;
    transform-origin: left;
    background-color: #000;
    transform: translateY(calc(-50% + .5px)) translateZ(0);
    animation: ctaArrowLineStart .45s cubic-bezier(.23,.46,.4,1) forwards;
}
.link_wrap.wb .link_text .line {
    left: 30px;
}
.no-touch .link_wrap:hover .link_text .line,
.no-touch a.arcticle-content:hover .link_wrap .link_text .line {
    animation: ctaArrowLineEnd .45s cubic-bezier(.23, .46, .4, 1) forwards
}
.link_wrap.dark,
.link_wrap.dark .link_text {
    color: #000;
}
.link_wrap.wb.dark .link_text {
    border-color: #000!important;
}
.link_wrap.dark .link_text svg,
.link_wrap.dark .link_text svg polyline {
    stroke: #000;
}
.link_wrap.dark .link_text .line {
    background-color: #000;
}
.link_wrap.white,
.link_wrap.white .link_text {
    color: #fff;
}
.link_wrap.wb.white .link_text {
    border-color: #fff!important;
}
.link_wrap.white .link_text svg,
.link_wrap.white .link_text svg polyline {
    stroke: #fff;
}
.link_wrap.white .link_text .line {
    background-color: #fff;
}


@keyframes ctaArrowTextStart {
    0% {
        transform:translateX(6px) translateZ(0)
    }
    100% {
        transform:translateX(0) translateZ(0)
    }
}
@keyframes ctaArrowTextEnd {
    0% {
        transform:translateX(0) translateZ(0)
    }
    100% {
        transform:translateX(6px) translateZ(0)
    }
}
@keyframes ctaArrowSVGStart {
    0% {
        transform:translateY(calc(-50% + .5px)) translateX(0) translateZ(0)
    }
    100% {
        transform:translateY(calc(-50% + .5px)) translateX(-3px) translateZ(0)
    }
}
@keyframes ctaArrowSVGEnd {
    0% {
        transform:translateY(calc(-50% + .5px)) translateX(-3px) translateZ(0)
    }
    100% {
        transform:translateY(calc(-50% + .5px)) translateX(0) translateZ(0)
    }
}
@keyframes ctaArrowLineStart {
    0% {
        transform-origin:left;
        transform:scaleX(1.2) translateY(calc(-50% + .5px)) translateZ(0)
    }
    100% {
        transform:scaleX(1) translateY(calc(-50% + .5px)) translateZ(0)
    }
}
@keyframes ctaArrowLineEnd {
    0% {
        transform-origin:right;
        transform:scaleX(1) translateY(calc(-50% + .5px)) translateZ(0)
    }
    50% {
        transform-origin:right;
        transform:scaleX(0) translateY(calc(-50% + .5px)) translateZ(0)
    }
    51% {
        transform-origin:left
    }
    100% {
        transform:scaleX(1.2) translateY(calc(-50% + .5px)) translateZ(0);
        transform-origin:left
    }
}
@keyframes ctaArrowStart {
    0% {
        stroke-dashoffset:140px;
        stroke-dasharray:140px
    }
    100% {
        stroke-dasharray:140px;
        stroke-dashoffset:10px
    }
}
@keyframes ctaArrowEnd {
    0% {
        stroke-dashoffset:10px;
        stroke-dasharray:150px 150px
    }
    40% {
        opacity:1
    }
    100% {
        opacity:0;
        stroke-dashoffset:-53px;
        stroke-dasharray:1px 150px
    }
}
@keyframes ctaArrowStart2 {
    0% {
        stroke-dashoffset:0;
        stroke-dasharray:0
    }
    50% {
        stroke-dashoffset:140px;
        stroke-dasharray:140px
    }
    100% {
        stroke-dasharray:140px;
        stroke-dashoffset:10px
    }
}

.has-animation {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.has-animation.image-reveal::after {
    content: "";
    position: absolute;
    left: -15%;
    top: -1%;
    width: 130%;
    height: 102%;
    background-color: #fff;
    z-index: 2;
    transform: skew(-10deg);
    will-change: transform;
    transition: transform 2s cubic-bezier(.7, 0, .3, 1)
}

.has-animation.image-reveal img {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    transform: scale(1.2);
    will-change: transform;
    transition: 2s ease
}

.has-animation.image-reveal.animated img {
    transform: scale(1)
}

.has-animation.image-reveal.animated:after {
    transform: skew(-10deg) translate3d(115%, 0, 0)
}

.has-animation.image_clip_right {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
}
.has-animation.image_clip_left {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
}
.has-animation.image_clip_right.animated {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}
.has-animation.image_clip_left.animated {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
} 

.has-animation.fade-up {
    opacity: 0;
    transform: translateY(60px)
}
.has-animation.fade-up.animated {
    opacity: 1;
    transform: translateY(0)
}

.has-animation.has-scale {
    opacity: 0;
    transform: translateY(0) scale(1.05);
    transform-origin: 50% 0;
    will-change: transform
}

.has-animation.has-scale-vertical {
    opacity: 0;
    transform: translateY(0) scaleY(1.1);
    transform-origin: 50% 0;
    will-change: transform
}
.has-animation.has-scale-vertical.animated {
    opacity: 1;
    transform: translateY(0) scaleY(1);
}

.has-animation.has-cover {
    opacity: 1;
    transform: translateY(0);
    overflow: hidden
}

.has-animation.has-cover::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: .6s cubic-bezier(.54, .49, .2, 1.01);
    -o-transition: .6s cubic-bezier(.54, .49, .2, 1.01);
    transition: .6s cubic-bezier(.54, .49, .2, 1.01)
}

.has-animation.has-cover.animated::after {
    width: 0
}

.has-animation.has-cover img {
    display: block;
    margin: 0 auto;
    opacity: 1;
    transform: scale(1.05);
    -webkit-transition: .6s cubic-bezier(.54, .49, .2, 1.01);
    -o-transition: .6s cubic-bezier(.54, .49, .2, 1.01);
    transition: .6s cubic-bezier(.54, .49, .2, 1.01)
}

.has-animation.has-cover.animated img {
    opacity: 1;
    transform: scale(1)
}

.has-mask span {
    display: inline-table!important;
    overflow: hidden
}

.has-hover-image,
a.link,
.ctx a {
    display: inline-block;
    position: relative
}

.has-mask span>span {
    display: inline-table!important;
    margin: 0 !important;
    line-height: inherit;
    height: inherit;
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px)
}

h1.big-title.has-mask span,
h1.big-title.has-mask span>span,
h1.has-mask span,
h1.has-mask span>span {
    line-height: inherit;
    height: inherit;
    margin-right: 12px
}

h2.has-mask span,
h2.has-mask span>span {
    line-height: inherit;
    height: inherit;
    margin-right: 10px
}

h3.has-mask span,
h3.has-mask span>span {
    line-height: inherit;
    height: inherit;
    margin-right: 8px
}

h4.has-mask span,
h4.has-mask span>span {
    line-height: inherit;
    height: inherit;
    margin-right: 7px
}

h5.has-mask span,
h5.has-mask span>span {
    line-height: inherit;
    height: inherit;
    margin-right: 6px
}

h6.has-mask span,
h6.has-mask span>span {
    line-height: inherit;
    height: inherit;
    margin-right: 5px
}

.has-mask-fill>span {
    position: relative;
    width: auto;
    background-repeat: no-repeat;
    background-size: 0 100%
}

.dark-section .accordion.bigger-acc dt span>div,
.dark-section .has-mask-fill>span,
.dark-section .list-hover-item>div,
.light-content .accordion.bigger-acc dt span>div,
.light-content .has-mask-fill>span,
.light-content .list-hover-item>div {
    -webkit-text-fill-color: rgba(255, 255, 255, 0.1);
    background-image: linear-gradient(#fff, #fff)
}

a.link::before,
.ctx a::before,
span.has-hover-image::before {
    content: '';
    bottom: 1px;
    background: #666;
    transition: transform .2s ease-out;
    position: absolute;
    left: 0
}

.light-content .light-section .accordion.bigger-acc dt span>div,
.light-content .light-section .has-mask-fill>span,
.light-content .light-section .list-hover-item>div {
    -webkit-text-fill-color: rgba(0, 0, 0, 0.1);
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-image: linear-gradient(#000, #000)
}

.has-indent {
    text-indent: 8vw
}

.has-hover-image {
    cursor: pointer
}

span.has-hover-image::before {
    width: 100%;
    height: 2px;
    transform: scaleX(1);
    transform-origin: left
}

.dark-section a.link::before,
.dark-section .ctx a::before,
.dark-section span.has-hover-image::before,
.light-content a.link::before,
.light-content .ctx a::before,
.light-content span.has-hover-image::before {
    background: #fff
}

span.has-hover-image:hover::before {
    transform: scaleX(0);
    transform-origin: right
}

span.has-hover-image .hover-reveal {
    width: 400px;
    height: 250px
}

span.has-hover-image.vertical .hover-reveal {
    width: 300px;
    height: 400px
}

.has-opacity {
    opacity: .2
}

.number-counter {
    position: relative;
    display: table
}

.number-counter::after {
    content: attr(data-symbol);
    line-height: inherit;
    font-size: 48px;
    font-weight: 500;
    top: 0;
    position: absolute;
    left: calc(100% + 5px)
}

.ctx a::before,
a.link::before {
    width: 100%;
    height: 1px;
    transform: scaleX(1);
    transform-origin: right
}

h1 a.link::before {
    bottom: 0;
    height: 3px
}

.no-touch .ctx a:hover::before,
.no-touch a.link:hover::before {
    transform: scaleX(0);
    transform-origin: left
}

.box-icon-wrapper {
    display: table;
    position: relative;
    height: auto;
    width: 100%;
    padding: 60px;
    margin-top: 60px;
}

.box-icon {
    color: #000;
    position: relative;
    margin-top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px
}

.text-align-center .box-icon {
    margin: auto
}

.inline-boxes .box-icon {
    position: absolute
}

.box-icon i {
    position: relative;
    margin-bottom: 0;
    font-size: 36px
}

.box-icon:after,
.clients-table:after {
    content: "";
    clear: both;
    display: table
}

.box-icon-content {
    position: relative;
    width: 100%;
}

.inline-boxes .box-icon-content {
    padding-left: 45px
}

.box-icon h5 {
    margin-bottom: 5px
}

.box-wrapper {
    position: relative;
    height: auto;
    width: 100%;
    padding: 60px 20px;
    margin-top: 30px;
}
.box-wrapper .box-img {
    display: inline-block;
    max-width: 80px;
    margin-bottom: 1rem;
}
.box-wrapper .box-title {
    font-size: 1.625vw;
    line-height: 1.2;
    margin-bottom: 15px;
}
.box-wrapper p {
    line-height: 1.4;
}

.parallax-image-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    padding: 20px 0;
}

.parallax-image-content .outer {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.parallax-image-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block
}

.clients-table {
    width: 100%;
    margin: 0 0 0 2px;
    display: block
}

.clients-table li {
    display: block;
    float: left;
    width: 20%;
    min-height: 30px;
    border: 1px solid #ddd;
    text-align: center;
    margin: 0 0 -1px -1px
}

.clients-table li img {
    margin: 0 auto;
    transition: .2s;
    -webkit-transition: .2s
}

#message fieldset,
.clients-table.no-borders li {
    border: none
}

.accordion.bigger-acc dt,
.light-content .light-section accordion.bigger-acc dt {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.accordion-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.accordion {
    padding: 0;
    margin: 0;
    overflow: hidden
}

.accordion.bigger-acc,
.dark-section .accordion.bigger-acc,
.light-content .accordion.bigger-acc,
.light-content .light-section .accordion.bigger-acc {
    border-top: none;
    border-bottom: none;
    padding: 0
}

.accordion dt {
    position: relative;
    cursor: pointer;
    background: #b61e1d;
    padding: 15px;
    margin: 10px 0 0;
    -webkit-transition: .2s;
    transition: .2s;
    font-weight: 400;
    line-height: 1.3;
    z-index: 10
}

.accordion.bigger-acc dt {
    font-size: 72px;
    line-height: 88px;
    font-weight: 400;
    margin-top: 40px;
    padding-top: 40px
}

.accordion.bigger-acc dt:first-child {
    margin-top: 0;
    border-top: none
}

.accordion dt span {
    width: calc(100% - 40px);
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0;
    color: #fff!important
}

.accordion.bigger-acc dt span>div,
.list-hover-item>div {
    position: relative;
    display: table;
    float: left;
    width: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: .3s;
    -webkit-transition: .3s
}

.accordion.bigger-acc:hover dt span>div,
.hover-reveal-list:hover li .list-hover-item>div {
    transition: .15s;
    -webkit-transition: .15s;
    background-size: 0 100%
}

.accordion.bigger-acc:hover dt:hover span>div,
.hover-reveal-list:hover li:hover .list-hover-item>div {
    background-size: 100% 100%;
    transition: .3s;
    -webkit-transition: .3s
}

.accordion .accordion-content {
    margin-bottom: 0;
    color: #000;
    padding: 20px 40px 40px 15px;
    z-index: 0;
    position: relative
}

.dark-section .accordion .accordion-content,
.light-content .accordion .accordion-content {
    color: #fff
}

.light-content .light-section .accordion .accordion-content {
    color: #444
}

.acc-icon-wrap {
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
    position: absolute;
    right: 10px;
    top: 0;
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.acc-button-icon,
.acc-button-icon i {
    height: 40px;
    width: 40px;
    text-align: center
}

.accordion.bigger-acc .acc-icon-wrap {
    opacity: .2;
    top: 50px;
    right: -10px
}

.acc-button-icon {
    color: #fff;
    line-height: 30px;
    font-size: 22px
}

.accordion.bigger-acc .acc-button-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 16px;
    background: rgba(0, 0, 0, .1);
    border-radius: 50px
}

.dark-section .accordion.bigger-acc .acc-button-icon,
.light-content accordion.bigger-acc .acc-button-icon {
    background: rgba(255, 255, 255, .1)
}

.light-content .light-section accordion.bigger-acc .acc-button-icon {
    background: rgba(0, 0, 0, .1)
}

.acc-button-icon i {
    line-height: 40px;
    -webkit-transition: transform .2s;
    transition: transform .2s
}

dt.accordion-active .acc-button-icon i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.acc-button-icon svg {
  position: relative !important;
  display: inline-block;
  font-size: 2em;
  line-height: inherit;
}
.acc-button-icon svg path,
.acc-button-icon svg line {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.dark-section .acc-button-icon svg path,
.dark-section .acc-button-icon svg line {
  stroke: #fff;
}

.acc-button-icon svg {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  overflow: visible;
}

.acc-button-icon svg g {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
dt.accordion-active .acc-button-icon svg g {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.justified-gallery {
    padding: 0;
    width: calc(100% + 20px) !important;
    margin-left: -10px
}

.collage-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.collage-thumb:hover .thumb-info {
    opacity: 1;
    bottom: -5px
}

.thumb-info {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    opacity: 0;
    color: #fff !important;
    padding: 50px 20px 20px;
    font-size: 12px;
    font-weight: 500;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .55) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .55)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .55) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .55) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .55) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .55) 100%)
}

.hover-reveal-list {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    pointer-events: none
}

.team-caption h5,
.team-caption p,
.list-hover-item {
    margin-bottom: 0
}

.hover-reveal-list li {
    list-style: none;
    position: relative;
    margin: 0;
    width: 100%;
    cursor: pointer;
    padding: 40px 0;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, .1)
}

.verify-sum li,
input#verify {
    width: 34px;
    height: 34px;
    background-color: #000
}

.hover-reveal-list li:last-child {
    border-bottom: 0 solid
}

.dark-section .hover-reveal-list li,
.light-content .hover-reveal-list li {
    border-color: rgba(255, 255, 255, .2)
}

.light-content .light-section .hover-reveal-list li {
    border-color: rgba(0, 0, 0, .1)
}

.full>.hover-reveal-list li {
    padding: 40px 80px
}

.list-hover-item {
    font-size: calc(1rem + 3vw);
    line-height: calc(1rem + 4.5vw);
    font-weight: 500;
    position: relative;
    display: table;
    vertical-align: top;
    width: 100%;
    z-index: 10
}

.full>.list-hover-item {
    font-size: calc(1rem + 4.15vw);
    line-height: calc(1rem + 5.5vw)
}

.hover-reveal-list:hover li .list-hover-item,
.hover-reveal-list:hover li .list-hover-item>span {
    opacity: .3
}

.list-hover-item span {
    font-size: 18px;
    font-weight: 500;
    line-height: inherit;
    position: relative;
    color: #000;
    display: block;
    float: right;
    transition: .3s;
    -webkit-transition: .3s
}

.hover-reveal-list .hover-reveal {
    position: fixed;
    width: 300px;
    height: 400px;
    pointer-events: none;
    opacity: 0
}

.swiper-container.team-looped-carousel {
    cursor: grab
}

.team-looped-carousel .swiper-slide {
    text-align: left
}

.team-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px 30px 30px
}

.zoom-gallery,
.zoom-wrapper-gallery {
    padding: 0;
    clear: both;
    height: 100vh;
    overflow: hidden
}

.change-header .entry-categories li::after {
    background-color: #202020
}


.change-header .link-panel-title {
    color: #202020
}

.fw-gallery .wrapper-gallery {
    display: inline-flex;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    clear: both
}

.bw-gallery .wrapper-gallery {
    display: inline-flex;
    align-items: flex-start;
    margin: 0;
    padding: 0
}

.moving-gallery li {
    width: 40vw;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0;
    list-style: none
}
#footer-top .moving-gallery li {
    width: auto;
    min-width: 10vw;
    text-align: center
}

.bw-gallery.random-sizes li:first-child,
.bw-gallery.random-sizes li:nth-child(4),
.fw-gallery.random-sizes li:first-child,
.fw-gallery.random-sizes li:nth-child(4) {
    width: 25vw
}

.bw-gallery.random-sizes li:nth-child(3),
.fw-gallery.random-sizes li:nth-child(2) {
    width: 30vw
}

.bw-gallery.random-sizes li:nth-child(2),
.fw-gallery.random-sizes li:nth-child(3) {
    width: 45vw
}

.moving-gallery li img {
    height: auto;
    margin: 0
}

.zoom-gallery {
    position: relative;
    margin: 0;
    width: 100%;
    display: table
}

.zoom-wrapper-gallery {
    position: relative;
    border-right: 0px solid red;
    margin: 0;
    width: 100%;
    display: table-cell;
    vertical-align: middle
}

.zoom-wrapper-gallery li {
    display: block;
    float: left;
    margin: 0;
    list-style: none;
    z-index: 0;
    width: 20%;
    position: relative
}

.zoom-wrapper-gallery li.zoom-center {
    z-index: 1
}

.panels-container .panel:first-child img,
.zoom-wrapper-gallery li:first-child {
    margin-left: 0
}

.zoom-wrapper-gallery li:nth-child(2),
.zoom-wrapper-gallery li:nth-child(4) {
    transform: scale(.75)
}

.zoom-wrapper-gallery li .zoom-img-wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

.zoom-wrapper-gallery li .zoom-img-wrapper img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 100;
    object-position: center;
    object-fit: cover
}

.slowed-pin {
    position: relative;
    overflow: hidden
}

.slowed-text {
    position: absolute;
    padding: 8vw;
    z-index: 1;
    pointer-events: none
}

.slowed-image-left,
.slowed-image-right,
.slowed-images {
    position: relative;
    width: 100%;
    height: auto
}

.slowed-images {
    top: 0;
    overflow: hidden;
    z-index: 0
}

.slowed-image-left {
    padding: 0;
    margin: 150px 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.slowed-image-right {
    padding: 0;
    margin: 150px 0;
    display: flex;
    align-items: flex-end;
    flex-direction: column
}

.panels-container,
.panels-container>.panel {
    height: 100vh;
    overflow: hidden;
    position: relative
}

.slowed-image-left img,
.slowed-image-right img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 500px;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    filter: grayscale(30%)
}

.slowed-image-left img:hover,
.slowed-image-right img:hover {
    filter: grayscale(0%)
}

.img-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.img-wrap img {
    width: 100%;
    height: auto;
    transition: transform .9s;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.no-touch a:hover .img-wrap img,
.no-touch .img-wrap:hover a img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.panels-container {
    display: -webkit-box;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0
}

.panels-container>.panel {
    width: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column
}

.panels-container .panel img {
    width: auto;
    height: 60%;
    display: block;
    max-width: none;
    margin: 0 10px
}

.link-panel .panels-container .panel img {
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 1s cubic-bezier(.165, .84, .44, 1);
    transition: 1s cubic-bezier(.165, .84, .44, 1)
}

.link-panel .panel-content-wrapper {
    position: relative;
    width: auto;
    height: 70%;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px
}
.link-panel .panels-container .panel:first-child .panel-content-wrapper {
    margin-left: 0
}
.link-panel .panels-container .panel:last-child .panel-content-wrapper {
    margin-right: 0
}

.link-panel .panel-content {
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    padding: 60px 40px 30px;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%)
}
.content-carousel.mixed .panel-content {
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    padding: 40px 20px 30px;
    bottom: 0;
    left: 0;
    pointer-events: none;
    text-align: left;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%)
}

.link-panel .panel-content p,
.link-panel .panel-content h3,
.content-carousel.mixed .panel-content p,
.content-carousel.mixed .panel-content h3 {
    display: block;
    position: relative;
    color: #fff!important
}

.link-panel .panel-content h3 span,
.content-carousel.mixed .panel-content h3 span {
    background-image: linear-gradient(transparent calc(100% - 3px), #fff 1px);
    background-size: 0;
    background-repeat: no-repeat;
    display: inline;
    transition: .5s;
    word-wrap: anywhere
}
.link-panel .panel-content-wrapper:hover .panel-content h3 span,
.content-carousel.mixed .panel-content a:hover h3 span {
    background-size: 100%
}

.entry-meta,
.entry-meta li a {
    color: #fff !important;
    overflow: hidden
}

.link-panel .panels-container .panel .panel-image {
    width: auto;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer
}
.no-touch .link-panel .panels-container .panel a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.content-carousel.mixed .panel-image {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.content-carousel.mixed .panel-image img {
    position: relative;
}
.post-next-title span.underline {
    background-image: linear-gradient(transparent calc(100% - 3px), #000 1px);
    background-size: 0;
    background-repeat: no-repeat;
    display: inline;
    transition: .5s;
    word-wrap: anywhere
}

.dark-section .post-next-title span.underline {
    background-image: linear-gradient(transparent calc(100% - 3px), #fff 1px)
}

.entry-meta-wrap {
    position: relative;
    display: block;
    width: 100%;
    pointer-events: initial
}

.entry-meta {
    position: relative;
    display: table;
    padding: 0;
    margin: 0 0 15px;
    pointer-events: initial
}

.change-header .entry-meta,
.change-header .entry-meta li a,
.light-section .entry-meta,
.light-section .entry-meta li a {
    color: #000 !important
}

.entry-meta ul {
    position: relative;
    display: block;
    padding: 0;
    margin: 0
}

.entry-meta li {
    position: relative;
    display: inline-flex;
    line-height: 28px;
    list-style: none;
    padding: 0;
    margin: 0 40px 0 0
}

.entry-meta li a {
    display: inline-block
}

.entry-meta li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    transform-origin: 100% 0%
}

.entry-meta li a span::before {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    content: attr(data-hover)
}

.entry-categories li::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    top: 10px;
    right: -26px;
    opacity: 1;
    position: absolute;
    border-radius: 10px
}

.grid-text-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 90px 0;
    text-align: center;
}
.grid-col-text {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 4vw;
}
.grid-col-img {
    position: relative;
    width: 100%;
    height: 100%;
}
.grid-col-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.grid-col-img img.abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1;
}
.grid-text-wrapper .bg-red a {
    color: #fff!important;
}
.grid-text-title {
    line-height: 1.3!important;
    display: inline-block;
    width: auto;
    color: #fff;
    font-size: 3rem;
}
.grid-text-title span {
    display: block;
    font-size: 2.5rem;
}
.grid-img-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.grid-img-wrapper img {
    width: 100%;
    height: auto;
}
.grid-img-wrapper img.grid-logo {
    max-width: 50%;
}
.grid-img-wrapper .grid-text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 15px;
    text-align: center;
    z-index: 2;
}
.grid-img-wrapper.big .grid-text {
    top: auto;
    bottom: 10%;
    transform: translateY(0);
}
.grid-title {
    line-height: 1.3!important;
    display: inline-block;
    width: auto;
    color: #fff;
    font-size: 3rem;
}
.grid-title-2 {
    line-height: 1.3!important;
    display: inline-block;
    width: auto;
    color: #fff;
    font-size: 2rem;
}
.grid-title span {
    display: block;
    font-size: 1.5rem;
    margin-bottom: .25rem;
}

.grid-wrapper {
    display: -ms-grid;
    display: grid;
    grid-gap: 5px;
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
    grid-template-columns: 1fr 1fr 1fr
}

.grid-wrapper .client {
    width: 100%;
    height: auto;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    display: block;
    padding: 5%;
    position: relative;
    background: #fff
}
.grid-wrapper .client a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}
.grid-wrapper .client img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
}

article {
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
    z-index: 10
}

article.disable .article-content {
    opacity: .3
}

.article-wrap {
    text-align: left;
    opacity: .0001;
    z-index: 10;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transform: translateY(220px);
    -webkit-transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity 1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), opacity 1s cubic-bezier(.165, .84, .44, 1)
}

.dark-section .article-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.dark-section article:last-child .article-wrap,
.post.sticky .article-wrap,
article:last-child .article-wrap {
    border-bottom: none
}

.article-wrap.active,
.menu-minimal .article-wrap {
    opacity: 1;
    transform: translateY(0)
}

.article-content {
    padding-top: 50px;
    padding-bottom: 50px;
    width: auto;
    height: auto;
    max-width: none;
    text-align: center;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out
}

.menu-minimal .article-content {
    text-align: left;
    width: 100%;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
}

#menu article:last-child .article-content {
    padding-bottom: 0
}

@media (min-width:712px) {
    .grid-wrapper {
        -ms-grid-columns: 2fr 10px 2fr 10px 2fr 10px 2fr 10px 2fr;
        grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
        grid-gap: 10px
    }
    .grid-wrapper .client {
        padding: 10%;
    }
}

@media (min-width:992px) {
    .grid-wrapper {
        -ms-grid-columns: 2fr 20px 2fr 20px 2fr 20px 2fr 20px 2fr;
        grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
        grid-gap: 20px
    }
}

@media (min-width:1920px) {
    .box-wrapper .box-title {
        font-size: 1.625rem;
    }
}

@media only screen and (max-width:1439px) {
    #hero-caption {
		padding-top: 200px;
        padding-bottom: 140px;
	}
    #hero.has-image #hero-caption .inner {
        left: 60px;
        right: 60px;
    }
    .marquee-title .hero-title-wrapper,
    .marquee-title .next-hero-title-wrapper {
        height: 14vw
    }
    #hero-footer {
        padding: 30px 40px;
    }
    .hero-title,
    .grid-title,
    .grid-text-title {
        font-size: 2.5rem;
    }
    .grid-text-title span {
        2rem;
    }
    .hero-title span {
        font-size: 1.5rem;
    }
    .grid-title-2 {
        font-size: 1.5rem;
    }
    .grid-title span {
        font-size: 1.25rem;
    }
    .grid-col-text {
        padding: 4vw 4vw 2vw;
    }
    #main-page-content.project-page {
        margin-bottom: calc(100vh - 100px)
    }
    .page-nav-caption {
        padding-top: 160px;
        padding-bottom: 60px
    }
    .page-nav-caption.marquee-title {
        padding-top: 160px;
        padding-bottom: 60px
    }
    .marquee-title .next-hero-title {
        font-size: 11vw;
        line-height: 14vw
    }
    .button-border span {
        padding: 0 26px
    }
    .button-carousel .button-border {
        font-size: 14px
    }
    .button-carousel .swiper-slide .button-border a span {
        padding: 0 40px 0 15px
    }
    .button-border.button-wrap.right span::before {
        left: 26px
    }
    .button-carousel .swiper-slide .button-border a span::before {
        left: 15px;
    }
    .button-carousel .swiper-slide .button-border a svg {
        right: 20px;
        width: 12px;
        height: 12px;
    }
    .accordion.bigger-acc dt {
        font-size: 60px;
        line-height: 76px;
        margin-top: 30px;
        padding-top: 30px
    }
    .accordion.bigger-acc dt:first-child {
        padding-top: 30px
    }
    .accordion.bigger-acc dt span {
        text-indent: -4px
    }
    .accordion.bigger-acc .acc-icon-wrap {
        top: 25px
    }
    .accordion .accordion-content {
        padding: 20px 40px 40px 15px;
    }

    .full>.hover-reveal-list li {
        padding: 40px 60px
    }
    .hover-reveal-list .hover-reveal,
    span.has-hover-image.vertical .hover-reveal {
        width: 250px;
        height: 333px
    }
    span.has-hover-image .hover-reveal {
        width: 300px;
        height: 188px
    }
    .slowed-text {
        padding: 10vw 60px
    }
    .slowed-image-left img,
    .slowed-image-right img {
        max-height: 400px
    }
    .content-carousel .swiper-slide.big {
        width: 50vw;
    }
    .content-carousel .swiper-slide.normal {
        width: 40vw;
    }
    .content-carousel .swiper-slide.square {
        width: 22.5vw;
    }
    .touch #menu article {
        margin-bottom: 30px;
    }
    .touch .menu-minimal .article-wrap {
        opacity: 1;
        transform: translateY(0);
        border-bottom: none;
    }
    .touch #menu .has-image .hover-reveal {
        display: block;
        position: relative;
        opacity: 1;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        pointer-events: initial;
    }
    .touch .article-content {
        padding-top: 15px;
        padding-bottom: 0;
    }
    .touch .menu-minimal a.article-content .content-title {
        padding-right: 0;
        margin-bottom: .5rem;
    }
    .touch .menu-minimal a.article-content .link_wrap {
        position: relative;
        top: auto;
        right: auto;
        transform: translateY(0);
    }
    .pinned-element.left,
    .scrolling-element.left {
        padding-right: 30px
    }
    .pinned-element.right,
    .scrolling-element.right {
        padding-left: 30px
    }
}

@media only screen and (max-width:1280px) {
    .grid-text-wrapper {
        padding: 80px 0;
    }
    .box-wrapper {
        padding: 40px 20px;
    }
    .box-wrapper .box-title {
        font-size: 1.5rem;
    }
    .box-wrapper p {
        font-size: 1rem;
    }
}

@media only screen and (max-width:1024px) {
    #hero #hero-caption .inner {
        vertical-align: bottom
    }
    #hero.has-image #hero-caption .inner {
        left: 40px;
        right: 40px;
    }
    #hero #hero-caption.center .inner img.logo {
        width: 50vw;
    }
    #main-page-content.project-page {
        margin-bottom: calc(100vh - 80px)
    }
    .marquee-title .hero-title-wrapper,
    .marquee-title .next-hero-title-wrapper {
        height: 16vw
    }
    #hero-footer {
        padding: 30px 20px;
    }
    .next-project-caption,
    .temporary-hero .outer {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .next-caption-wrapper,
    .temporary-hero .inner {
        vertical-align: middle
    }
    .page-nav-caption {
        padding-top: 120px;
        padding-bottom: 60px
    }
    .page-nav-caption.marquee-title {
        padding-top: 120px;
        padding-bottom: 50px
    }
    .marquee-title .next-hero-title {
        font-size: 12vw;
        line-height: 16vw
    }
    textarea {
        margin-bottom: 30px
    }
    .full:not(.slider) .video-wrapper video.bgvid {
        position: relative;
        margin-top: 0;
        left: 0;
        transform: translateX(0) translateY(0)
    }
    .full:not(.slider) .control {
        bottom: 10px;
        width: calc(100% - 100px)
    }
    #map_canvas {
        height: 50vh
    }
    .accordion dt span {
        max-width: none
    }
    .accordion.bigger-acc dt {
        font-size: 48px;
        line-height: 64px;
        margin-top: 30px;
        padding-top: 30px
    }
    .accordion.bigger-acc dt:first-child {
        padding-top: 30px
    }
    .accordion.bigger-acc dt span {
        text-indent: -3px
    }
    .accordion.bigger-acc .acc-icon-wrap {
        top: 22px
    }
    .full>.hover-reveal-list li {
        padding: 40px
    }
    .list-hover-item {
        font-size: 36px;
        line-height: 60px
    }
    .hover-reveal-list .hover-reveal,
    span.has-hover-image.vertical .hover-reveal {
        width: 200px;
        height: 266px
    }
    span.has-hover-image .hover-reveal {
        width: 250px;
        height: 156px
    }
    .has-animation.has-cover img {
        transform: scale(1)
    }
    .clients-table li {
        width: 25%
    }
    .zoom-gallery {
        height: auto;
        padding-top: 8vw;
        padding-bottom: 20px
    }
    .zoom-wrapper-gallery {
        height: auto
    }
    .slowed-text {
        padding: 10vw 40px
    }
    .slowed-image-left img,
    .slowed-image-right img {
        max-height: 300px
    }
    .panels-container .panel img {
        height: 50%
    }
    .content-carousel .swiper-slide.big {
        width: 70vw;
    }
}

@media only screen and (max-width:991px) {
	#hero-caption {
		padding-top: 180px;
        padding-bottom: 120px;
	}
    #hero.has-image #hero-caption {
        padding-top: 140px;
    }
    #hero.has-image #hero-caption .inner {
        left: 30px;
        right: 30px;
        bottom: 18vw;
    }
    .hero-title {
        font-size: 5vw;
    }
    .hero-title span,
    .hero-subtitle {
        font-size: 3.5vw;
    }
    .hero-arrow {
        -webkit-transform: scale(.75) translateX(-4px);
        transform: scale(.75) translateX(-4px)
    }
    #main-page-content.project-page {
        margin-bottom: calc(100vh - 80px)
    }
    .marquee-title .hero-title-wrapper,
    .marquee-title .next-hero-title-wrapper {
        height: 17vw
    }
    #hero-footer {
        padding: 10px 30px;
        top: calc(100vh - 80px);
        top: calc(calc(var(--vh, 1vh) * 100) - 80px);
    }
    .hero-footer-left .button-text {
        display: none
    }
    .page-nav-caption {
        padding-top: 100px;
        padding-bottom: 50px
    }
    .page-nav-caption.marquee-title {
        padding-top: 100px;
        padding-bottom: 40px
    }
    .marquee-title .next-hero-title {
        font-size: 13vw;
        line-height: 17vw
    }
    .grid-title,
    .grid-title-2,
    .grid-text-title {
        font-size: 5.5vw;
    }
    .grid-title span,
    .grid-text-title span {
        font-size: 3.5vw;
    }
    .grid-col-text {
        padding: 60px;
    }
    .list__grid__item {
        padding-top: 40px;
    }
    .content-carousel .swiper-slide.big {
        width: 100%;
    }
    .content-carousel .swiper-slide.normal {
        width: 60vw;
    }
    .content-carousel .swiper-slide.square {
        width: 33.75vw;
    }
    .box-icon-wrapper {
        padding: 30px;
        margin-top: 30px;
    }
    .box-wrapper {
        padding: 30px 20px;
    }
    .box-wrapper .box-title {
        font-size: 1.375rem;
    }
    .grid-text-wrapper {
        padding: 60px 0;
    }
    .accordion-wrapper {
        position: relative;
        height: auto;
    }
    .accordion .accordion-content {
        padding: 20px 15px 30px 15px;
    }
    #menu article {
        margin-bottom: 30px;
    }
    .menu-minimal .article-wrap {
        opacity: 1;
        transform: translateY(0);
        border-bottom: none;
    }
    #menu .has-image .hover-reveal {
        display: block;
        position: relative;
        opacity: 1;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        pointer-events: initial;
    }
    .article-content {
        padding-top: 15px;
        padding-bottom: 0;
    }
    .menu-minimal a.article-content .content-title {
        padding-right: 0;
        margin-bottom: .5rem;
    }
    .menu-minimal a.article-content .link_wrap {
        position: relative;
        top: auto;
        right: auto;
        transform: translateY(0);
    }
    .moving-gallery li {
        padding-left: 5px;
        padding-right: 5px;
        margin: 5px 0;
    }
    .pinned-element,
    .scrolling-element {
        float: none;
        width: 100%;
        margin: 0
    }
    .pinned-section .pin-spacer {
        width: 100% !important
    }
    .pinned-element.left,
    .scrolling-element.left {
        padding-right: 0;
        margin-bottom: 3rem
    }
    .pinned-element.right,
    .scrolling-element.right {
        padding-left: 0
    }
    .scrolling-element {
        position: relative
    }
}

@media only screen and (max-width:767px) {
	.name-box, .email-box {
		width: 100%;
		margin-right: 0;
	}
    .disable-cursor .content-slider.wpt {
        padding-top: 40px
    }
    .disable-cursor .content-slider.wpt .slider-button-prev {
        right: 50px;
    }
    .content-carousel .swiper-pagination-bullets,
    .content-looped-carousel .swiper-pagination-bullets,
    .content-slider .swiper-pagination-bullets {
        bottom: 10px !important;
        margin: 0 !important
    }
    .content-carousel .swiper-pagination-bullet,
    .content-looped-carousel .swiper-pagination-bullet,
    .content-slider .swiper-pagination-bullet {
        margin: 0 !important;
        width: 30px;
        height: 30px
    }
    .content-carousel .swiper-pagination-bullet .parallax-wrap,
    .content-looped-carousel .swiper-pagination-bullet .parallax-wrap,
    .content-slider .swiper-pagination-bullet .parallax-wrap {
        width: 30px;
        height: 30px
    }
    .content-slider.full-slider .slider-button-next,
    .content-slider.full-sliderl .slider-button-prev,
    .disable-cursor .content-slider.full-slider .slider-button-next,
    .disable-cursor .content-slider.full-slider .slider-button-prev,
    .content-carousel .slider-button-next,
    .content-carousel .slider-button-prev,
    .disable-cursor .content-slider.full-slider .slider-button-next,
    .disable-cursor .content-slider.full-slider .slider-button-prev,
    .disable-cursor .content-carousel .slider-button-next,
    .disable-cursor .content-carousel .slider-button-prev,
    .disable-cursor .content-slider .slider-button-next,
    .disable-cursor .content-slider .slider-button-prev {
        width: 30px;
        height: 30px;
        bottom: 10px
    }
    .content-slider.full-slider .slider-button-next::after,
    .content-slider.full-slider .slider-button-prev::after,
    .disable-cursor .content-slider.full-slider .slider-button-next::after,
    .disable-cursor .content-slider.full-slider .slider-button-prev::after,
    .content-carousel .slider-button-next::after,
    .content-carousel .slider-button-prev::after,
    .disable-cursor .content-carousel .slider-button-next::after,
    .disable-cursor .content-carousel .slider-button-prev::after,
    .disable-cursor .content-slider .slider-button-next::after,
    .disable-cursor .content-slider .slider-button-prev::after {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
    .swiper-container .swiper-description {
        padding: 30px 20px;
        font-size: 1rem;
    }
    .video-wrapper {
        max-height: 50vh
    }
    .control {
        display: none
    }
    .email-box,
    .name-box {
        width: 100%;
        margin-right: 0
    }
    .clients-table li {
        width: 33.333333%
    }
    .empty-space,
    .empty-space.tx {
        height: 60px
    }
    .list-hover-item {
        font-size: 28px;
        line-height: 44px
    }
    .accordion.bigger-acc dt {
        font-size: 36px;
        line-height: 52px;
        margin-top: 25px;
        padding-top: 25px
    }
    .accordion.bigger-acc dt:first-child {
        padding-top: 25px
    }
    .accordion.bigger-acc dt span {
        text-indent: -2px
    }
    .accordion.bigger-acc .acc-icon-wrap {
        top: 11px
    }
    .full>.hover-reveal-list li {
        padding: 30px
    }
    .list-hover-item>div {
        float: none;
        margin-bottom: 20px
    }
    .list-hover-item span {
        float: none;
        line-height: 24px
    }
    .hover-reveal-list .hover-reveal,
    span.has-hover-image.vertical .hover-reveal {
        width: 150px;
        height: 200px
    }
    span.has-hover-image .hover-reveal {
        width: 200px;
        height: 125px
    }
    .moving-gallery li {
        width: 50vw
    }
    .zoom-gallery {
        padding-top: 10vw
    }
    .slowed-text {
        padding: 10vw 30px
    }
    .slowed-image-left img,
    .slowed-image-right img {
        max-height: 200px
    }
    #main-page-content.project-page {
        margin-bottom: calc(100vh - 70px)
    }
}

@media only screen and (max-width:479px) {
    #main {
        min-height: calc(100vh - 60px);
        min-height: calc(calc(var(--vh, 1vh) * 100) - 60px);
    }
	#hero-caption {
		padding-top: 140px;
        padding-bottom: 80px;
	}
    #hero.has-image #hero-caption {
        padding-top: 100px;
    }
    #hero.has-image #hero-caption .inner {
        left: 20px;
        right: 20px;
    }
    .marquee-title .hero-title-wrapper,
    .marquee-title .next-hero-title-wrapper {
        height: 18vw
    }
    .marquee-text li {
        padding: 0 25px;
    }
    #hero-footer {
        padding: 10px 0;
        text-align: center;
    }
    .hero-footer-right {
        float: none;
        display: inline-block;
    }
    .hero-footer-right .button-text {
        padding-right: 0!important;
    }
    .hero-footer-right .icon-wrap {
        width: 40px!important;
    }
    .hero-arrow {
        top: 10px;
    }
    .page-nav-caption {
        padding-top: 100px;
        padding-bottom: 50px
    }
    #page-nav .next-hero-subtitle {
        margin-bottom: 10px
    }
    .page-nav-caption.marquee-title {
        padding-top: 80px;
        padding-bottom: 30px
    }
    .marquee-title .next-hero-title {
        font-size: 14vw;
        line-height: 18vw
    }
    .control .btnFS,
    .control .sound,
    .control .sound i {
        line-height: 30px;
    }
    .control,
    .control .sound,
    .control .btnFS{
        height: 30px
    }
    .progress-bar {
        bottom: 13px;
    }
    .pixonauts-button {
        margin-bottom: 20px
    }
    .full>.hover-reveal-list li {
        padding: 30px 20px
    }
    .list-hover-item {
        font-size: 24px;
        line-height: 40px
    }
    .hover-reveal-list .hover-reveal,
    span.has-hover-image.vertical .hover-reveal {
        width: 100px;
        height: 133px
    }
    .list-hover-item {
        font-size: 24px;
        line-height: 36px
    }
    .accordion dt {
        padding: 15px 10px;
    }
    .accordion .accordion-content {
        padding: 20px 10px 30px 10px;
    }
    .accordion.bigger-acc dt {
        font-size: 30px;
        line-height: 46px;
        margin-top: 20px;
        padding-top: 20px
    }
    .accordion.bigger-acc dt:first-child {
        padding-top: 20px
    }
    .accordion.bigger-acc dt span {
        text-indent: -2px
    }
    .accordion.bigger-acc .acc-icon-wrap {
        top: 3px
    }
    span.has-hover-image .hover-reveal {
        width: 150px;
        height: 94px
    }
    .moving-gallery li {
        width: 60vw
    }
    .zoom-gallery {
        padding-top: 12vw
    }
    .slowed-text {
        padding: 12vw 20px
    }
    .slowed-image-left img,
    .slowed-image-right img {
        max-height: 150px
    }
    .link-panel .panel-content-wrapper {
        height: calc(100vw - 40px)
    }
    .link-panel .panels-container .panel img {
        width: auto;
        height: 100%;
        display: block;
        max-width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    .link-panel .panel-content {
        padding: 30px
    }
    .content-carousel.mixed .panel-content {
        padding: 20px 15px 10px
    }
    .content-carousel.mixed .panel-content .h5 {
        font-size: 1.25rem;
    }

    .swiper-container .swiper-description {
        padding: 20px 15px 15px;
        font-size: .875rem;
    }
    .content-carousel .swiper-slide.normal {
        width: 100%;
    }
    .content-carousel .swiper-slide.square {
        width: 56.5%
    }
    .content-carousel .swiper-pagination-bullet,
    .content-looped-carousel .swiper-pagination-bullet,
    .content-slider .swiper-pagination-bullet {
        width: 24px;
        height: 24px
    }
    .content-carousel .swiper-pagination-bullet .parallax-wrap,
    .content-looped-carousel .swiper-pagination-bullet .parallax-wrap,
    .content-slider .swiper-pagination-bullet .parallax-wrap {
        width: 24px;
        height: 24px
    }
    .button-border,
    .tnp-submit {
        height: 40px;
        line-height: 35px;
    }
    .button-border.rounded,
    .tnp-submit {
        border-radius: 20px
    }
    .image-video-btn {
        width: 60px;
        height: 60px;
    }
    .image-video-btn i {
        width:56px;
        height:60px;
        line-height:58px;
    }
    .zoom-button-wrapper {
        width: 40px;
        height: 40px;
    }
    .zoom-button-wrapper .zoom-button {
        top: 5px;
        left: 5px;
        width: 35px;
        height: 35px;
        border-radius: 35px;
    }
    .box-icon {
        width: 35px;
        height: 35px;
        line-height: 35px
    }
    .box-icon i {
        font-size: 24px
    }
    .grid-title,
    .grid-title-2,
    .grid-text-title {
        font-size: 5.5vw;
    }
    .hero-title span,
    .hero-subtitle,
    .grid-title span,
    .grid-text-title span {
        font-size: 4vw;
    }
    .grid-col-text {
        padding: 30px 15px;
    }
    .moving-gallery li {
        padding-left: 3px;
        padding-right: 3px;
        margin: 3px 0;
    }
}