@import url(https://fonts.googleapis.com/css2?family=Urbanist:wght@100;300;400;500;700&display=swap);
@font-face {
    font-family: the_historiaregular;
    src: url ('/assets/fonts/the_historia-webfont.woff2') format('woff2'), url(/assets/fonts/the_historia-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}
@font-face {
  font-family: 'Dirtbag';
  src: url('/assets/fonts/Dirtbagregular.woff2') format('woff2'),
       url('/assets/fonts/Dirtbagregular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
    --primary: #cc3535;
    --bg-main: #121212;
    --text-color: #fafafa;
    --white: #f8f8f8;
    --black: #121212
}
* {
    box-sizing: border-box
}
html, body {
    padding: 0;
    margin: 0
}
body {
    position: relative;
    background-color: var(--bg-main);
    line-height: 1.7;
    font-size: 19px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: var(--text-color);
    overflow-x: hidden
}
p {
    margin: 0 0 30px
}
a {
    color: currentColor;
    text-decoration: none;
    outline: none
}
a:hover, a:focus {
    color: currentColor
}
p a {
    color: currentColor;
    opacity: .7;
    font-style: italic;
    border-bottom: 1px solid
}
p a:hover, p a:focus {
    color: currentColor;
    opacity: .6
}
img {
    max-width: 100%;
    height: auto
}
b, strong {
    font-weight: 700;
    font-weight: 700
}
section {
    position: relative
}
button:focus {
    outline: none
}
.small, small {
    font-size: 80%
}
hr {
    width: 100%;
    height: 0;
    border: none;
    border-bottom: 1px solid rgb(144 144 144 / 30%)
}
.anim-image-parallax {
    transform: scale(1.2);
    transform-origin: 50% 100%
}
::selection {
    color: var(--text-color);
    text-shadow: none;
    background: var(--primary)
}
::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: var(--primary)
}
::-webkit-selection {
    color: #fff;
    text-shadow: none;
    background: var(--primary)
}
.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}
.no-scroll {
    overflow-y: hidden !important
}
body {
    font-family: 'Urbanist', sans-serif
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, #ball, .main-menu, .ph-caption-title-ghost, .ph-caption-subtitle, .scroll-down-circle, .made-with-love, .ol-menu-toggle-btn-text, .m-menu-toggle-btn-text, .ol-menu-list, .heading, .btn, .social-buttons, .footer-social, .ps-nav-pagination, .pc-navigation, .cc-pagination, .phc-item::before, .phc-counter, .pli-counter, .ttgr-cat-trigger-wrap, .ttgr-cat-list, .ttgr-cat-classic-nav, .portfolio-interactive-item, .copyright, .project-info-list, .pn-link, .pn-subtitle, .ph-share-ghost, .search-ghost, .pagination, .scrolling-text, #blog-list.bli-compact .bli-info::before, .blog-interactive-item::before {
    font-family: 'Urbanist', serif
}
.sub-hero-txt{
    font-family: 'Dirtbag', sans-serif;
    font-weight:600;
    letter-spacing: clamp(-0.05em, -0.07em + -0.5vw, -0.09em);    
}

#page-transition {
    display: none
}
body.transition #page-transition {
    position: relative;
    display: block;
    z-index: 99999
}
body.transition .ptr-overlay {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--bg-main);
    z-index: 1
}
body.transition .ptr-preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%)
}
body.transition .ptr-prel-content {
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: var(--primary)
}
.ptr-prel-image {
    max-height: 96px;
    opacity: .9
}
body.boxed .wrap {
    max-width: 1282px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}
body.boxed .wrap .wrap {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}
#body-inner {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 100vh
}
#content-wrap {
    position: relative;
    overflow: hidden
}
.custom-scrollbar {
    overflow-y: auto
}
.custom-scrollbar, .sliding-sidebar-inner, .sidebar {
    scrollbar-width: thin;
    scrollbar-color: var(--primary) #2a2a2a
}
select {
    scrollbar-width: thin;
    scrollbar-color: var(--primary) #2a2a2a
}
.custom-scrollbar::-webkit-scrollbar, .sliding-sidebar-inner::-webkit-scrollbar, .sidebar::-webkit-scrollbar {
    width: 8px;
    height: 8px
}
select::-webkit-scrollbar {
    width: 10px
}
.custom-scrollbar::-webkit-scrollbar-track, .sliding-sidebar-inner::-webkit-scrollbar-track, .sidebar::-webkit-scrollbar-track, select::-webkit-scrollbar-track {
    background: var(--primary)
}
.custom-scrollbar::-webkit-scrollbar-thumb, .sliding-sidebar-inner::-webkit-scrollbar-thumb, .sidebar::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 50px
}
select::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 50px
}
body:not(.is-mobile).smooth-scroll {
    overflow: hidden
}
body:not(.is-mobile).smooth-scroll #scroll-container {
    width: auto;
    height: 100vh;
    overflow: auto;
    margin: 0
}
.scrollbar-track {
    background: transparent !important;
    z-index: 99999 !important
}
.scrollbar-thumb {
    background: #DDD !important;
    opacity: .25;
    transition: opacity 0.2s ease-in-out
}
.scrollbar-track:hover .scrollbar-thumb {
    opacity: .5
}
#magic-cursor {
    position: absolute;
    display: none;
    width: 10px;
    height: 10px;
    pointer-events: none;
    z-index: 99999;
    opacity: 0
}
body.magic-cursor #magic-cursor {
    display: block
}
#ball {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #cc3535;
    pointer-events: none;
    border-style: solid;
    border-radius: 50%
}
#ball .ball-view {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    line-height: 1.3;
    text-align: center;
    transform: scale(0)
}
#ball .ball-view i {
    font-size: 19px
}
#ball .ball-drag {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 600;
    color: #FFF;
    line-height: 1.2;
    text-align: center;
    transition: all 0.3s
}
#ball .ball-drag::before, #ball .ball-drag::after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    font-size: 19px;
    color: #FFF;
    height: 10px;
    line-height: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}
#ball .ball-drag::before {
    content: "\f104";
    left: 0;
    transform: translate3d(-30px, 0, 0);
    transition: all 0.25s
}
#ball .ball-drag::after {
    content: "\f105";
    right: 0;
    transform: translate3d(30px, 0, 0);
    transition: all 0.25s
}
#ball.ball-close-enabled {
    opacity: 1 !important
}
#ball .ball-close {
    position: absolute;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    line-height: 1;
    text-align: center
}
.section {
    position: relative;
    padding: 80px 0
}
@media (max-width:991px) {
    .section {
        padding: 6% 0
    }
}
@media (max-width:767px) {
    .section {
        padding: 10% 0
    }
}
@media (max-width:480px) {
    .section {
        padding: 15% 0
    }
}
.section-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    overflow: hidden
}
.section-inner {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-weight: 500;
    color: inherit
}
.h1, .h2, .h3, h1, h2, h3 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 30px
}
.h4, .h5, .h6, h4, h5, h6 {
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 30px
}
.h1, h1 {
    font-size: calc(28px + 2vw)
}
.h2, h2 {
    font-size: calc(26px + 2vw)
}
.h3, h3 {
    font-size: calc(16px + 2vw)
}
.h4, h4 {
    font-size: 34px
}
.h5, h5 {
    font-size: 30px
}
.h6, h6 {
    font-size: 26px
}
.heading {
    margin-bottom: 40px
}
@media (max-width:991px) {
    .heading {
        margin-bottom: 30px
    }
}
.heading-title {
    margin: 0;
    font-size: calc(24px + 1vw);
    font-weight: 700;
    font-weight: 500;
    color: var(--text-color)
}
.heading-subtitle {
    margin: 0 0 20px 0;
    font-size: calc(22px + 0.1vw);
    font-weight: 700;
    font-weight: 400;
    color: var(--text-color)
}
.heading-title+.heading-subtitle {
    margin: 20px 0 0 0
}
.heading>p:first-child {
    margin-bottom: 0
}
.heading-title+p, .heading-subtitle+p {
    margin-top: 50px
}
.heading>p:last-child {
    margin-bottom: 0
}
.heading.heading-stroke .heading-title {
    font-weight: 700;
    font-weight: 800;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--text-color);
    -webkit-text-fill-color: #fff0
}
.heading.heading-stroke .heading-title.text-gray {
    -webkit-text-stroke-color: #a2a2a2
}
body.is-firefox .heading.heading-stroke .heading-title {
    -webkit-text-stroke-width: 2px
}
.heading.heading-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
.heading.heading-xsm .heading-title {
    font-size: calc(24px + 0.1vw);
    font-weight: 700;
    font-weight: 600
}
.heading.heading-xsm .heading-subtitle {
    font-size: calc(13px + 0.1vw)
}
.heading.heading-sm .heading-title {
    font-size: calc(24px + 0.5vw);
    font-weight: 700;
    font-weight: 600
}
.heading.heading-sm .heading-subtitle {
    font-size: calc(15px + 0.1vw)
}
.heading.heading-lg .heading-title {
    font-size: calc(28px + 2vw);
    line-height: 1.3
}
.heading.heading-lg .heading-subtitle {
    font-size: calc(16px + 0.3vw);
    font-weight: 700;
    font-weight: 500
}
.heading.heading-xlg .heading-title {
    font-size: calc(28px + 3vw);
    line-height: 1.2
}
@media (min-width:1025px) {
    .heading.heading-xlg.heading-stroke .heading-title {
        -webkit-text-stroke-width: 1px
    }
}
.heading.heading-xlg .heading-subtitle {
    font-size: calc(16px + 0.3vw);
    font-weight: 700;
    font-weight: 500
}
.heading.heading-xxlg .heading-title {
    font-size: calc(28px + 4.5vw);
    line-height: 1.2
}
@media (min-width:1025px) {
    .heading.heading-xxlg.heading-stroke .heading-title {
        -webkit-text-stroke-width: 1px
    }
}
.heading.heading-xxlg .heading-subtitle {
    font-size: calc(21px + 0.3vw);
    font-weight: 700;
    font-weight: 500
}
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: var(--white);
    z-index: 999;
    pointer-events: none
}
#header.header-fixed {
    position: fixed;
    background: rgb(23 23 23 / .7);
    padding-bottom: 25px
}
.header-inner {
    width: 100%;
    display: flex;
    padding-top: 40px;
    align-items: center
}
@media (max-width:1024px) {
    .header-inner {
        padding-top: 20px
    }
}
body:not(.boxed) .header-inner, .header-inner:not(.wrap) {
    padding-left: 3.5%;
    padding-right: 3.5%
}
.header-col {
    display: flex;
    align-items: center
}
.header-col:first-child {
    margin-right: auto
}
.logo {
    position: absolute;
    top: 40px;
    margin-right: auto;
    line-height: 1;
    pointer-events: initial;
    z-index: 9
}
.logo a {
    display: inline-block;
    font-size: 21px;
    color: #FFF
}
.logo img {
    max-height: 48px
}
.logo-dark {
    display: none
}
@media (max-width:1024px) {
    .logo {
        top: 20px
    }
    .logo img {
        max-height: 42px
    }
}
.overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #121212;
    visibility: hidden;
    opacity: 0;
    pointer-events: initial
}
.ol-menu-holder {
    position: relative;
    height: 100%;
    width: calc(100% + 17px);
    padding-right: 17px;
    overflow-y: scroll;
    z-index: 2
}
.ol-menu-inner {
    display: table;
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0
}
.ol-menu-content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 120px 5% 120px 5%
}
@media (max-width:767px) {
    .ol-menu-content {
        padding-top: 25%;
        padding-bottom: 35%;
        padding-left: 15px;
        padding-right: 15px
    }
}
body.ol-menu-open {
    overflow-y: hidden !important
}
body.smooth-scroll.ol-menu-open .scrollbar-track {
    display: none !important
}
.ol-menu-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none
}
.ol-menu-list>li {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px
}
@media (max-width:767px) {
    .ol-menu-list>li {
        margin-top: 15px;
        margin-bottom: 15px
    }
}
.ol-menu-list>li:first-child {
    margin-top: 0
}
.ol-menu-list>li:last-child {
    margin-bottom: 0
}
.ol-menu-list>li>a, .ol-menu-list>li>.ol-submenu-trigger>a {
    position: relative;
    display: inline-block;
    font-size: clamp(34px, 3.2vw, 62px);
    font-weight: 700;
    font-weight: 600;
    line-height: 1.2;
    color: #eaeaea;
    transition: opacity 0.3s ease-in-out
}
body:not(.is-mobile) .ol-menu-list.ol-menu-hover>li>a, body:not(.is-mobile) .ol-menu-list.ol-menu-hover>li>.ol-submenu-trigger>a, body:not(.is-mobile) .ol-menu-list.ol-menu-hover>li>.ol-submenu-trigger .ol-submenu-caret {
    opacity: .5
}
body:not(.is-mobile) .ol-menu-list>li.active>a, body:not(.is-mobile) .ol-menu-list>li.active>.ol-submenu-trigger>a, body:not(.is-mobile) .ol-menu-list>li.active>.ol-submenu-trigger .ol-submenu-caret, body:not(.is-mobile) .ol-menu-list>li>a:hover, body:not(.is-mobile) .ol-menu-list>li>.ol-submenu-trigger:hover>a, body:not(.is-mobile) .ol-menu-list>li>.ol-submenu-trigger:hover .ol-submenu-caret, body:not(.is-mobile) .ol-menu-list>li>.ol-submenu-trigger.ol-submenu-open>a, body:not(.is-mobile) .ol-menu-list>li>.ol-submenu-trigger.ol-submenu-open .ol-submenu-caret {
    opacity: 1;
    color: var(--primary)
}
.ol-submenu-wrap {
    position: relative
}
.ol-submenu-trigger {
    position: relative;
    display: inline-block
}
.ol-submenu {
    display: none;
    position: relative;
    height: auto;
    margin-left: 20px;
    color: #8a8a8a
}
.ol-menu-list>li>.ol-submenu {
    margin-top: 20px;
    margin-bottom: 20px
}
.ol-submenu-list {
    padding: 0;
    list-style: none
}
.ol-submenu-list .ol-submenu {
    margin-top: 15px;
    margin-bottom: 20px
}
.ol-submenu-list>li a, .ol-submenu-list>li>.ol-submenu-trigger>a {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 19px;
    color: #AAA;
    transition: color 0.3s ease-in-out
}
.ol-submenu-list>li>.ol-submenu-trigger.ol-submenu-open>a, .ol-submenu-list>li>.ol-submenu-trigger.ol-submenu-open .ol-submenu-caret, .ol-submenu-list>li.active>a, .ol-submenu-list>li.active>.ol-submenu-trigger>a, .ol-submenu-list>li.active>.ol-submenu-trigger .ol-submenu-caret, .ol-submenu-list>li a:hover, .ol-submenu-list>li>.ol-submenu-trigger:hover>a, .ol-submenu-list>li>.ol-submenu-trigger:hover .ol-submenu-caret {
    color: #FFF
}
.ol-submenu-caret-wrap {
    position: absolute;
    top: 60%;
    right: -40px;
    transform: translate3d(0, -50%, 0)
}
@media (max-width:767px) {
    .ol-submenu-caret-wrap {
        right: -40px
    }
}
.ol-submenu-caret {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #eaeaea;
    cursor: pointer;
    z-index: 2;
    border-radius: 100%;
    transition: opacity 0.3s ease-in-out
}
.ol-submenu-caret::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transition: all 0.2s ease-in-out
}
.ol-submenu-trigger.ol-submenu-open .ol-submenu-caret::after {
    transform: rotate(180deg)
}
.ol-menu-list>li li .ol-submenu-caret-wrap {
    top: 50%;
    right: -40px
}
.ol-menu-list>li li .ol-submenu-caret {
    font-size: 16px;
    color: #8a8a8a
}
#ol-menu-toggle-btn-wrap {
    position: relative;
    display: flex;
    align-items: center;
    pointer-events: initial;
    cursor: pointer;
    z-index: 9
}
@media (min-width:1025px) {
    body.header-tools-on #ol-menu-toggle-btn-wrap {
        margin-right: 20px
    }
}
.ol-menu-toggle-btn-holder {
    float: left
}
.ol-menu-toggle-btn {
    position: relative;
    display: block;
    width: 50px;
    height: 50px
}
.ol-menu-toggle-btn span {
    position: absolute;
    display: block;
    top: 54%;
    left: 50%;
    height: 2px;
    width: 24px;
    background-color: #fff0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out
}
.ol-menu-toggle-btn span::before, .ol-menu-toggle-btn span::after {
    position: absolute;
    display: block;
    content: '';
    height: 2px;
    width: 24px;
    background-color: #FFF;
    transition: all 0.3s ease-in-out
}
.ol-menu-toggle-btn span::before {
    top: -4px;
    width: 24px
}
.ol-menu-toggle-btn span::after {
    top: auto;
    bottom: -4px;
    width: 18px
}
.ol-menu-toggle-btn-text {
    float: left;
    padding-right: 5px;
    overflow: hidden;
    text-align: right;
    font-size: 15px;
    color: #FFF
}
@media (max-width:320px) {
    .ol-menu-toggle-btn-text {
        display: none
    }
}
.ol-menu-toggle-btn-text .text-menu {
    position: relative;
    display: inline-block;
    text-align: right;
    transition: transform 0.3s
}
body.ol-menu-open .ol-menu-toggle-btn-text .text-menu {
    display: none
}
body:not(.is-mobile) .ol-menu-toggle-btn-text .text-menu::before {
    position: absolute;
    top: 100%;
    right: 0;
    content: attr(data-hover)
}
body:not(.is-mobile) #ol-menu-toggle-btn-wrap:hover .ol-menu-toggle-btn-text .text-menu {
    transform: translate3d(0, -100%, 0)
}
body.ol-menu-open .ol-menu-toggle-btn span {
    width: 20px;
    background-color: #fff0
}
body.ol-menu-open .ol-menu-toggle-btn span::before {
    top: 0;
    width: 20px;
    transform: rotate(45deg)
}
body.ol-menu-open .ol-menu-toggle-btn span::after {
    bottom: 0;
    width: 20px;
    transform: rotate(-45deg)
}
.ol-menu-toggle-btn-text .text-close {
    display: none
}
body.ol-menu-open .ol-menu-toggle-btn-text .text-close {
    display: block
}
body.olm-toggle-no-click .ol-menu-toggle-btn-text, body.olm-toggle-no-click .ol-menu-toggle-btn {
    pointer-events: none
}
.overlay-menu.ol-menu-center .ol-menu-content {
    text-align: center
}
.overlay-menu.ol-menu-center .ol-submenu {
    margin-left: 0
}
#page-header {
    position: relative;
    z-index: 1
}
.page-header-inner, body.ph-image-on.ph-bg-image-on #page-header:not(.project-info-list-on) .page-header-inner {
    width: 100%;
    padding-top: 13vw;
    padding-bottom: 7vw;
    z-index: 2
}
body.ph-image-on #page-header:not(.project-info-list-on) .page-header-inner {
    padding-top: 16vw;
    padding-bottom: 13vw
}
body:not(.boxed) .page-header-inner, .page-header-inner:not(.wrap) {
    padding-left: 13%;
    padding-right: 13%
}
@media (max-width:1920px) {
    .page-header-inner {
        padding-top: 250px;
        padding-bottom: 140px
    }
    body.ph-image-on #page-header:not(.project-info-list-on) .page-header-inner {
        padding-top: 300px;
        padding-bottom: 260px
    }
    body:not(.ph-image-on) #page-header .page-header-inner, body.ph-image-on.ph-bg-image-on #page-header:not(.project-info-list-on) .page-header-inner {
        padding-top: 180px;
        padding-bottom: 180px
    }
}
@media (max-width:1400px) {
    body.boxed .page-header-inner.wrap {
        padding-left: 8%;
        padding-right: 8%
    }
}
@media (max-width:1024px) {
    #page-header:not(.project-info-list-on) .page-header-inner {
        padding-top: 250px;
        padding-bottom: 250px
    }
    body:not(.boxed) .page-header-inner, .page-header-inner:not(.wrap) {
        padding-left: 5%;
        padding-right: 5%
    }
}
@media (max-width:768px) {
    .page-header-inner, body:not(.ph-image-on) #page-header .page-header-inner, body.ph-image-on.ph-bg-image-on #page-header:not(.project-info-list-on) .page-header-inner {
        padding-top: 200px;
        padding-bottom: 80px
    }
}
@media (max-width:540px) {
    body.ph-image-on #page-header:not(.project-info-list-on) .page-header-inner {
        padding-top: 240px;
        padding-bottom: 40vw
    }
}
.ph-image {
    position: absolute;
    top: 160px;
    right: 18vw;
    width: clamp(340px, 18vw, 800px);
    z-index: 2;
    line-height: 0
}
@media (max-width:1920px) {
    .ph-image {
        width: 380px
    }
    #page-header.ph-full:not(.ph-center):not(.ph-bg-image) .ph-image {
        width: 480px
    }
}
@media (max-width:1600px) {
    .ph-image, #page-header.ph-full:not(.ph-center):not(.ph-bg-image) .ph-image {
        width: 320px
    }
}
@media (max-width:1024px) {
    .ph-image, #page-header.ph-full:not(.ph-center):not(.ph-bg-image) .ph-image {
        right: 10vw
    }
}
@media (max-width:540px) {
    .ph-image, #page-header.ph-full:not(.ph-center):not(.ph-bg-image) .ph-image {
        width: 50%
    }
}
.ph-image-inner {
    position: relative;
    width: 100%
}
#page-header:not(.ph-image-cropped) .ph-video-wrap {
    position: relative;
    padding-bottom: 140%
}
.ph-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%
}
#page-header.ph-bg-image .ph-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
[class*="ph-image-cover-"] .ph-image-inner::before {
    position: absolute;
    display: block;
    content: "";
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background-color: #040404;
    z-index: 1;
    opacity: 0
}
.ph-image-cover-0 .ph-image-inner::before {
    opacity: 0
}
.ph-image-cover-0-5 .ph-image-inner::before {
    opacity: .05
}
.ph-image-cover-1 .ph-image-inner::before {
    opacity: .1
}
.ph-image-cover-1-5 .ph-image-inner::before {
    opacity: .15
}
.ph-image-cover-2 .ph-image-inner::before {
    opacity: .2
}
.ph-image-cover-2-5 .ph-image-inner::before {
    opacity: .25
}
.ph-image-cover-3 .ph-image-inner::before {
    opacity: .3
}
.ph-image-cover-3-5 .ph-image-inner::before {
    opacity: .35
}
.ph-image-cover-4 .ph-image-inner::before {
    opacity: .4
}
.ph-image-cover-4-5 .ph-image-inner::before {
    opacity: .45
}
.ph-image-cover-5 .ph-image-inner::before {
    opacity: .5
}
.ph-image-cover-5-5 .ph-image-inner::before {
    opacity: .55
}
.ph-image-cover-6 .ph-image-inner::before {
    opacity: .6
}
.ph-image-cover-6-5 .ph-image-inner::before {
    opacity: .65
}
.ph-image-cover-7 .ph-image-inner::before {
    opacity: .7
}
.ph-image-cover-7-5 .ph-image-inner::before {
    opacity: .75
}
.ph-image-cover-8 .ph-image-inner::before {
    opacity: .8
}
.ph-image-cover-8-5 .ph-image-inner::before {
    opacity: .85
}
.ph-image-cover-9 .ph-image-inner::before {
    opacity: .9
}
.ph-image-cover-9-5 .ph-image-inner::before {
    opacity: .95
}
#page-header:not(.ph-bg-image).ph-image-cropped .ph-image-inner {
    position: relative;
    padding-bottom: 130%
}
#page-header:not(.ph-bg-image).ph-image-cropped .ph-image-inner img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%
}
#page-header.ph-bg-image .ph-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    z-index: -1;
    transform: none;
    overflow: hidden
}
#page-header.ph-bg-image.ph-image-shadow:after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 35vh;
    z-index: 3;
    pointer-events: none;
    background: #0d0d0d;
    background: -moz-linear-gradient(0deg, #0d0d0d 0%, #fff0 100%);
    background: -webkit-linear-gradient(0deg, #0d0d0d 0%, #fff0 100%);
    background: linear-gradient(0deg, #0d0d0d 0%, #fff0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d0d0d", endColorstr="#0d0d0d", GradientType=1)
}
#page-header.ph-bg-image .ph-image-inner {
    width: 100%;
    height: 100%
}
#page-header.ph-bg-image .ph-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%
}
#page-header.ph-bg-image .ph-video-wrap {
    padding-bottom: 0
}
.ph-caption {
    position: relative
}
.ph-caption-title {
    position: relative;
    margin: 0;
    font-size: clamp(40px, 5vw, 94px);
    font-weight: 700;
    font-weight: 500;
    color: var(--text-color);
    line-height: 1.3;
    z-index: 9
}
.ph-caption-title-ghost {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    left: -6%;
    padding-top: 8%;
    font-size: calc(16px + 9vw);
    font-weight: 700;
    font-weight: 600;
    color: #cc3535;
    white-space: nowrap;
    line-height: 1;
    opacity: .04;
    z-index: 1
}
.ph-caption-subtitle {
    position: relative;
    margin-top: 40px;
    font-size: calc(15px + 0.5vw);
    font-weight: 600;
    color: #e4e4e4;
    z-index: 9
}
#page-header:not(.ph-center):not(.ph-bg-image) .ph-caption-subtitle {
    color: #a7a7a7
}
.ph-categories {
    position: relative;
    margin-bottom: 15px;
    z-index: 9
}
.ph-category {
    position: relative;
    display: inline-block;
    font-size: calc(15px + 0.1vw);
    color: #FFF;
    line-height: 1.4
}
a.ph-category:hover {
    opacity: .8
}
.ph-category~.ph-category:not(:empty)::before {
    content: ", ";
    margin-left: -4px
}
.ph-caption-description {
    position: relative;
    max-width: 900px;
    margin-top: 50px;
    z-index: 9
}
.ph-caption>p {
    position: relative;
    max-width: 900px;
    z-index: 9
}
.ph-caption .ph-caption-title+p, .ph-caption .ph-caption-title-ghost+p, .ph-caption .ph-caption-subtitle+p {
    margin-top: 50px
}
.ph-caption>p:last-child {
    margin-bottom: 0
}
.project-info-list {
    position: relative;
    z-index: 9
}
#page-header .project-info-list {
    margin-top: 60px
}
.project-info-list>ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.project-info-list>ul>li {
    position: relative;
    display: inline-block;
    max-width: 320px;
    vertical-align: top;
    padding: 0 30px 0 0;
    margin: 15px 25px 15px 0
}
@media (max-width:768px) {
    #page-header:not(.ph-center) .project-info-list>ul>li {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 15px 0 25px 0
    }
}
.project-info-list>ul>li:last-child {
    padding-right: 0;
    margin-right: 0
}
.project-info-list>ul>li::after {
    position: absolute;
    display: block;
    content: "";
    top: 24px;
    right: 0;
    width: 1px;
    height: 60px;
    margin-top: -18px;
    background-color: rgb(255 255 255 / 40%)
}
.project-info-list>ul>li:last-child::after {
    display: none
}
@media (max-width:768px) {
    #page-header:not(.ph-center) .project-info-list>ul>li::after {
        display: none
    }
}
.text-center .project-info-list>ul>li, .project-info-list.text-center>ul>li {
    padding: 0 40px 0 30px;
    margin: 15px 0 15px 0
}
.project-info-list .pi-list-heading {
    margin-bottom: 5px;
    font-size: calc(17px + 0.1vw);
    font-weight: 400;
    opacity: .7
}
.project-info-list .pi-list-cont {
    font-size: calc(17px + 0.1vw)
}
.project-info-list .pi-list-cont a {
    word-wrap: break-word;
    color: #FFF;
    font-size: calc(17px + 0.1vw)
}
.project-info-list .pi-list-cont a:hover {
    opacity: .8
}
.project-info-list .social-buttons {
    display: inline-block;
    margin-top: -5px;
    margin-left: -10px
}
.project-info-list .social-buttons>ul>li {
    margin-right: 15px
}
.project-info-list .social-buttons>ul>li a {
    width: 45px;
    height: 45px;
    font-size: 15px
}
.project-info-list .pi-list-icon {
    position: relative;
    display: inline-block;
    bottom: 2px;
    margin-left: 10px;
    font-size: 13px;
    transform: rotate(-45deg)
}
.scroll-down-circle {
    position: absolute;
    display: block;
    left: 3%;
    bottom: -100px;
    width: 250px;
    height: 250px;
    z-index: 9
}

#page-header:not(.ph-full) .scroll-down-circle {
    display: none
}
.scroll-down-circle .sdc-icon {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    font-size: 16px;
    color: #cc3535;
    transform: translate(-50%, -50%)
}
#page-header.ph-bg-image .scroll-down-circle .sdc-icon {
    color: #FFF
}
.scroll-down-circle svg {
    width: 100%;
    animation: sdc-rotation 8s infinite linear
}
.scroll-down-circle rect {
    fill: #FFF
}
.scroll-down-circle text {
    font-size: 33px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 25px;
    fill: #BBB;
    transition: fill .2s
}
.scroll-down-circle:hover text {
    fill: #FFF
}
@keyframes sdc-rotation {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(-360deg)
    }
}
#page-header.ph-stroke .ph-caption-title {
    font-weight: 700;
    font-weight: 500;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFF;
    -webkit-text-fill-color: #fff0
}
.ph-caption-colored {
    color: #cc3535;
    font-weight: 700
}
#page-header.ph-cap-sm .ph-caption-title {
    font-size: clamp(40px, 4vw, 68px)
}
#page-header.ph-cap-sm .ph-caption-title-ghost {
    padding-top: 3%;
    font-size: calc(16px + 8vw)
}
#page-header.ph-cap-lg .ph-caption-title {
    font-size: clamp(48px, 6vw, 112px)
}
#page-header.ph-cap-lg .ph-caption-title-ghost {
    padding-top: 5%;
    font-size: calc(16px + 10vw)
}
#page-header.ph-cap-xlg .ph-caption-title {
    font-size: clamp(48px, 8vw, 142px)
}
@media (min-width:1025px) {
    #page-header.ph-cap-xlg.ph-stroke .ph-caption-title {
        -webkit-text-stroke-width: 3px
    }
}
#page-header.ph-cap-xlg .ph-caption-title-ghost {
    padding-top: 5%;
    font-size: calc(16px + 10vw)
}
#page-header.ph-cap-xxlg .ph-caption-title {
    font-size: clamp(48px, 10vw, 180px)
}
@media (min-width:1025px) {
    #page-header.ph-cap-xxlg.ph-stroke .ph-caption-title {
        -webkit-text-stroke-width: 3px
    }
}
#page-header.ph-cap-xxlg .ph-caption-title-ghost {
    padding-top: 5%;
    font-size: calc(16px + 13vw)
}
@media (min-width:1025px) {
    #page-header.ph-full {
        display: flex;
        align-items: center;
        min-height: 100vh
    }
    #page-header.ph-full .page-header-inner {
        padding-top: 5% !important;
        padding-bottom: 5% !important
    }
    #page-header.ph-full .ph-image {
        position: absolute;
        display: flex;
        align-items: center;
        top: 0;
        bottom: 0;
        height: 100%
    }
    #page-header.ph-full:not(.ph-bg-image).ph-image-cropped .ph-image-inner {
        padding-bottom: 140%
    }
}
#page-header.ph-center {
    text-align: center
}
@media (min-width:1025px) {
    #page-header.ph-center .page-header-inner {
        max-width: 100%;
        padding-left: 4% !important;
        padding-right: 4% !important
    }
}
#page-header.ph-center .ph-caption, #page-header.ph-center .ph-caption-title, #page-header.ph-center .ph-caption-subtitle {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
#page-header.ph-center .ph-caption-title-ghost {
    left: 50%;
    transform: translate3d(-50%, 0, 0)
}
#page-header.ph-center .ph-caption-description, #page-header.ph-center .ph-caption>p {
    margin-left: auto;
    margin-right: auto
}
#page-header.ph-center:not(.ph-bg-image) .ph-image {
    right: 50%;
    transform: translate(50%, 0)
}
#page-header.ph-center .project-info-list .social-buttons {
    margin-left: 0
}
@media (min-width:1025px) {
    #page-header:not(.ph-center).ph-inline .page-header-inner {
        display: flex
    }
    #page-header:not(.ph-center).ph-inline .ph-caption {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        align-self: center;
        padding-right: 10%
    }
    #page-header:not(.ph-center).ph-inline .project-info-list {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        align-self: center;
        margin: 0
    }
    #page-header:not(.ph-center).ph-inline .project-info-list>ul>li {
        position: relative;
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0 0 25px 0
    }
    #page-header:not(.ph-center).ph-inline .project-info-list>ul>li:last-child {
        margin: 0
    }
    #page-header:not(.ph-center).ph-inline .project-info-list>ul>li::after {
        display: none
    }
}
body.ph-bg-image-light-on .ph-category, body.ph-bg-image-light-on .ph-caption-title, body.ph-bg-image-light-on .ph-caption-subtitle {
    color: #111
}
body.ph-bg-image-light-on #page-header.ph-stroke .ph-caption-title {
    -webkit-text-stroke-color: #111
}
body.ph-bg-image-light-on #page-header .project-info-list, body.ph-bg-image-light-on #page-header .project-info-list .pi-list-cont a {
    color: #111;
    font-weight: 500
}
body.ph-bg-image-light-on #page-header .project-info-list>ul>li::after {
    background-color: rgb(92 92 92 / 40%)
}
body.ph-bg-image-light-on:not(.ol-menu-open):not(.ph-share-open) #ball {
    border-color: #666
}
body.ph-bg-image-light-on:not(.ol-menu-open) #header .logo-light {
    display: none
}
body.ph-bg-image-light-on:not(.ol-menu-open) #header .logo-dark {
    display: block
}
body.ph-bg-image-light-on:not(.ol-menu-open) .ol-menu-toggle-btn-text {
    color: #111
}
body.ph-bg-image-light-on:not(.ol-menu-open) .ol-menu-toggle-btn span::before, body.ph-bg-image-light-on:not(.ol-menu-open) .ol-menu-toggle-btn span::after {
    background-color: #111
}
@media (min-width:1025px) {
    body.ph-bg-image-light-on .main-menu-list>li>a, body.ph-bg-image-light-on .main-menu-list>li>.submenu-trigger>a {
        color: #111
    }
}
@media (max-width:1024px) {
    body.ph-bg-image-light-on:not(.m-menu-open) .m-menu-toggle-btn-text {
        color: #111
    }
    body.ph-bg-image-light-on:not(.m-menu-open) .m-menu-toggle-btn span::before, body.ph-bg-image-light-on:not(.m-menu-open) .m-menu-toggle-btn span::after {
        background-color: #111
    }
}
body.ph-bg-image-light-on #page-header:not(.ph-image-shadow) .scroll-down-circle text {
    fill: #111
}
body.ph-bg-image-light-on #page-header:not(.ph-image-shadow) .scroll-down-circle .sdc-icon {
    color: #555
}
body.ph-bg-image-light-on #page-header:not(.ph-image-shadow) .made-with-love {
    color: #111;
    opacity: 1 !important
}
body.ph-bg-image-light-on #page-header:not(.ph-image-shadow) .ph-share-icon {
    color: #111;
    opacity: .9 !important
}
body.ph-bg-image-light-on #page-header:not(.ph-image-shadow) .ph-share-text {
    color: #111
}
.grid {
    position: relative
}
.grid::after {
    content: "";
    display: table;
    clear: both
}
.grid-top {
    position: relative;
    padding-bottom: 40px;
    text-align: right
}
body:not(.boxed) .section-inner.wrap .grid:not([class*="ttgr-gap-"]) .grid-top, .section-inner:not(.wrap) .grid:not([class*="ttgr-gap-"]) .grid-top {
    padding-left: 3vw;
    padding-right: 3vw
}
.grid-categories {
    position: relative
}
.ttgr-cat-trigger-wrap {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    color: #FFF;
    z-index: 999
}
.ttgr-cat-trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer
}
.ttgr-cat-text {
    float: left;
    min-width: 60px;
    text-align: right;
    overflow: hidden
}
.ttgr-cat-text>span {
    position: relative;
    display: inline-block;
    width: 100%;
    transition: transform 0.3s
}
body:not(.is-mobile) .ttgr-cat-trigger-wrap:hover .ttgr-cat-text>span {
    transform: translate3d(0, -100%, 0)
}
body:not(.is-mobile) .ttgr-cat-text>span::before {
    position: absolute;
    top: 100%;
    right: 0;
    content: attr(data-hover)
}
.ttgr-cat-icon {
    float: left
}
.ttgr-cat-icon span {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 17px
}
body.ttgr-cat-nav-open {
    overflow-y: hidden !important
}
@media (min-width:768px) {
    body.ttgr-cat-nav-open .ttgr-item-inner {
        transition: transform 0.6s
    }
}
.ttgr-cat-trigger-wrap.ttgr-cat-fixed {
    position: fixed;
    bottom: 5%;
    right: 4%;
    padding: 10px 0 10px 10px;
    z-index: 9;
    opacity: 0;
    visibility: hidden
}
.ttgr-cat-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / 60%);
    pointer-events: initial;
    z-index: 998;
    visibility: hidden;
    opacity: 0
}
.ttgr-cat-list-holder {
    position: relative;
    height: 100%;
    width: calc(100% + 17px);
    padding-right: 17px;
    overflow-y: scroll;
    z-index: 2
}
.ttgr-cat-list-inner {
    display: table;
    width: 100%;
    max-width: 1282px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}
.ttgr-cat-list-content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 160px 5% 120px 10%
}
.ttgr-cat-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none
}
.ttgr-cat-list>li {
    position: relative
}
.ttgr-cat-list>li>a {
    position: relative;
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: calc(26px + 1.2vw);
    font-weight: 700;
    font-weight: 700;
    line-height: 1.2;
    color: #BBB;
    transition: color 0.3s ease-in-out
}
.ttgr-cat-list>li>a:hover, .ttgr-cat-list>li>a:focus, .ttgr-cat-list>li>a.active {
    color: #FFF
}
.ttgr-cat-list>li:first-child>a {
    padding-top: 0
}
.ttgr-cat-list>li:last-child>a {
    padding-bottom: 0
}
@media (min-width:992px) {
    .ttgr-cat-list {
        counter-reset: ttgr-cat-list-counter
    }
    .ttgr-cat-list .ttgr-cat-item::before {
        position: absolute;
        counter-increment: ttgr-cat-list-counter;
        content: ""counter(ttgr-cat-list-counter, decimal-leading-zero);
        top: 5px;
        left: -40px;
        line-height: 1;
        font-size: 14px;
        font-weight: 400;
        color: #FFF;
        opacity: .4
    }
}
.ttgr-cat-close {
    margin-bottom: 25px;
    font-size: calc(13px + 0.6vw)
}
body:not(.is-mobile) .ttgr-cat-close {
    display: none
}
.grid-categories-classic {
    position: relative;
    overflow: hidden
}
.ttgr-cat-classic-nav {
    text-align: left
}
ul.ttgr-cat-classic-list {
    padding: 0;
    margin: 0;
    list-style: none
}
ul.ttgr-cat-classic-list>li {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px
}
ul.ttgr-cat-classic-list>li:first-child {
    margin-left: 0
}
ul.ttgr-cat-classic-list>li:last-child {
    margin-right: 0
}
ul.ttgr-cat-classic-list>li::before {
    position: absolute;
    display: inline-block;
    content: "/";
    top: 1px;
    left: -15px;
    opacity: .5
}
ul.ttgr-cat-classic-list>li:first-child::before {
    display: none
}
ul.ttgr-cat-classic-list>li>a {
    display: inline-block;
    padding: 5px;
    font-size: 15px;
    line-height: 1.4;
    color: #AAA;
    border-radius: 100px;
    transition: all 0.3s
}
ul.ttgr-cat-classic-list>li>a:hover, ul.ttgr-cat-classic-list>li>a.active {
    color: #FFF
}
@media (min-width:768px) {
    .ttgr-cat-classic-nav.ttgr-cat-classic-center {
        text-align: center
    }
    .ttgr-cat-classic-nav.ttgr-cat-classic-right {
        text-align: right
    }
}
.grid-items-wrap {
    display: flex;
    flex-wrap: wrap
}
.grid-item {
    position: relative;
    float: left;
    width: 100%
}
.ttgr-item-inner {
    position: relative
}
.ttgr-height {
    position: relative;
    padding-bottom: 35%
}
@media (max-width:768px) {
    .ttgr-height {
        position: relative;
        padding-bottom: 60%
    }
}
body.boxed .wrap .ttgr-height {
    padding-bottom: 60%
}
.grid[class*="ttgr-layout-"] .ttgr-height {
    padding-bottom: 60%
}
.grid[class*="ttgr-layout-"].ttgr-portrait:not(.ttgr-layout-creative-1):not(.ttgr-layout-creative-2) .ttgr-height {
    padding-bottom: 140%
}
@media (min-width:768px) {
    .grid.ttgr-layout-2 .grid-item {
        width: 50%
    }
}
.grid.ttgr-layout-2 .ttgr-height {
    padding-bottom: 65%
}
.grid.ttgr-layout-2.ttgr-portrait .ttgr-height, .grid.ttgr-layout-2.ttgr-portrait-half .grid-item:nth-child(4n+3) .ttgr-height, .grid.ttgr-layout-2.ttgr-portrait-half .grid-item:nth-child(4n+4) .ttgr-height {
    padding-bottom: 140%
}
@media (min-width:768px) {
    .grid.ttgr-layout-3 .grid-item {
        width: 50%
    }
}
@media (min-width:1200px) {
    .grid.ttgr-layout-3 .grid-item {
        width: 33.33333%
    }
}
.grid.ttgr-layout-3 .ttgr-height {
    padding-bottom: 70%
}
.grid.ttgr-layout-3.ttgr-portrait .ttgr-height, .grid.ttgr-layout-3.ttgr-portrait-half .grid-item:nth-child(6n+4) .ttgr-height, .grid.ttgr-layout-3.ttgr-portrait-half .grid-item:nth-child(6n+5) .ttgr-height, .grid.ttgr-layout-3.ttgr-portrait-half .grid-item:nth-child(6n+6) .ttgr-height {
    padding-bottom: 140%
}
@media screen and (min-width:768px) and (max-width:1024px) {
    .grid.ttgr-layout-4 .grid-item {
        width: 50%
    }
}
@media screen and (min-width:1025px) and (max-width:1399px) {
    .grid.ttgr-layout-4 .grid-item {
        width: 33.33333%
    }
}
@media (min-width:1400px) {
    .grid.ttgr-layout-4 .grid-item {
        width: 25%
    }
}
.grid.ttgr-layout-4 .ttgr-height {
    padding-bottom: 60%
}
.grid.ttgr-layout-4.ttgr-portrait .ttgr-height, .grid.ttgr-layout-4.ttgr-portrait-half .grid-item:nth-child(3n+5) .ttgr-height, .grid.ttgr-layout-4.ttgr-portrait-half .grid-item:nth-child(6n+7) .ttgr-height, .grid.ttgr-layout-4.ttgr-portrait-half .grid-item:nth-child(9n+6) .ttgr-height {
    padding-bottom: 140%
}
@media (min-width:768px) {
    .grid.ttgr-layout-1-2 .grid-item {
        width: 50%
    }
}
.grid.ttgr-layout-1-2 .grid-item:nth-child(3n+1) {
    width: 100%
}
.grid.ttgr-layout-1-2 .ttgr-height {
    padding-bottom: 60%
}
@media (min-width:768px) {
    .grid.ttgr-layout-1-2 .grid-item:nth-child(3n+1) .ttgr-height {
        padding-bottom: calc(60% - 20%)
    }
}
.grid.ttgr-layout-1-2.ttgr-portrait .ttgr-height, .grid.ttgr-layout-1-2.ttgr-portrait-half .ttgr-height {
    padding-bottom: 120%
}
.grid.ttgr-layout-1-2.ttgr-portrait .grid-item:nth-child(3n+1) .ttgr-height {
    padding-bottom: 100%
}
@media (min-width:768px) {
    .grid.ttgr-layout-2-1 .grid-item {
        width: 50%
    }
}
.grid.ttgr-layout-2-1 .grid-item:nth-child(3n+0) {
    width: 100%
}
.grid.ttgr-layout-2-1 .ttgr-height {
    padding-bottom: 60%
}
@media (min-width:768px) {
    .grid.ttgr-layout-2-1 .grid-item:nth-child(3n+0) .ttgr-height {
        padding-bottom: calc(60% - 20%)
    }
}
.grid.ttgr-layout-2-1.ttgr-portrait .ttgr-height, .grid.ttgr-layout-2-1.ttgr-portrait-half .ttgr-height {
    padding-bottom: 120%
}
.grid.ttgr-layout-2-1.ttgr-portrait .grid-item:nth-child(3n+0) .ttgr-height {
    padding-bottom: 100%
}
@media screen and (min-width:768px) and (max-width:1199px) {
    .grid.ttgr-layout-2-3 .grid-item {
        width: 50%
    }
    .grid.ttgr-layout-2-3 .grid-item:nth-child(3n+1) {
        width: 100%
    }
    .grid.ttgr-layout-2-3 .ttgr-height {
        padding-bottom: 70% !important
    }
    .grid.ttgr-layout-2-3 .grid-item:nth-child(3n+1) .ttgr-height {
        padding-bottom: calc(60% - 20%) !important
    }
}
@media (min-width:1200px) {
    .grid.ttgr-layout-2-3 .grid-item {
        width: 33.33333%
    }
    .grid.ttgr-layout-2-3 .grid-item:nth-child(5n+1), .grid.ttgr-layout-2-3 .grid-item:nth-child(5n+2) {
        width: 50%
    }
}
.grid.ttgr-layout-2-3 .ttgr-height {
    padding-bottom: 70%
}
.grid.ttgr-layout-2-3 .grid-item:nth-child(5n+1) .ttgr-height, .grid.ttgr-layout-2-3 .grid-item:nth-child(5n+2) .ttgr-height {
    padding-bottom: 60%
}
.grid.ttgr-layout-2-3.ttgr-portrait .ttgr-height, .grid.ttgr-layout-2-3.ttgr-portrait .grid-item:nth-child(5n+1) .ttgr-height, .grid.ttgr-layout-2-3.ttgr-portrait .grid-item:nth-child(5n+2) .ttgr-height, .grid.ttgr-layout-2-3.ttgr-portrait-half .ttgr-height {
    padding-bottom: 120%
}
@media screen and (min-width:768px) and (max-width:1199px) {
    .grid.ttgr-layout-3-2 .grid-item {
        width: 50%
    }
    .grid.ttgr-layout-3-2 .grid-item:nth-child(3n+0) {
        width: 100%
    }
    .grid.ttgr-layout-3-2 .ttgr-height {
        padding-bottom: 70% !important
    }
    .grid.ttgr-layout-3-2 .grid-item:nth-child(3n+0) .ttgr-height {
        padding-bottom: calc(60% - 20%) !important
    }
}
@media (min-width:1200px) {
    .grid.ttgr-layout-3-2 .grid-item {
        width: 33.33333%
    }
    .grid.ttgr-layout-3-2 .grid-item:nth-child(5n+4), .grid.ttgr-layout-3-2 .grid-item:nth-child(5n+5) {
        width: 50%
    }
}
.grid.ttgr-layout-3-2 .ttgr-height {
    padding-bottom: 70%
}
.grid.ttgr-layout-3-2 .grid-item:nth-child(5n+4) .ttgr-height, .grid.ttgr-layout-3-2 .grid-item:nth-child(5n+5) .ttgr-height {
    padding-bottom: 60%
}
.grid.ttgr-layout-3-2.ttgr-portrait .ttgr-height, .grid.ttgr-layout-3-2.ttgr-portrait .grid-item:nth-child(5n+4) .ttgr-height, .grid.ttgr-layout-3-2.ttgr-portrait .grid-item:nth-child(5n+5) .ttgr-height, .grid.ttgr-layout-3-2.ttgr-portrait-half .ttgr-height {
    padding-bottom: 120%
}
@media screen and (min-width:768px) and (max-width:1024px) {
    .grid.ttgr-layout-3-4 .grid-item {
        width: 50%
    }
    .grid.ttgr-layout-3-4 .grid-item:nth-child(3n+1) {
        width: 100%
    }
    .grid.ttgr-layout-3-4 .ttgr-height {
        padding-bottom: 70% !important
    }
    .grid.ttgr-layout-3-4 .grid-item:nth-child(3n+1) .ttgr-height {
        padding-bottom: calc(60% - 20%) !important
    }
}
@media screen and (min-width:1025px) and (max-width:1399px) {
    .grid.ttgr-layout-3-4 .grid-item {
        width: 33.33333%
    }
    .grid.ttgr-layout-3-4 .grid-item:nth-child(5n+1), .grid.ttgr-layout-3-4 .grid-item:nth-child(5n+2) {
        width: 50%
    }
    .grid.ttgr-layout-3-4 .ttgr-height {
        padding-bottom: 70% !important
    }
    .grid.ttgr-layout-3-4 .grid-item:nth-child(5n+1) .ttgr-height, .grid.ttgr-layout-3-4 .grid-item:nth-child(5n+2) .ttgr-height {
        padding-bottom: 60% !important
    }
}
@media (min-width:1400px) {
    .grid.ttgr-layout-3-4 .grid-item {
        width: 25%
    }
    .grid.ttgr-layout-3-4 .grid-item:nth-child(7n+1), .grid.ttgr-layout-3-4 .grid-item:nth-child(7n+2), .grid.ttgr-layout-3-4 .grid-item:nth-child(7n+3) {
        width: 33.33333%
    }
}
.grid.ttgr-layout-3-4 .ttgr-height {
    padding-bottom: 70%
}
.grid.ttgr-layout-3-4 .grid-item:nth-child(7n+1) .ttgr-height, .grid.ttgr-layout-3-4 .grid-item:nth-child(7n+2) .ttgr-height, .grid.ttgr-layout-3-4 .grid-item:nth-child(7n+3) .ttgr-height {
    padding-bottom: 60%
}
.grid.ttgr-layout-3-4.ttgr-portrait .ttgr-height, .grid.ttgr-layout-3-4.ttgr-portrait .grid-item:nth-child(7n+1) .ttgr-height, .grid.ttgr-layout-3-4.ttgr-portrait .grid-item:nth-child(7n+2) .ttgr-height, .grid.ttgr-layout-3-4.ttgr-portrait .grid-item:nth-child(7n+3) .ttgr-height, .grid.ttgr-layout-3-4.ttgr-portrait-half .ttgr-height {
    padding-bottom: 140%
}
@media screen and (min-width:768px) and (max-width:1024px) {
    .grid.ttgr-layout-4-3 .grid-item {
        width: 50%
    }
    .grid.ttgr-layout-4-3 .grid-item:nth-child(3n+0) {
        width: 100%
    }
    .grid.ttgr-layout-4-3 .ttgr-height {
        padding-bottom: 70% !important
    }
    .grid.ttgr-layout-4-3 .grid-item:nth-child(3n+0) .ttgr-height {
        padding-bottom: calc(60% - 20%) !important
    }
}
@media screen and (min-width:1025px) and (max-width:1399px) {
    .grid.ttgr-layout-4-3 .grid-item {
        width: 33.33333%
    }
    .grid.ttgr-layout-4-3 .grid-item:nth-child(5n+4), .grid.ttgr-layout-4-3 .grid-item:nth-child(5n+5) {
        width: 50%
    }
    .grid.ttgr-layout-4-3 .ttgr-height {
        padding-bottom: 70% !important
    }
    .grid.ttgr-layout-4-3 .grid-item:nth-child(5n+4) .ttgr-height, .grid.ttgr-layout-4-3 .grid-item:nth-child(5n+5) .ttgr-height {
        padding-bottom: 60% !important
    }
}
@media (min-width:1400px) {
    .grid.ttgr-layout-4-3 .grid-item {
        width: 25%
    }
    .grid.ttgr-layout-4-3 .grid-item:nth-child(7n+5), .grid.ttgr-layout-4-3 .grid-item:nth-child(7n+6), .grid.ttgr-layout-4-3 .grid-item:nth-child(7n+7) {
        width: 33.33333%
    }
}
.grid.ttgr-layout-4-3 .ttgr-height {
    padding-bottom: 70%
}
.grid.ttgr-layout-4-3 .grid-item:nth-child(7n+5) .ttgr-height, .grid.ttgr-layout-4-3 .grid-item:nth-child(7n+6) .ttgr-height, .grid.ttgr-layout-4-3 .grid-item:nth-child(7n+7) .ttgr-height {
    padding-bottom: 60%
}
.grid.ttgr-layout-4-3.ttgr-portrait .ttgr-height, .grid.ttgr-layout-4-3.ttgr-portrait .grid-item:nth-child(7n+5) .ttgr-height, .grid.ttgr-layout-4-3.ttgr-portrait .grid-item:nth-child(7n+6) .ttgr-height, .grid.ttgr-layout-4-3.ttgr-portrait .grid-item:nth-child(7n+7) .ttgr-height, .grid.ttgr-layout-4-3.ttgr-portrait-half .ttgr-height {
    padding-bottom: 140%
}
@media (min-width:768px) {
    .grid.ttgr-layout-creative-1 .grid-item:nth-of-type(6n+1), .grid.ttgr-layout-creative-1 .grid-item:nth-of-type(6n+5) {
        width: 60%
    }
    .grid.ttgr-layout-creative-1 .grid-item:nth-of-type(6n+2), .grid.ttgr-layout-creative-1 .grid-item:nth-of-type(6n+4) {
        width: 40%;
        padding-top: 12vw
    }
    .grid.ttgr-layout-creative-1 .grid-item:nth-child(3n+3) {
        width: 100%;
        padding: 0 14vw
    }
    .grid.ttgr-layout-creative-1:not(.ttgr-portrait):not(.ttgr-not-cropped) .grid-item:nth-child(3n+3) .ttgr-height {
        padding-bottom: 55%
    }
}
@media (min-width:768px) {
    .grid.ttgr-layout-creative-2 .grid-item:nth-of-type(4n+1), .grid.ttgr-layout-creative-2 .grid-item:nth-of-type(4n+4) {
        width: 58%
    }
    .grid.ttgr-layout-creative-2 .grid-item:nth-of-type(4n+2), .grid.ttgr-layout-creative-2 .grid-item:nth-of-type(4n+3) {
        width: 42%;
        padding-top: 9.8vw
    }
    .grid.ttgr-layout-creative-2 .grid-item:last-child:nth-child(odd) {
        width: 100%;
        padding: 0 14vw
    }
    .grid.ttgr-layout-creative-2:not(.ttgr-portrait):not(.ttgr-not-cropped) .grid-item:last-child:nth-child(odd) .ttgr-height {
        padding-bottom: 55%
    }
}
@media (min-width:768px) {
    .grid.ttgr-shifted:not([class*="ttgr-layout-"]) .grid-item:nth-child(even) .ttgr-item-inner {
        margin-left: 20vw
    }
    .grid.ttgr-shifted:not([class*="ttgr-layout-"]) .grid-item:nth-child(odd) .ttgr-item-inner {
        margin-right: 20vw
    }
}
@media (min-width:768px) {
    .grid.ttgr-layout-2.ttgr-shifted .grid-item:nth-child(2) .ttgr-item-inner {
        margin-top: 10vw
    }
}
@media (min-width:768px) {
    .grid.ttgr-layout-3.ttgr-shifted .grid-item:nth-child(2) .ttgr-item-inner {
        margin-top: 15vw
    }
}
@media (min-width:1200px) {
    .grid.ttgr-layout-3.ttgr-shifted .grid-item:nth-child(2) .ttgr-item-inner {
        margin-top: 10vw
    }
}
@media screen and (min-width:768px) and (max-width:1024px) {
    .grid.ttgr-layout-4.ttgr-shifted .grid-item:nth-child(2) .ttgr-item-inner {
        margin-top: 15vw
    }
}
@media screen and (min-width:1025px) and (max-width:1399px) {
    .grid.ttgr-layout-4.ttgr-shifted .grid-item:nth-child(2) .ttgr-item-inner {
        margin-top: 10vw
    }
}
@media (min-width:1400px) {
    .grid.ttgr-layout-4.ttgr-shifted .grid-item:nth-child(2) .ttgr-item-inner, .grid.ttgr-layout-4.ttgr-shifted .grid-item:nth-child(4) .ttgr-item-inner {
        margin-top: 8vw
    }
}
.grid.ttgr-gap-1, .grid.ttgr-gap-1 .grid-top {
    margin-left: .2vw;
    margin-right: .2vw
}
body.boxed .wrap .grid.ttgr-gap-1 {
    margin-left: -.2vw;
    margin-right: -.2vw
}
body:not(.boxed) .section-inner.wrap .grid.ttgr-gap-1 .grid-top, .section-inner:not(.wrap) .grid.ttgr-gap-1 .grid-top {
    padding-left: 3vw;
    padding-right: 3vw
}
@media (min-width:768px) {
    .grid.ttgr-gap-1 .ttgr-item-inner {
        margin: 0 .2vw .4vw .2vw
    }
}
@media (max-width:768px) {
    .grid.ttgr-gap-1 .ttgr-item-inner {
        margin: 0 1vw 1vw 1vw
    }
}
.grid.ttgr-gap-2, .grid.ttgr-gap-2 .grid-top {
    margin-left: 1vw;
    margin-right: 1vw
}
body.boxed .wrap .grid.ttgr-gap-2 {
    margin-left: -1vw;
    margin-right: -1vw
}
body:not(.boxed) .section-inner.wrap .grid.ttgr-gap-2 .grid-top, .section-inner:not(.wrap) .grid.ttgr-gap-2 .grid-top {
    padding-left: 1.5vw;
    padding-right: 1.5vw
}
.grid.ttgr-gap-2 .ttgr-item-inner {
    margin: 0 1vw 2vw 1vw
}
.grid.ttgr-gap-3, .grid.ttgr-gap-3 .grid-top {
    margin-left: 2vw;
    margin-right: 2vw
}
body.boxed .wrap .grid.ttgr-gap-3 {
    margin-left: -2vw;
    margin-right: -2vw
}
.grid.ttgr-gap-3 .ttgr-item-inner {
    margin: 0 2vw 4vw 2vw
}
.grid.ttgr-gap-4, .grid.ttgr-gap-4 .grid-top {
    margin-left: 3vw;
    margin-right: 3vw
}
body.boxed .wrap .grid.ttgr-gap-4 {
    margin-left: -3vw;
    margin-right: -3vw
}
@media (min-width:768px) {
    .grid.ttgr-gap-4 .ttgr-item-inner {
        margin: 0 3vw 6vw 3vw
    }
}
@media (max-width:768px) {
    .grid.ttgr-gap-4 .ttgr-item-inner {
        margin: 0 1.5vw 5vw 1.5vw
    }
}
.grid.ttgr-gap-5, .grid.ttgr-gap-5 .grid-top {
    margin-left: 4vw;
    margin-right: 4vw
}
body.boxed .wrap .grid.ttgr-gap-5 {
    margin-left: -4vw;
    margin-right: -4vw
}
@media (min-width:768px) {
    .grid.ttgr-gap-5 .ttgr-item-inner {
        margin: 0 4vw 8vw 4vw
    }
}
@media (max-width:768px) {
    .grid.ttgr-gap-5 .ttgr-item-inner {
        margin-bottom: 5vw
    }
}
.grid.ttgr-gap-6, .grid.ttgr-gap-6 .grid-top {
    margin-left: 5vw;
    margin-right: 5vw
}
body.boxed .wrap .grid.ttgr-gap-6 {
    margin-left: -5vw;
    margin-right: -5vw
}
@media (min-width:768px) {
    .grid.ttgr-gap-6 .ttgr-item-inner {
        margin: 0 5vw 10vw 5vw
    }
}
@media (max-width:768px) {
    .grid.ttgr-gap-6 .ttgr-item-inner {
        margin-bottom: 6vw
    }
}
.grid.ttgr-not-cropped:not([class*="ttgr-layout-"]) .ttgr-height:not(.gallery-video-wrap):not(.pgi-video-wrap), .grid.ttgr-layout-2.ttgr-not-cropped .ttgr-height:not(.gallery-video-wrap):not(.pgi-video-wrap), .grid.ttgr-layout-3.ttgr-not-cropped .ttgr-height:not(.gallery-video-wrap):not(.pgi-video-wrap), .grid.ttgr-layout-4.ttgr-not-cropped .ttgr-height:not(.gallery-video-wrap):not(.pgi-video-wrap) {
    padding-bottom: 0;
    line-height: 0
}
.grid.ttgr-not-cropped:not([class*="ttgr-layout-"]) .ttgr-height img, .grid.ttgr-layout-2.ttgr-not-cropped .ttgr-height img, .grid.ttgr-layout-3.ttgr-not-cropped .ttgr-height img, .grid.ttgr-layout-4.ttgr-not-cropped .ttgr-height img {
    position: relative;
    top: unset;
    left: unset;
    width: auto;
    height: auto;
    object-fit: unset;
    object-position: unset
}
.grid.ttgr-not-cropped:not([class*="ttgr-layout-"]) .ttgr-height.gallery-video-wrap, .grid.ttgr-not-cropped:not([class*="ttgr-layout-"]) .ttgr-height.pgi-video-wrap {
    padding-bottom: 60%
}
#portfolio-grid {
    position: relative
}
.portfolio-grid-item {
    position: relative
}
.pgi-image-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    line-height: 1
}
.pgi-image {
    position: relative
}
.pgi-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%
}
.pgi-video-wrap {
    position: relative
}
video.pgi-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.pgi-caption {
    width: 100%;
    max-width: 900px;
    padding: 20px 3%
}
.pgi-title {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: calc(19px + 1.5vw);
    font-weight: 700;
    font-weight: 600;
    color: #FFF;
    line-height: 1.5
}
@media (max-width:767px) {
    .pgi-title {
        font-size: calc(19px + 1.5vw)
    }
}
#portfolio-grid:not(.pgi-cap-inside) .pgi-title a {
    display: inline
}
#portfolio-grid:not(.pgi-cap-inside) .pgi-title a {
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: -ms-linear-gradient(transparent 96%, currentColor 1px);
    transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 96%
}
#portfolio-grid:not(.pgi-cap-inside) .pgi-title a:hover {
    background-size: 100% 96%
}
.pgi-categories-wrap {
    position: relative;
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2
}
.pgi-category {
    position: relative;
    display: inline-block;
    font-size: calc(13px + 0.1vw);
    color: #FFF;
    opacity: .5
}
.pgi-category~.pgi-category {
    margin-left: -4px
}
.pgi-category~.pgi-category:not(:empty)::before {
    content: ", "
}
.pgi-category~.pgi-category~.pgi-category~.pgi-category {
    visibility: hidden;
    width: 0
}
.pgi-category~.pgi-category~.pgi-category~.pgi-category~.pgi-category {
    display: none
}
.pgi-category+.pgi-category+.pgi-category+.pgi-category::before {
    content: "...";
    margin-left: 5px;
    visibility: visible
}
@media (min-width:768px) {
    .ttgr-layout-2 .pgi-title, .ttgr-layout-1-2 .pgi-title, .ttgr-layout-2-1 .pgi-title, .ttgr-layout-creative-1 .pgi-title, .ttgr-layout-creative-2 .pgi-title {
        font-size: calc(19px + 0.4vw)
    }
    .ttgr-layout-3 .pgi-title, .ttgr-layout-2-3 .pgi-title, .ttgr-layout-3-2 .pgi-title {
        font-size: calc(19px + 0.3vw)
    }
    .ttgr-layout-4 .pgi-title, .ttgr-layout-3-4 .pgi-title, .ttgr-layout-4-3 .pgi-title {
        font-size: calc(19px + 0.2vw)
    }
    body.boxed .wrap .ttgr-layout-2 .pgi-title, body.boxed .wrap .ttgr-layout-1-2 .pgi-title, body.boxed .wrap .ttgr-layout-2-1 .pgi-title {
        font-size: calc(19px + 0.3vw)
    }
    body.boxed .wrap .ttgr-layout-3 .pgi-title, body.boxed .wrap .ttgr-layout-2-3 .pgi-title, body.boxed .wrap .ttgr-layout-3-2 .pgi-title {
        font-size: calc(19px + 0.3vw)
    }
    body.boxed .wrap .ttgr-layout-4 .pgi-title, body.boxed .wrap .ttgr-layout-3-4 .pgi-title, body.boxed .wrap .ttgr-layout-4-3 .pgi-title {
        font-size: calc(19px + 0.2vw)
    }
}
#portfolio-grid.pgi-cap-inside .pgi-caption {
    position: absolute;
    left: 0;
    bottom: 8%;
    padding: 0 8%;
    z-index: 2
}
#portfolio-grid.pgi-cap-inside .pgi-category {
    opacity: 1
}
#portfolio-grid.pgi-cap-center .pgi-caption {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}
#portfolio-grid.pgi-cap-center .pgi-caption-inner {
    text-align: center
}
#portfolio-grid.pgi-cap-inside.pgi-cap-center .pgi-caption {
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%) !important
}
@media (min-width:1025px) {
    #portfolio-grid.pgi-cap-inside .pgi-image-is-light .pgi-title {
        color: #111
    }
    #portfolio-grid.pgi-cap-inside .pgi-image-is-light .pgi-category {
        color: #111
    }
    #portfolio-grid.pgi-cap-inside .pgi-image-is-light .pgi-image-holder[class*="cover-opacity-"]::before {
        display: none !important
    }
}
@media (min-width:768px) {
    #portfolio-grid.pgi-hover [class*="ttgr-gap-"]:not(.ttgr-gap-1) .pgi-image-holder {
        clip-path: inset(0 0 0 0);
        overflow: hidden;
        transition: clip-path 0.8s cubic-bezier(.07, .72, .29, .96)
    }
    #portfolio-grid.pgi-hover [class*="ttgr-gap-"]:not(.ttgr-gap-1) .pgi-image-wrap:hover .pgi-image-holder {
        clip-path: inset(3% 3% 3% 3%)
    }
    #portfolio-grid.pgi-hover .pgi-image {
        transition: all 1s cubic-bezier(.165, .84, .44, 1)
    }
    #portfolio-grid.pgi-hover .pgi-image-wrap:hover .pgi-image {
        transform: scale(1.05)
    }
}
body:not(.is-mobile) #portfolio-grid.pgi-cap-inside.pgi-cap-hover .pgi-title {
    transform: translate3d(0, 15px, 0);
    transition: all 0.25s ease-out;
    transition-delay: 0.1s
}
body:not(.is-mobile) #portfolio-grid.pgi-cap-inside.pgi-cap-hover .portfolio-grid-item:hover .pgi-title {
    transform: translate3d(0, 0, 0)
}
body:not(.is-mobile) #portfolio-grid.pgi-cap-inside.pgi-cap-hover .pgi-categories-wrap {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 20px, 0);
    transition: all 0.25s ease-out;
    transition-delay: 0.1s
}
body:not(.is-mobile) #portfolio-grid.pgi-cap-inside.pgi-cap-hover .portfolio-grid-item:hover .pgi-categories-wrap {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0)
}
.portfolio-list {
    position: relative
}
.portfolio-list-item {
    position: relative;
    margin-bottom: 80px
}
.portfolio-list-item:last-child {
    margin-bottom: 0 !important
}
@media (min-width:768px) {
    .portfolio-list-item {
        margin-bottom: 8%
    }
}
@media (min-width:1025px) {
    body.boxed .section-inner:not(.wrap) .portfolio-list-item {
        margin-left: 17%;
        margin-right: 17%
    }
}
@media (max-width:1024px) {
    body.boxed .section-inner:not(.wrap) .portfolio-list-item {
        margin-left: 5%;
        margin-right: 5%
    }
}
.pli-inner {
    position: relative
}
@media (min-width:768px) {
    .pli-inner {
        display: flex
    }
}
.pli-image-col {
    line-height: 0
}
.pli-image-link {
    display: block;
    overflow: hidden
}
@media (max-width:767px) {
    .pli-image[class*="cover-opacity-"]::before {
        display: none !important
    }
}
.pli-video {
    width: 100%
}
@media (min-width:768px) {
    .pli-image-col {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        z-index: 1
    }
    .pli-hover .pli-image-link {
        transition: all 0.8s cubic-bezier(.07, .72, .29, .96);
        clip-path: inset(0 0 0 0)
    }
    .pli-hover .pli-image-col:hover .pli-image-link {
        clip-path: inset(3% 3% 3% 3%)
    }
    .pli-hover .pli-image .pli-image-hover-zoom {
        transition: all 1s cubic-bezier(.07, .72, .29, .96)
    }
    .pli-hover .pli-image-col:hover .pli-image .pli-image-hover-zoom {
        transform: scale(1.05)
    }
}
.portfolio-list.pli-cropped .pli-image img, .portfolio-list.pli-cropped .pli-video {
    width: 100%;
    height: 33vw;
    object-fit: cover;
    object-position: 50% 50%
}
.portfolio-list.pli-cropped:not(.pli-info-overlay) .pli-image img, .portfolio-list.pli-cropped:not(.pli-info-overlay) .pli-video {
    height: 30vw
}
@media (max-width:1024px) {
    .portfolio-list.pli-cropped .pli-image img, .portfolio-list.pli-cropped .pli-video, .portfolio-list.pli-cropped:not(.pli-info-overlay) .pli-image img, .portfolio-list.pli-cropped:not(.pli-info-overlay) .pli-video {
        height: 46vw
    }
}
@media (max-width:767px) {
    .portfolio-list.pli-cropped .pli-image img, .portfolio-list.pli-cropped .pli-video, .portfolio-list.pli-cropped:not(.pli-info-overlay) .pli-image img, .portfolio-list.pli-cropped:not(.pli-info-overlay) .pli-video {
        height: 60vw
    }
}
.pli-info-col {
    position: relative
}
@media (min-width:768px) {
    .pli-info-col {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
}
@media (max-width:767px) {
    .pli-info-col {
        margin-top: 20px
    }
}
.pli-info {
    position: relative;
    line-height: 1
}
@media (min-width:768px) {
    .pli-info {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        padding-left: 15%;
        transform: translate3d(0, -50%, 0)
    }
}
.pli-title {
    margin: 0;
    font-size: calc(16px + 2vw);
    font-weight: 700;
    font-weight: 500;
    color: #FFF;
    line-height: 1.3
}
.pli-title .split-line-wrap {
    line-height: 1.3
}
.pli-title a {
    display: inline;
    color: #FFF
}
.portfolio-list:not(.pli-info-overlay) .pli-title a {
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 2px), currentColor 2px);
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
    background-image: -ms-linear-gradient(transparent 96%, currentColor 2px);
    transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 96%
}
.portfolio-list:not(.pli-info-overlay) .pli-title a:hover {
    background-size: 100% 96%
}
.pli-categories-wrap {
    position: relative;
    margin-top: 40px
}
@media (max-width:767px) {
    .pli-categories-wrap {
        margin-top: 15px
    }
}
.pli-category {
    position: relative;
    display: inline-block;
    font-size: calc(13px + 0.1vw);
    color: #FFF;
    line-height: 1.6
}
.portfolio-list:not(.pli-info-overlay) .pli-category {
    opacity: .5
}
.pli-category~.pli-category {
    margin-left: -4px
}
.pli-category~.pli-category:not(:empty)::before {
    content: ", "
}
.pli-category~.pli-category~.pli-category~.pli-category {
    visibility: hidden;
    width: 0
}
.pli-category~.pli-category~.pli-category~.pli-category~.pli-category {
    display: none
}
.pli-category+.pli-category+.pli-category+.pli-category::before {
    content: "...";
    margin-left: 5px;
    visibility: visible
}
.portfolio-list {
    counter-reset: pli-counter
}
.pli-counter {
    position: absolute;
    display: inline-block;
    top: -60px;
    left: 15%;
    color: #FFF;
    opacity: .4
}
.pli-counter::before {
    counter-increment: pli-counter;
    content: ""counter(pli-counter, decimal-leading-zero);
    line-height: 1;
    font-size: calc(17px + 0.1vw);
    font-weight: 400;
    z-index: 99999
}
@media (min-width:768px) {
    .portfolio-list.pl-alter .portfolio-list-item:nth-child(even) .pli-counter {
        right: 15%;
        left: auto
    }
    .portfolio-list.pli-info-overlay .pli-counter {
        left: 53%
    }
    .portfolio-list.pl-alter.pli-info-overlay .portfolio-list-item:nth-child(even) .pli-counter {
        right: 53%;
        left: auto
    }
    .portfolio-list.pl-alter .portfolio-list-item:nth-child(even) .pli-counter::before, .portfolio-list.pl-alter.pli-info-overlay .portfolio-list-item:nth-child(even) .pli-counter::before {
        left: auto;
        right: 0
    }
}
@media (max-width:767px) {
    .pli-counter {
        display: none
    }
}
@media (min-width:768px) {
    .portfolio-list.pl-alter .portfolio-list-item {
        margin-bottom: 10%
    }
    .portfolio-list.pl-alter .portfolio-list-item:nth-child(even) .pli-inner {
        flex-direction: row-reverse
    }
    .portfolio-list.pl-alter .portfolio-list-item:nth-child(even) .pli-info {
        right: auto;
        left: 0;
        padding-left: 0;
        padding-right: 15%;
        text-align: right
    }
}
@media (min-width:421px) {
    .portfolio-list:not(.pli-info-overlay).pl-compact .pli-inner {
        display: flex
    }
    .portfolio-list:not(.pli-info-overlay).pl-compact .portfolio-list-item {
        margin-bottom: 2%;
        padding-bottom: 2%;
        border-bottom: 1px solid #252525
    }
    .portfolio-list:not(.pli-info-overlay).pl-compact .portfolio-list-item:last-child {
        margin-bottom: 0
    }
    .portfolio-list:not(.pli-info-overlay).pl-compact .pli-image-col {
        display: flex;
        align-items: center;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .portfolio-list:not(.pli-info-overlay).pl-compact .pli-info-col.pli-info-outer {
        display: flex;
        align-items: center;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .portfolio-list:not(.pli-info-overlay).pl-compact .pli-info {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        padding-left: 10%;
        transform: none
    }
    .portfolio-list:not(.pli-info-overlay).pl-alter.pl-compact .portfolio-list-item:nth-child(even) .pli-info {
        padding-right: 10%
    }
    .portfolio-list:not(.pli-info-overlay).pl-compact.pli-cropped:not(.pli-info-overlay) .pli-image img, .portfolio-list:not(.pli-info-overlay).pl-compact.pli-cropped:not(.pli-info-overlay) .pli-video {
        height: 100%;
        min-height: 10vw
    }
    .portfolio-list:not(.pli-info-overlay).pl-compact .pli-counter {
        position: absolute;
        display: inline-block;
        top: 35%;
        left: auto;
        right: 0;
        line-height: 1;
        opacity: .1;
        transform: translate3d(0, -50%, 0)
    }
    .portfolio-list:not(.pli-info-overlay).pl-alter.pl-compact .portfolio-list-item:nth-child(even) .pli-counter {
        right: auto;
        left: 0
    }
    .portfolio-list:not(.pli-info-overlay).pl-compact .pli-counter::before {
        font-size: calc(42px + 6vw)
    }
    .portfolio-list:not(.pli-info-overlay).pl-compact .pli-categories-wrap {
        margin-top: 20px
    }
}
@media (max-width:1024px) {
    .portfolio-list:not(.pli-info-overlay).pl-compact .portfolio-list-item {
        margin-bottom: 3%;
        padding-bottom: 3%
    }
    .portfolio-list:not(.pli-info-overlay).pl-compact.pli-cropped:not(.pli-info-overlay) .pli-image img, .portfolio-list:not(.pli-info-overlay).pl-compact.pli-cropped:not(.pli-info-overlay) .pli-video {
        height: 20vw
    }
}
@media (max-width:420px) {
    .portfolio-list:not(.pli-info-overlay).pl-compact.pli-cropped:not(.pli-info-overlay) .pli-image img, .portfolio-list:not(.pli-info-overlay).pl-compact.pli-cropped:not(.pli-info-overlay) .pli-video {
        height: 60vw
    }
}
.pli-info-inner {
    display: none
}
@media (min-width:768px) {
    .portfolio-list.pli-info-overlay .pli-image-col {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }
    .portfolio-list.pli-info-overlay .pli-info-col {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }
    .portfolio-list.pli-info-overlay .pli-info {
        left: -35%;
        width: 135%;
        padding-left: 0
    }
    .portfolio-list.pl-alter.pli-info-overlay .portfolio-list-item:nth-child(even) .pli-info {
        right: -35%;
        left: auto;
        padding-right: 0
    }
    .portfolio-list.pli-info-overlay .pli-info-inner {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 2
    }
    .portfolio-list.pl-alter.pli-info-overlay .portfolio-list-item:nth-child(even) .pli-info-inner {
        left: 0;
        right: auto
    }
    .portfolio-list.pli-info-overlay .pli-info-outer {
        z-index: -1
    }
}
@media (min-width:768px) {
    .portfolio-list.pli-info-sm .pli-title {
        font-size: calc(21px + 0.8vw)
    }
    .portfolio-list.pli-info-lg .pli-title {
        font-size: calc(16px + 3vw)
    }
    .portfolio-list.pli-info-xlg .pli-title {
        font-size: calc(16px + 3.5vw)
    }
    .portfolio-list.pli-info-xxlg .pli-title {
        font-size: calc(16px + 4.5vw)
    }
}
@media (min-width:768px) {
    .portfolio-list.pli-title-stroke .pli-title a {
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #FFF;
        -webkit-text-fill-color: #fff0
    }
    .portfolio-list.pli-title-stroke .pli-title {
        font-weight: 700;
        font-weight: 700
    }
    body.is-firefox .portfolio-list.pli-title-stroke .pli-title a {
        -webkit-text-stroke-width: 2px
    }
}
@media (min-width:768px) {
    .pli-info-overlay .portfolio-list-item.pli-image-is-light .pli-title {
        color: #111
    }
    .pli-info-overlay .portfolio-list-item.pli-image-is-light .pli-category {
        color: #111;
        font-weight: 500
    }
    .pli-info-overlay .portfolio-list-item.pli-image-is-light .pli-image[class*="cover-opacity-"]::before {
        display: none !important
    }
}
.portfolio-interactive {
    position: relative;
    padding-left: 10%;
    padding-right: 10%
}
@media (max-width:1024px) {
    .portfolio-interactive {
        padding-left: 5%;
        padding-right: 5%
    }
}
body.boxed .wrap .portfolio-interactive {
    padding-left: 3%;
    padding-right: 3%
}
.portfolio-interactive-item {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px
}
@media (max-width:1024px) {
    .portfolio-interactive-item {
        padding: 8% 3% 5% 3%;
        margin-bottom: 20px
    }
}
.portfolio-interactive {
    counter-reset: pi-item-counter
}
.portfolio-interactive-item::before {
    position: absolute;
    counter-increment: pi-item-counter;
    content: ""counter(pi-item-counter, decimal-leading-zero);
    top: 10%;
    left: -40px;
    line-height: 1;
    font-size: calc(14px + 0.2vw);
    font-weight: 300;
    color: #FFF;
    opacity: .3;
    padding-right: 5px
}
@media (max-width:1024px) {
    .portfolio-interactive-item::before {
        top: 10%;
        left: 3%;
        opacity: .5
    }
}
.pi-item-category-wrap {
    position: absolute;
    top: 8%;
    right: 0;
    line-height: 1;
    overflow: hidden;
    z-index: 1
}
@media (max-width:1024px) {
    .pi-item-category-wrap {
        right: 3%
    }
}
.pi-item-category {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: calc(13px + 0.1vw);
    font-weight: 400;
    color: #B3B3B3;
    line-height: 1.4;
    transition: transform .6s cubic-bezier(.51, .57, .17, 1)
}
@media (min-width:1025px) {
    body:not(.is-mobile) .pi-item-category {
        font-size: calc(13px + 0.1vw);
        transform: translate3d(0, 100%, 0)
    }
    body:not(.is-mobile) .portfolio-interactive-item.pi-item-hover .pi-item-category {
        transform: translate3d(0, 0, 0);
        transition-delay: .2s
    }
}
.pi-item-category~.pi-item-category {
    margin-left: -4px
}
.pi-item-category~.pi-item-category:not(:empty)::before {
    content: ", "
}
.pi-item-category~.pi-item-category~.pi-item-category~.pi-item-category {
    visibility: hidden;
    width: 22px
}
.pi-item-category~.pi-item-category~.pi-item-category~.pi-item-category~.pi-item-category {
    display: none
}
.pi-item-category+.pi-item-category+.pi-item-category+.pi-item-category::before {
    content: "...";
    margin-left: 5px;
    visibility: visible
}
.pi-item-title-link {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    overflow: hidden
}
.pi-item-title {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-size: calc(16px + 5vw);
    font-weight: 700;
    font-weight: 500;
    color: #FFF;
    line-height: 1.5;
    opacity: .5;
    transform: translate3d(0, 0, 0);
    transition: transform .6s cubic-bezier(.51, .57, .17, 1);
    overflow: hidden;
    text-overflow: ellipsis
}
.pi-item-hover-title {
    position: absolute;
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: calc(14px + 5vw);
    font-weight: 700;
    font-weight: 500;
    color: #FFF;
    line-height: 1.5;
    transform: translate3d(0, 100%, 0);
    transition: transform .6s cubic-bezier(.51, .57, .17, 1)
}
@media (min-width:1025px) {
    .pi-item-title, .pi-item-hover-title {
        white-space: nowrap
    }
    .pi-item-hover-title {
        width: fit-content;
        display: flex
    }
    .pi-item-title-link:hover .pi-item-title {
        transform: translate3d(0, -100%, 0);
        transition-delay: 0.1s
    }
    .pi-item-title-link:hover .pi-item-hover-title {
        transform: translate3d(0, 0, 0);
        transition-delay: 0.1s
    }
    .pi-item-hover-title span {
        align-items: center;
        padding-right: 5vw;
        animation-name: marquee;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-play-state: paused
    }
    .pi-item-title-link:hover .pi-item-hover-title span {
        animation-play-state: running
    }
    @keyframes marquee {
        from {
            transform: translateX(0)
        }
        to {
            transform: translateX(-100%)
        }
    }
}
@media (max-width:1024px) {
    .pi-item-title {
        opacity: .9;
        font-size: calc(14px + 2vw);
        line-height: 1.4
    }
    .pi-item-hover-title {
        display: none
    }
}
.pi-item-hover-title span::after {
    position: absolute;
    display: block;
    content: "";
    right: 1.9vw;
    top: 56%;
    width: .8vw;
    height: .8vw;
    background-color: #FFF;
    border-radius: 100px;
    transform: translate3d(0, -50%, 0)
}
.pi-item-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}
@media (min-width:1025px) {
    .portfolio-interactive-item .pi-item-image {
        display: none
    }
}
@media (max-width:1024px) {
    .pi-item-image {
        overflow: hidden
    }
    .pi-item-image::before {
        position: absolute;
        display: block;
        content: "";
        top: -1px;
        left: -1px;
        bottom: -1px;
        right: -1px;
        background-color: #040404;
        opacity: .7
    }
}
.pi-item-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover
}
#magic-cursor.portfolio-interactive-hover-on {
    z-index: 1
}
#magic-cursor.portfolio-interactive-hover-on #ball {
    overflow: hidden;
    border: none !important
}
video.pi-item-video {
    width: 100%;
    height: 100%;
    object-fit: cover
}
@media (min-width:1025px) {
    .portfolio-interactive.pi-stroke .pi-item-title {
        font-weight: 700;
        font-weight: 700;
        opacity: .75;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #FFF;
        -webkit-text-fill-color: #fff0
    }
    body.is-firefox .portfolio-interactive.pi-stroke .pi-item-title {
        -webkit-text-stroke-width: 2px
    }
}
@media (min-width:1025px) {
    .portfolio-interactive.pi-compact .portfolio-interactive-item {
        padding-top: 10px;
        padding-bottom: 20px;
        padding-right: 15%
    }
    .portfolio-interactive.pi-compact .pi-item-title {
        font-size: calc(14px + 3.2vw);
        opacity: .7
    }
    .portfolio-interactive.pi-compact .pi-item-hover-title {
        font-size: calc(14px + 3.2vw)
    }
    .portfolio-interactive.pi-compact .portfolio-interactive-item::before {
        top: 17%;
        left: auto;
        right: 0;
        font-size: calc(14px + 4vw);
        font-weight: 400;
        font-style: italic;
        color: #FFF;
        opacity: .2
    }
    .portfolio-interactive.pi-compact .pi-item-category-wrap {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0
    }
}
@media (min-width:1025px) {
    .portfolio-interactive.pi-borders .portfolio-interactive-item {
        padding-top: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid rgb(144 144 144 / 35%)
    }
    .portfolio-interactive.pi-borders .portfolio-interactive-item::before {
        top: 8%;
        left: 0
    }
    .portfolio-interactive.pi-compact.pi-borders .portfolio-interactive-item {
        padding-top: 35px;
        padding-bottom: 45px
    }
    .portfolio-interactive.pi-compact.pi-borders .portfolio-interactive-item::before {
        left: auto;
        top: 25%
    }
    .portfolio-interactive.pi-compact.pi-borders .pi-item-category-wrap {
        bottom: 10%
    }
}
.portfolio-slider {
    position: relative;
    width: 100%;
    background-color: #0a0a0a
}
.portfolio-slider .swiper {
    height: 100vh
}
@media (max-width:1024px) {
    .portfolio-slider .swiper {
        height: calc(100vh - 50px)
    }
}
.portfolio-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    background-color: #000
}
.portfolio-slider-item {
    position: relative;
    height: 100%
}
img.psi-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%
}
.portfolio-slider-item::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    background-color: #000;
    transition: 0.5s ease-in-out
}
.swiper-slide-prev .portfolio-slider-item::after, .swiper-slide-next .portfolio-slider-item::after {
    opacity: .7;
    visibility: visible
}
.portfolio-slider-caption {
    position: absolute;
    top: 55%;
    left: 0;
    width: auto;
    margin: 0 2% 0 12%;
    color: #FFF;
    z-index: 998;
    pointer-events: none;
    transform: translate3d(0, -50%, 0)
}
@media (max-width:767px) {
    .portfolio-slider-caption {
        margin-left: 10%
    }
}
.portfolio-slider-caption a {
    pointer-events: initial
}
.ps-caption-title {
    margin: 0;
    font-size: clamp(40px, 5.2vw, 100px);
    font-weight: 700;
    font-weight: 600;
    line-height: 1.2
}
.ps-caption-title a {
    display: inline;
    color: #FFF
}
body:not(.magic-cursor) .ps-caption-title a {
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 3px), currentColor 3px);
    background-image: linear-gradient(transparent calc(100% - 3px), currentColor 3px);
    background-image: -ms-linear-gradient(transparent 96%, currentColor 3px);
    transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 96%
}
body:not(.magic-cursor) .ps-caption-title a:hover {
    background-size: 100% 96%;
    color: currentColor
}
.ps-caption-category {
    margin: 30px 0 0 0;
    font-size: calc(13px + 0.1vw);
    font-weight: 500
}
@media (max-width:1024px) {
    .ps-caption-category {
        margin: 30px 0 0 0
    }
}
.portfolio-slider-caption.psc-center {
    top: 50%;
    left: 50%;
    width: 90%;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    transform: translate(-50%, -50%)
}
.portfolio-slider-caption.psc-stroke .ps-caption-title {
    font-weight: 700;
    font-weight: 800;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFF;
    -webkit-text-fill-color: #fff0
}
@media (max-width:1200px) {
    .portfolio-slider-caption.psc-stroke .ps-caption-title {
        -webkit-text-stroke-width: 1px
    }
}
@media (max-width:991px) {
    .portfolio-slider-caption.psc-stroke .ps-caption-title {
        -webkit-text-stroke-width: 1px
    }
}
.portfolio-slider-navigation {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 4%;
    left: 50%;
    width: 300px;
    height: 60px;
    z-index: 1;
    transform: translate3d(-50%, 0, 0)
}
@media (max-width:767px) {
    .portfolio-slider-navigation {
        width: 90%
    }
}
.ps-nav-prev, .ps-nav-next {
    position: absolute;
    top: 0;
    z-index: 20
}
.ps-nav-prev {
    left: 0
}
.ps-nav-next {
    right: 0
}
.ps-nav-arrow {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 18px;
    color: #FFF;
    cursor: pointer;
    outline: none
}
body:not(.magic-cursor) .ps-nav-arrow:hover {
    opacity: .5
}
.ps-nav-arrow-prev::after, .ps-nav-arrow-next::after {
    line-height: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}
.ps-nav-arrow-prev::after {
    content: "\f053"
}
.ps-nav-arrow-next::after {
    content: "\f054"
}
.ps-nav-arrow.ps-nav-arrow-disabled {
    cursor: auto;
    pointer-events: none
}
.portfolio-slider .swiper-button-lock {
    display: none
}
.portfolio-slider .swiper-pagination-lock {
    display: none
}
.ps-nav-pagination-bullets {
    font-size: 0
}
.ps-nav-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff0;
    margin: 8px;
    opacity: 1;
    border-radius: 100%;
    border: 2px solid #fff
}
.ps-nav-pagination-bullets .swiper-pagination-bullet-active {
    background: #FFF;
    opacity: 1
}
.ps-nav-pagination-bullets-dynamic {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    white-space: nowrap;
    overflow: hidden;
    font-size: 0
}
.ps-nav-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative;
    transition: .2s transform, .2s left
}
.ps-nav-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}
.ps-nav-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}
.ps-nav-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}
.ps-nav-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}
.ps-nav-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}
.ps-nav-pagination-fraction {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    line-height: 1
}
.ps-nav-pagination-fraction .swiper-pagination-current {
    position: relative;
    top: -4px
}
.ps-nav-pagination-fraction .swiper-pagination-total {
    position: relative;
    bottom: -4px
}
.ps-nav-pagination-progressbar {
    position: absolute;
    left: 70px;
    right: 70px;
    width: auto;
    max-width: 100%;
    height: 2px;
    background-color: rgb(255 255 255 / .3)
}
.ps-nav-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    transform: scale(0);
    transform-origin: left top
}
body.psi-light-image-on .ps-caption-category, body.psi-light-image-on .ps-caption-title a {
    color: #111
}
body.psi-light-image-on .portfolio-slider-caption.psc-stroke .ps-caption-title {
    -webkit-text-stroke-color: #111
}
body.psi-light-image-on .ps-nav-pagination-fraction, body.psi-light-image-on .ps-nav-arrow {
    color: #111
}
body.psi-light-image-on .ps-nav-pagination-progressbar {
    background-color: rgb(0 0 0 / 20%)
}
body.psi-light-image-on .ps-nav-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #111
}
body.psi-light-image-on .ps-nav-pagination-bullets .swiper-pagination-bullet {
    border-color: #111
}
body.psi-light-image-on .ps-nav-pagination-bullets .swiper-pagination-bullet-active {
    background: #111
}
body.psi-light-image-on:not(.ol-menu-open) #ball {
    border-color: #515151
}
body.psi-light-image-on:not(.ol-menu-open) #ball .ball-drag::before, body.psi-light-image-on:not(.ol-menu-open) #ball .ball-drag::after {
    color: #111
}
body.psi-light-image-on #header .logo-light {
    display: none
}
body.psi-light-image-on #header .logo-dark {
    display: block
}
body.psi-light-image-on:not(.ol-menu-open) .ol-menu-toggle-btn-text {
    color: #111
}
body.psi-light-image-on:not(.ol-menu-open) .ol-menu-toggle-btn span::before, body.psi-light-image-on:not(.ol-menu-open) .ol-menu-toggle-btn span::after {
    background-color: #111
}
@media (min-width:1025px) {
    body.psi-light-image-on .main-menu-list>li>a, body.psi-light-image-on .main-menu-list>li>.submenu-trigger>a {
        color: #111
    }
    body.psi-light-image-on .main-menu-list.mm-hover>li>a:hover, body.psi-light-image-on .main-menu-list.mm-hover>li>.submenu-trigger>a:hover, body.psi-light-image-on .main-menu-list.mm-hover>li.active>a, body.psi-light-image-on .main-menu-list.mm-hover>li.active>.submenu-trigger>a, body.psi-light-image-on .main-menu-list.mm-hover>li.submenu-open>.submenu-trigger>a {
        opacity: 1;
        color: #000
    }
}
@media (max-width:1024px) {
    body.psi-light-image-on:not(.m-menu-open) .m-menu-toggle-btn-text {
        color: #111
    }
    body.psi-light-image-on:not(.m-menu-open) .m-menu-toggle-btn span::before, body.psi-light-image-on:not(.m-menu-open) .m-menu-toggle-btn span::after {
        background-color: #111
    }
}
body.psi-light-image-on .header-tools .hti-btn {
    color: #111
}
@media (min-width:1025px) {
    body.psi-light-image-on #footer.footer-absolute, body.psi-light-image-on #footer.footer-absolute a, body.psi-light-image-on #footer.footer-absolute .btn-link>*, body.psi-light-image-on #footer.footer-absolute .btn-link>*::after {
        color: #111
    }
    body.psi-light-image-on #footer.footer-absolute .btn-link::after {
        background-color: #111
    }
}
.portfolio-carousel {
    position: relative
}
.portfolio-carousel .swiper-wrapper {
    position: relative
}
.portfolio-carousel .swiper-wrapper.swtr-smooth {
    transition: transform 0.8s !important
}
.portfolio-carousel .swiper-slide {
    display: flex;
    align-items: center;
    height: 100vh
}
@media (min-width:1025px) {
    .portfolio-carousel .swiper-slide {
        width: auto
    }
}
@media (max-width:1024px) {
    .portfolio-carousel .swiper-slide {
        height: calc(100vh - 50px)
    }
}
.pc-ghost {
    position: absolute;
    font-size: calc(16px + 24vw);
    font-weight: 600;
    color: #FFF;
    opacity: .02;
    line-height: 1;
    z-index: -1
}
.pc-ghost span {
    display: block
}
.portfolio-carousel-item {
    position: relative;
    display: flex;
    line-height: 0
}
@media (min-width:1025px) {
    .portfolio-carousel-item {
        margin-left: 7vw;
        margin-right: 7vw
    }
}
.pci-image-wrap {
    position: relative;
    width: 100%;
    z-index: 2;
    overflow: hidden
}
.pci-image, .portfolio-carousel-item .pci-video {
    position: relative
}
video.pci-video {
    width: 100%;
    height: 100%;
    object-fit: cover
}
@media (min-width:1025px) {
    .pci-image, .portfolio-carousel-item .pci-video {
        height: 30vw
    }
    .pci-image {
        width: auto
    }
    .portfolio-carousel-item .pci-video {
        width: 48vw
    }
}
@media (max-width:1024px) {
    .portfolio-carousel-item {
        width: 100%
    }
    .pci-image, .portfolio-carousel-item .pci-video {
        width: 100%;
        height: 60vw;
        object-fit: cover;
        object-position: 50% 50%
    }
}
@media (min-width:1025px) {
    .pci-hover .slide-active .portfolio-carousel-item .pci-image-wrap, .pci-hover .slide-active .portfolio-carousel-item .pci-caption-front {
        clip-path: inset(0 0 0 0);
        transition: all 0.8s cubic-bezier(.07, .72, .29, .96)
    }
    .pci-hover .slide-active .portfolio-carousel-item:hover .pci-image-wrap, .pci-hover .slide-active .portfolio-carousel-item:hover .pci-caption-front {
        clip-path: inset(3% 3% 3% 3%)
    }
    .pci-hover .slide-active-start .portfolio-carousel-item:hover .pci-image-wrap, .pci-hover .slide-active-start .portfolio-carousel-item:hover .pci-caption-front {
        clip-path: inset(0 0 0 0)
    }
    .pci-hover .pci-image {
        transition: all 1s cubic-bezier(.07, .72, .29, .96)
    }
    .pci-hover .portfolio-carousel-item:hover .pci-image {
        transform: scale(1.05)
    }
}
.portfolio-carousel-item {
    transition: all 0.5s ease-in-out
}
.swiper-slide.pcs-disabled .portfolio-carousel-item {
    cursor: auto;
    pointer-events: none;
    opacity: .3;
    transform: scale(.9)
}
.pci-caption {
    position: absolute;
    top: 50%;
    width: 100%
}
.pci-caption-inner {
    position: relative
}
.pci-title {
    margin: 0;
    font-size: calc(16px + 3.2vw);
    font-weight: 700;
    font-weight: 500;
    color: #FFF;
    line-height: 1.2
}
.pci-categories {
    position: relative;
    margin-top: 30px
}
.pci-category {
    position: relative;
    display: inline-block;
    font-size: calc(13px + 0.1vw);
    color: #FFF;
    line-height: 1.2
}
.pci-category~.pci-category {
    margin-left: -4px
}
.pci-category~.pci-category:not(:empty)::before {
    content: ", "
}
.pci-category~.pci-category~.pci-category~.pci-category {
    visibility: hidden;
    width: 0
}
.pci-category~.pci-category~.pci-category~.pci-category~.pci-category {
    display: none
}
.pci-category+.pci-category+.pci-category+.pci-category::before {
    content: "...";
    margin-left: 5px;
    visibility: visible
}
@media (min-width:1025px) {
    .pci-caption {
        left: 0;
        transform: translate3d(-100px, -50%, 0)
    }
    .pci-caption-front {
        position: absolute;
        top: 0;
        left: -1px;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        overflow: hidden
    }
    .pci-caption-back {
        left: -1px;
        z-index: 1
    }
}
@media (max-width:1024px) {
    .pci-caption {
        top: 40%;
        left: 5%;
        right: 5%;
        padding-left: 15px;
        padding-right: 15px
    }
    .pci-caption-back {
        display: none
    }
    .pci-caption-front {
        z-index: 9
    }
}
.swiper-slide .pci-caption-inner, .swiper-slide .pci-categories {
    opacity: 0;
    visibility: hidden;
    transition: 1s cubic-bezier(.22, .61, .36, 1)
}
.swiper-slide.swiper-slide-prev .pci-caption-inner, .swiper-slide.swiper-slide-next .pci-caption-inner, .swiper-slide.swiper-slide-prev .pci-categories, .swiper-slide.swiper-slide-next .pci-categories {
    transition: all 0.3s ease-out
}
.swiper-slide.swiper-slide-active .pci-caption-inner, .swiper-slide.swiper-slide-active .pci-categories {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0)
}
.swiper-slide.swiper-slide-prev .pci-caption-inner {
    transform: translate3d(-100px, 0, 0) skewX(10deg)
}
.swiper-slide.swiper-slide-next .pci-caption-inner {
    transform: translate3d(100px, 0, 0) skewX(-10deg)
}
.swiper-slide.swiper-slide-prev .pci-categories {
    transform: translate3d(-30px, 0, 0)
}
.swiper-slide.swiper-slide-next .pci-categories {
    transform: translate3d(30px, 0, 0)
}
.swiper-slide.swiper-slide-active .pci-caption-inner {
    transition-delay: 0.6s
}
.swiper-slide.swiper-slide-active .pci-categories {
    transition-delay: 0.7s
}
@media (min-width:1025px) {
    .pci-caption-center .swiper-slide.slide-active .pci-caption-front {
        width: auto;
        margin-left: -10vw;
        margin-right: -10vw;
        pointer-events: none
    }
}
.pci-caption-center .pci-caption-front {
    overflow: visible
}
.pci-caption-center .pci-caption {
    top: 50%;
    left: 50%;
    padding: 0 5%;
    text-align: center;
    transform: translate3d(-50%, -50%, 0)
}
.pci-caption-center .pci-title {
    font-weight: 600
}
.pci-caption-center .pci-caption-back {
    display: none !important
}
@media (min-width:1025px) {
    .pci-caption-stroke.pci-caption-center .pci-caption-front .pci-title, .pci-caption-stroke .pci-caption-back .pci-title {
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #FFF;
        -webkit-text-fill-color: #fff0
    }
    .pci-caption-stroke .pci-title {
        font-weight: 700;
        font-weight: 700
    }
    .pci-caption-stroke.pci-caption-center .pci-caption-front .pci-title, .pci-caption-stroke.pci-caption-center .pci-caption-back .pci-title {
        -webkit-text-stroke-width: 2px;
        font-weight: 700;
        font-weight: 800
    }
    body.is-firefox .pci-caption-stroke.pci-caption-center .pci-caption-front .pci-title, body.is-firefox .pci-caption-stroke .pci-caption-back .pci-title {
        -webkit-text-stroke-width: 2px
    }
}
@media (min-width:1025px) {
    .pci-image-is-light .pci-caption-front .pci-title {
        color: #111
    }
    .pci-image-is-light .pci-caption-front .pci-category {
        color: #111
    }
    .pci-image-is-light .pci-image-wrap[class*="cover-opacity-"]::before {
        display: none !important
    }
}
.pc-navigation {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 4%;
    left: 50%;
    width: 300px;
    height: 60px;
    z-index: 1;
    transform: translate3d(-50%, 0, 0)
}
@media (max-width:767px) {
    .pc-navigation {
        width: 90%
    }
}
.pc-nav-prev, .pc-nav-next {
    position: absolute;
    top: 0;
    z-index: 20
}
.pc-nav-prev {
    left: 0
}
.pc-nav-next {
    right: 0
}
.pc-arrow {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 18px;
    color: #FFF;
    cursor: pointer;
    outline: none
}
.pc-arrow-prev::after, .pc-arrow-next::after {
    line-height: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}
.pc-arrow-prev::after {
    content: "\f053"
}
.pc-arrow-next::after {
    content: "\f054"
}
.pc-arrow.pc-arrow-disabled {
    cursor: auto;
    pointer-events: none
}
.portfolio-carousel .swiper-button-lock {
    display: none
}
.portfolio-carousel .swiper-pagination-lock {
    display: none
}
.pc-pagination-bullets {
    font-size: 0
}
.pc-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff0;
    margin: 8px;
    opacity: 1;
    border-radius: 100%;
    border: 2px solid #fff
}
.pc-pagination-bullets .swiper-pagination-bullet-active {
    background: #FFF;
    opacity: 1
}
.pc-pagination-bullets-dynamic {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    white-space: nowrap;
    overflow: hidden;
    font-size: 0
}
.pc-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative;
    transition: .2s transform, .2s left
}
.pc-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}
.pc-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}
.pc-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}
.pc-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}
.pc-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}
.pc-pagination-fraction {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    line-height: 1
}
.pc-pagination-fraction .swiper-pagination-current {
    position: relative;
    top: -4px
}
.pc-pagination-fraction .swiper-pagination-total {
    position: relative;
    bottom: -4px
}
.pc-pagination-progressbar {
    position: absolute;
    left: 70px;
    right: 70px;
    width: auto;
    max-width: 100%;
    height: 2px;
    background-color: rgb(255 255 255 / .3)
}
.pc-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    transform: scale(0);
    transform-origin: left top
}
.portfolio-carousel.pc-scale-down .swiper-slide {
    transition: none !important
}
.portfolio-hover-carousel {
    position: relative
}
.portfolio-hover-carousel .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: 100vh;
    padding: 0 5.2%
}
@media (max-width:768px) {
    .portfolio-hover-carousel .swiper-slide {
        padding: 0 50px
    }
}
body.transition .portfolio-hover-carousel::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999
}
body.transition .portfolio-hover-carousel.phc-ready::before {
    display: none
}
.phc-item {
    position: relative;
    display: block;
    pointer-events: none
}
.portfolio-hover-carousel .swiper-slide.active .phc-item {
    pointer-events: initial
}
.phc-item::before {
    position: absolute;
    content: attr(data-number);
    top: 0;
    left: -30px;
    width: 20px;
    font-size: calc(12px + 0.1vw);
    font-weight: 300;
    line-height: 10px;
    color: #FFF;
    opacity: .5;
    transition: opacity .3s ease-in-out
}
@media (max-width:768px) {
    .phc-item::before {
        position: absolute;
        content: attr(data-number);
        top: 0;
        left: -30px;
        width: 20px;
        font-size: 14px;
        font-weight: 400;
        line-height: 10px;
        opacity: .5;
        transition: opacity .3s ease-in-out
    }
}
.portfolio-hover-carousel .swiper-slide.active .phc-item::before {
    opacity: 1
}
.phc-item-title {
    margin: 0;
    font-size: calc(28px + 2.3vw);
    font-weight: 700;
    font-weight: 700;
    line-height: 1.2;
    color: #fff0;
    -webkit-text-stroke: 1px #fff;
    opacity: .8;
    transition: color .3s ease-in-out
}
.portfolio-hover-carousel .swiper-slide.active .phc-item-title {
    color: #FFF;
    opacity: 1
}
.phc-categories {
    position: relative;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -5px, 0);
    transition: all .3s ease-in-out
}
.portfolio-hover-carousel .swiper-slide.active .phc-categories {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0)
}
.phc-category {
    position: relative;
    display: inline-block;
    margin-left: 3px;
    font-size: calc(13px + 0.1vw);
    color: #FFF;
    line-height: 1.2
}
.phc-category~.phc-category {
    margin-left: -4px
}
.phc-category~.phc-category:not(:empty)::before {
    content: ", "
}
.phc-category~.phc-category~.phc-category~.phc-category {
    visibility: hidden;
    width: 0
}
.phc-category~.phc-category~.phc-category~.phc-category~.phc-category {
    display: none
}
.phc-category+.phc-category+.phc-category+.phc-category::before {
    content: "...";
    margin-left: 5px;
    visibility: visible
}
.portfolio-hover-carousel-images {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden
}
.phc-images-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #121212
}
.phc-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.03);
    transition: all .4s ease-in-out
}
.phc-image.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}
.phc-image img, .phc-image video.phc-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%
}
.phc-counter {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 35px;
    left: 50.3%;
    height: 40px;
    font-size: 14px;
    color: #FFF;
    font-weight: 400;
    z-index: 1;
    transform: translate3d(-50%, 0, 0)
}
.phc-count {
    position: relative;
    top: -4px;
    height: 40px;
    line-height: 40px
}
.phc-count span:first-child {
    opacity: 1
}
.phc-count span {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0
}
.phc-counter-separator {
    position: relative;
    margin: 0
}
.phc-counter-separator::before {
    display: block;
    content: "";
    width: 17px;
    height: 2px;
    background-color: #FFF;
    opacity: .7;
    transform: rotate(-70deg)
}
.phc-total {
    position: relative;
    bottom: -4px;
    height: 40px;
    line-height: 40px
}
.phc-image.phc-image-is-light[class*="cover-opacity-"]::before {
    opacity: 0 !important
}
body.light-bg-on .phc-item-title {
    -webkit-text-stroke: 1px #111
}
body.light-bg-on .portfolio-hover-carousel .swiper-slide.active .phc-item-title {
    color: #111;
    -webkit-text-stroke: 1px #111
}
body.light-bg-on .phc-category, body.light-bg-on .phc-item::before, body.light-bg-on .phc-counter {
    color: #111
}
body.light-bg-on .phc-counter-separator::before {
    background-color: #111
}
body.portfolio-hover-carousel-on.light-bg-on #ball {
    border-color: #111
}
body.portfolio-hover-carousel-on.light-bg-on #ball .ball-drag, body.portfolio-hover-carousel-on.light-bg-on #ball .ball-drag::before, body.portfolio-hover-carousel-on.light-bg-on #ball .ball-drag::after {
    color: #111
}
body.light-bg-on #header .logo-light {
    display: none
}
body.light-bg-on #header .logo-dark {
    display: block
}
body.light-bg-on:not(.ol-menu-open) .ol-menu-toggle-btn-text {
    color: #111
}
body.light-bg-on:not(.ol-menu-open) .ol-menu-toggle-btn span::before, body.light-bg-on:not(.ol-menu-open) .ol-menu-toggle-btn span::after {
    background-color: #111
}
@media (min-width:1025px) {
    body.light-bg-on .main-menu-list>li>a, body.light-bg-on .main-menu-list>li>.submenu-trigger>a {
        color: #111
    }
    body.light-bg-on .main-menu-list.mm-hover>li>a:hover, body.light-bg-on .main-menu-list.mm-hover>li>.submenu-trigger>a:hover, body.light-bg-on .main-menu-list.mm-hover>li.active>a, body.light-bg-on .main-menu-list.mm-hover>li.active>.submenu-trigger>a, body.light-bg-on .main-menu-list.mm-hover>li.submenu-open>.submenu-trigger>a {
        opacity: 1;
        color: #000
    }
}
@media (max-width:1024px) {
    body.light-bg-on:not(.m-menu-open) .m-menu-toggle-btn-text {
        color: #111
    }
    body.light-bg-on:not(.m-menu-open) .m-menu-toggle-btn span::before, body.light-bg-on:not(.m-menu-open) .m-menu-toggle-btn span::after {
        background-color: #111
    }
}
body.light-bg-on .header-tools .hti-btn {
    color: #111
}
@media (min-width:1025px) {
    body.light-bg-on #footer.footer-absolute, body.light-bg-on #footer.footer-absolute a, body.light-bg-on #footer.footer-absolute .btn-link>*, body.light-bg-on #footer.footer-absolute .btn-link>*::after {
        color: #111
    }
    body.light-bg-on #footer.footer-absolute .btn-link::after {
        background-color: #111
    }
}
.gallery {
    position: relative
}
.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1
}
.gallery-image {
    position: relative
}
.gallery-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%
}
.grid:not(.ttgr-not-cropped) .gallery-image .anim-image-parallax-wrap, .grid:not(.ttgr-not-cropped) .gallery-image .anim-image-parallax-inner, .grid:not(.ttgr-not-cropped) .gallery-image .gallery-image-hover-zoom, .grid[class*="ttgr-layout-1-"].ttgr-not-cropped .gallery-image .anim-image-parallax-wrap, .grid[class*="ttgr-layout-1-"].ttgr-not-cropped .gallery-image .anim-image-parallax-inner, .grid[class*="ttgr-layout-1-"].ttgr-not-cropped .gallery-image .gallery-image-hover-zoom, .grid[class*="ttgr-layout-2-"].ttgr-not-cropped .gallery-image .anim-image-parallax-wrap, .grid[class*="ttgr-layout-2-"].ttgr-not-cropped .gallery-image .anim-image-parallax-inner, .grid[class*="ttgr-layout-2-"].ttgr-not-cropped .gallery-image .gallery-image-hover-zoom, .grid[class*="ttgr-layout-3-"].ttgr-not-cropped .gallery-image .anim-image-parallax-wrap, .grid[class*="ttgr-layout-3-"].ttgr-not-cropped .gallery-image .anim-image-parallax-inner, .grid[class*="ttgr-layout-3-"].ttgr-not-cropped .gallery-image .gallery-image-hover-zoom, .grid[class*="ttgr-layout-4-"].ttgr-not-cropped .gallery-image .anim-image-parallax-wrap, .grid[class*="ttgr-layout-4-"].ttgr-not-cropped .gallery-image .anim-image-parallax-inner, .grid[class*="ttgr-layout-4-"].ttgr-not-cropped .gallery-image .gallery-image-hover-zoom, .grid .gallery-video-wrap .anim-image-parallax-wrap, .grid .gallery-video-wrap .anim-image-parallax-inner, .grid .gallery-video-wrap .gallery-image-hover-zoom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}
.gallery-video-wrap {
    position: relative
}
.gallery-video-wrap::before {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 19px;
    color: #FFF;
    z-index: 2;
    opacity: .3;
    content: "\f03d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}
.gallery-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%
}
@media (min-width:768px) {
    .gallery.ttga-hover [class*="ttgr-gap-"]:not(.ttgr-gap-1) .gallery-item-inner {
        clip-path: inset(0 0 0 0);
        overflow: hidden;
        transition: clip-path 0.8s cubic-bezier(.07, .72, .29, .96)
    }
    .gallery.ttga-hover [class*="ttgr-gap-"]:not(.ttgr-gap-1) .gallery-item:hover .gallery-item-inner {
        clip-path: inset(3% 3% 3% 3%)
    }
    .gallery.ttga-hover .gallery-image-hover-zoom {
        transition: all 1s cubic-bezier(.165, .84, .44, 1)
    }
    .gallery.ttga-hover .gallery-item:hover .gallery-image-hover-zoom {
        transform: scale(1.05)
    }
}
.lg-sub-html {
    font-size: 14px
}
@media (max-width :992px) {
    .lg-sub-html {
        padding: 10px 10px 40px 10px;
        font-size: 14px
    }
}
.lg-sub-html p {
    display: inline-block;
    max-width: 1000px;
    font-size: 16px
}
.lg-outer .lg-thumb {
    margin-left: auto;
    margin-right: auto
}
.lg-outer .lg-thumb-item {
    position: relative;
    border: none;
    border-radius: 0;
    opacity: .4;
    transition: all .3s ease
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    opacity: 1
}
.lg-outer .lg-thumb-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%
}
.lg-progress-bar {
    background-color: #333;
    height: 3px
}
.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 3px
}
@media (max-width:768px) {
    .lg-actions .lg-next, .lg-actions .lg-prev {
        display: none
    }
}
.page-nav {
    position: relative;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
@media screen and (max-width:1900px) and (min-width:1024px) {
    .page-nav {
        max-width: 40vw
    }
}
.pn-link {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    overflow: hidden
}
.pn-title {
    position: relative;
    display: block;
    left: 50%;
    font-size: clamp(42px, 6vw, 110px);
    font-weight: 700;
    font-weight: 500;
    color: #FFF;
    line-height: 1.6;
    opacity: .4;
    white-space: nowrap;
    transform: translate3d(-50%, 0, 0);
    transition: transform .6s cubic-bezier(.51, .57, .17, 1);
    overflow: hidden;
    text-overflow: ellipsis
}
.pn-hover-title {
    position: absolute;
    left: 50%;
    font-size: clamp(36px, 6vw, 110px);
    font-weight: 700;
    font-weight: 500;
    color: #FFF;
    line-height: 1.6;
    white-space: nowrap;
    transform: translate3d(-50%, 100%, 0);
    transition: transform .6s cubic-bezier(.51, .57, .17, 1)
}
@media (max-width:1024px) {
    .pn-title:hover {
        opacity: 1
    }
    .pn-hover-title {
        display: none
    }
}
@media (min-width:1025px) {
    .pn-link:hover .pn-title {
        transform: translate3d(-50%, -100%, 0);
        transition-delay: 0.1s
    }
    .pn-link:hover .pn-hover-title {
        transform: translate3d(-50%, 0, 0);
        transition-delay: 0.1s
    }
    .page-nav .pn-hover-title span {
        display: inline-flex;
        align-items: center;
        padding-right: 5vw;
        animation: marquee 3s linear infinite;
        animation-play-state: paused
    }
    .page-nav .pn-link:hover .pn-hover-title span {
        animation: marquee 3s linear infinite;
        animation-play-state: running
    }
    @-webkit-keyframes marquee {
        from {
            transform: translateX(0)
        }
        to {
            transform: translateX(-100%)
        }
    }
    @keyframes marquee {
        from {
            transform: translateX(0)
        }
        to {
            transform: translateX(-100%)
        }
    }
}
.pn-hover-title span::after {
    position: absolute;
    display: block;
    content: "";
    right: 1.9vw;
    top: 56%;
    width: .8vw;
    height: .8vw;
    background-color: #FFF;
    border-radius: 100px;
    transform: translate3d(0, -50%, 0)
}
.pn-subtitle {
    margin-top: 20px;
    font-size: calc(16px + 0.1vw);
    color: #FFF
}
.page-nav .pn-image {
    display: none
}
.pn-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}
.pn-image::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #040404;
    opacity: .1
}
.pn-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
#magic-cursor.pn-hover-on {
    z-index: -1
}
#magic-cursor.pn-hover-on #ball {
    overflow: hidden;
    border: none !important
}
video.pn-video {
    width: 100%;
    height: 100%;
    object-fit: cover
}
@media (min-width:1025px) {
    .page-nav.pn-stroke .pn-title {
        font-weight: 700;
        font-weight: 800;
        opacity: .6;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #FFF;
        -webkit-text-fill-color: #fff0
    }
    body.is-firefox .page-nav.pn-stroke .pn-title {
        -webkit-text-stroke-width: 2px
    }
}
.logo-wall {
    margin: 0;
    padding: 0;
    margin-left: 2px;
    list-style: none;
    overflow: hidden
}
.logo-wall:after {
    content: "";
    clear: both;
    display: table
}
.logo-wall>li {
    display: block;
    float: left;
    width: 20%;
    margin-left: -2px;
    margin-bottom: -2px;
    text-align: center;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #212121
}
.logo-wall>li>a {
    display: block
}
.logo-wall>li img {
    opacity: .5;
    vertical-align: middle;
    transition: opacity .3s
}
.logo-wall>li:hover img {
    opacity: 1
}
.logo-wall.cl-col-4>li {
    width: 25%
}
.logo-wall.cl-col-3>li {
    width: 33.33333%
}
.logo-wall.cl-col-2>li {
    width: 50%
}
@media (max-width:767px) {
    .logo-wall>li {
        width: 50% !important
    }
}
.image {
    overflow: hidden
}
@media (min-width:1025px) {
    .image.tti-fixed-height img {
        width: 100%;
        height: 80vh;
        object-fit: cover;
        object-position: 50% 50%
    }
}
.intro-img {
    border-radius: 25px
}
.content-carousel {
    position: relative
}
.content-carousel-item {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1;
}
@media (min-width:1025px) {
    .content-carousel .swiper-slide {
        height: 100%;
        width: clamp(520px, 58vw, 760px);
        opacity: .65;
        transition: opacity .35s ease, transform .35s ease;
    }
    .content-carousel .swiper-slide-active{
        opacity: 1;
        transform: scale(1);
    }
    .content-carousel .swiper-slide:not(.swiper-slide-active){
        transform: scale(.97);
    }
    .content-carousel-item {
        margin-left: 3vw;
        margin-right: 3vw
    }
    .content-carousel .cc-image, .content-carousel .swiper-slide .cc-video {
        position: relative;
        width: 100%;
        height: 24vw;
        object-fit: cover;
        border-radius: 22px;
    }
}
@media (max-width:1024px) {
    .content-carousel-item {
        margin-left: 2vw;
        margin-right: 2vw
    }
    .content-carousel .cc-image, .content-carousel .swiper-slide .cc-video {
        position: relative;
        width: 100%;
        height: 60vw;
        object-position: 50% 50%;
        border-radius: 25px
    }
}
.cc-nav-prev, .cc-nav-next {
    position: absolute;
    top: 50%;
    z-index: 20;
    transform: translateY(-50%)
}
.cc-nav-prev {
    left: 2%
}
.cc-nav-next {
    right: 2%
}
@media (min-width:1025px){
  .cc-nav-prev { left: calc(50% - 38vw); }
  .cc-nav-next { right: calc(50% - 38vw); }
}
.cc-nav-arrow {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 21px;
    color: #FFF;
    cursor: pointer;
    outline: none
}
.cc-nav-prev .cc-nav-arrow::after, .cc-nav-next .cc-nav-arrow::after {
    position: relative;
    line-height: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}
.cc-nav-prev .cc-nav-arrow::after {
    content: "\f053"
}
.cc-nav-next .cc-nav-arrow::after {
    content: "\f054"
}
.cc-nav-prev.cc-nav-arrow-disabled .cc-nav-arrow, .cc-nav-next.cc-nav-arrow-disabled .cc-nav-arrow {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}
.content-carousel.cc-hide-navigation .cc-nav-prev, .content-carousel.cc-hide-navigation .cc-nav-next {
    display: none !important
}
.cc-pagination {
    position: absolute;
    bottom: 5%;
    left: 50%;
    z-index: 1;
    transform: translate3d(-50%, 0, 0)
}
.cc-pagination-bullets {
    font-size: 0
}
.cc-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff0;
    margin: 8px;
    opacity: 1;
    border-radius: 100%;
    border: 2px solid #fff
}
.cc-pagination-bullets .swiper-pagination-bullet-active {
    background: #FFF;
    opacity: 1
}
.cc-pagination-bullets-dynamic {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    white-space: nowrap;
    overflow: hidden;
    font-size: 0
}
.cc-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative;
    transition: .2s transform, .2s left
}
.cc-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}
.cc-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}
.cc-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}
.cc-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}
.cc-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}
.cc-pagination-fraction {
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    letter-spacing: 2px
}
.cc-pagination-fraction .swiper-pagination-current {
    position: relative;
    top: -4px
}
.cc-pagination-fraction .swiper-pagination-total {
    position: relative;
    bottom: -4px
}
.cc-pagination-progressbar {
    width: 100%;
    max-width: 200px;
    height: 2px;
    background-color: rgb(255 255 255 / .3)
}
@media (max-width:768px) {
    .cc-pagination-progressbar {
        max-width: 90%
    }
}
.cc-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    transform: scale(0);
    transform-origin: left top
}
.content-carousel.cc-pagination-outside {
    overflow: visible;
    margin-bottom: 100px
}
.content-carousel.cc-pagination-outside .cc-pagination {
    bottom: -55px
}
body:not(.is-mobile) .content-carousel.cc-hide-pagination .cc-pagination {
    display: none !important
}
@media (min-width:1025px) {
    .content-carousel.cc-shifted .swiper-slide:nth-child(2n) {
        padding-top: 7%
    }
}
.testimonials-slider {
    position: relative;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px
}
.testimonials-slider .ts-item {
    position: relative;
    display: block;
    margin: 0 auto;
    opacity: .1;
    transition: opacity 0.3s
}
.testimonials-slider .swiper-slide-active .ts-item {
    opacity: 1
}
.testimonials-slider .ts-text {
    font-size: calc(19px + 0.6vw);
    line-height: 1.6;
    font-style: italic
}
.testimonials-slider .ts-subtext {
    margin-top: 30px;
    font-size: 19px;
    color: #999
}
@media (min-width:1025px) {
    .testimonials-slider .swiper-slide {
        width: auto;
        max-width: 800px;
        margin-left: 3vw;
        margin-right: 3vw
    }
}
@media (max-width:1024px) {
    .testimonials-slider .swiper-slide {
        width: 100% !important;
        margin-left: 3vw;
        margin-right: 3vw
    }
    .testimonials-slider .ts-item {
        padding: 20px
    }
}
.ts-nav-prev, .ts-nav-next {
    position: absolute;
    top: 50%;
    z-index: 20;
    transform: translateY(-50%)
}
@media (max-width:1024px) {
    .ts-nav-prev, .ts-nav-next {
        display: none
    }
}
.ts-nav-prev {
    left: -10%
}
.ts-nav-next {
    right: -10%
}
.ts-nav-arrow {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 21px;
    color: #FFF;
    cursor: pointer;
    outline: none
}
.ts-nav-prev .ts-nav-arrow::after, .ts-nav-next .ts-nav-arrow::after {
    position: relative;
    line-height: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}
.ts-nav-prev .ts-nav-arrow::after {
    content: "\f053"
}
.ts-nav-next .ts-nav-arrow::after {
    content: "\f054"
}
.ts-nav-prev.ts-nav-arrow-disabled .ts-nav-arrow, .ts-nav-next.ts-nav-arrow-disabled .ts-nav-arrow {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}
.testimonials-slider.ts-hide-navigation .ts-nav-prev, .testimonials-slider.ts-hide-navigation .ts-nav-next {
    display: none !important
}
.ts-pagination {
    position: absolute;
    left: 50%;
    bottom: -80px;
    z-index: 1;
    transform: translate3d(-50%, 0, 0)
}
@media (max-width:1024px) {
    .ts-pagination {
        bottom: -50px
    }
}
@media (min-width:1025px) {
    .testimonials-slider.ts-hide-pagination {
        margin-bottom: 0
    }
    .testimonials-slider.ts-hide-pagination .ts-pagination {
        display: none !important
    }
}
.ts-pagination-bullets {
    font-size: 0
}
.ts-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff0;
    margin: 8px;
    opacity: 1;
    border-radius: 100%;
    border: 2px solid #fff
}
.ts-pagination-bullets .swiper-pagination-bullet-active {
    background: #FFF;
    opacity: 1
}
.ts-pagination-bullets-dynamic {
    white-space: nowrap;
    overflow: hidden;
    font-size: 0
}
.ts-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative;
    transition: .2s transform, .2s left
}
.ts-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}
.ts-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}
.ts-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}
.ts-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}
.ts-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}
.testimonials-slider.ts-full-width {
    max-width: 100%
}
.testimonials-slider.ts-full-width .ts-pagination {
    margin-top: 3%
}
.testimonials-slider.ts-full-width .ts-nav-prev {
    left: 2%
}
.testimonials-slider.ts-full-width .ts-nav-next {
    right: 2%
}
.testimonials-slider.ts-scale-down .swiper-slide {
    transition: none !important
}
button {
    background-color: #fff0;
    cursor: pointer;
    border: none
}
.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #fff0;
    margin: 15px 15px 15px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    border: none;
    border-radius: 100px;
    z-index: 9
}
.btn:last-child {
    margin-right: 0
}
.btn>* {
    position: relative;
    color: #FFF;
    transition: transform 0.3s
}
.btn>*, .btn>*::after {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 30px;
    line-height: 1
}
.btn>*::after {
    position: absolute;
    content: attr(data-hover);
    top: 100%;
    width: 100%;
    left: 0;
    padding-left: 0;
    padding-right: 0
}
.btn:hover>* {
    transform: translate3d(0, -100%, 0)
}
.btn-block {
    display: block;
    width: 100%;
    margin-right: 0;
    text-align: center
}
.btn-block>* {
    width: 100%
}
.btn-round {
    width: 110px;
    height: 110px
}
@media (max-width:1024px) {
    .btn-round {
        width: 100px;
        height: 100px
    }
}
.btn-round>* {
    max-width: 75%;
    padding: 0;
    line-height: 1.4
}
.btn-round>*::after {
    width: 100;
    line-height: 1.4
}
.btn-primary {
    background-color: var(--primary)
}
.btn-primary>*, .btn-primary>*::after {
    color: #FFF
}
.btn-primary:hover>* {
    color: #FFF
}
.btn-primary-outline {
    box-shadow: inset 0 0 0 2px var(--primary)
}
.btn-primary-outline>*, .btn-primary-outline>*::after {
    color: #4c2122
}
.btn-primary-outline:hover>* {
    color: #4c2122
}
.btn-light {
    background-color: #FFF
}
.btn-light>*, .btn-light>*::after {
    color: #111
}
.btn-light:hover>* {
    color: #111
}
.btn-light-outline {
    box-shadow: inset 0 0 0 2px #FFF
}
.btn-light-outline>*, .btn-light-outline>*::after {
    color: #FFF
}
.btn-light-outline:hover>* {
    color: #FFF
}
.btn-dark {
    background-color: #292929
}
.btn-dark>*, .btn-dark>*::after {
    color: #FFF
}
.btn-dark:hover>* {
    color: #FFF
}
.btn-dark-outline {
    box-shadow: inset 0 0 0 2px #222
}
.btn-dark-outline>*, .btn-dark-outline>*::after {
    color: #222
}
.btn-dark-outline:hover>* {
    color: #222
}
.btn-link {
    align-items: center;
    border-radius: 0
}
.btn-link>*, .btn-link>*::after {
    padding: 0;
    line-height: 1.6;
    color: #FFF
}
.btn-link:hover>* {
    color: #FFF
}
.btn-link::after {
    display: inline-flex;
    content: "";
    width: 40px;
    height: 1px;
    background-color: #FFF;
    margin-top: 2px;
    margin-left: 15px
}
body:not(.is-mobile) .btn-link:hover::after {
    animation: swipe-line .8s cubic-bezier(.475, .425, 0, .995) forwards
}
@keyframes swipe-line {
    0% {
        transform-origin: right;
        transform: scale(1)
    }
    33% {
        transform-origin: right;
        transform: scaleX(0)
    }
    66% {
        transform-origin: left;
        transform: scaleX(0)
    }
    to {
        transform-origin: left;
        transform: scale(1)
    }
}
.btn.btn-disabled {
    opacity: .4
}
.btn.btn-disabled *, .btn button[disabled] {
    cursor: not-allowed
}
.social-buttons ul {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}
.social-buttons ul>li {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 0 2px
}
@media (max-width:991px) {
    .social-buttons ul>li {
        margin: 0
    }
}
.social-buttons ul>li:first-child {
    margin-left: 0
}
.social-buttons ul>li:last-child {
    margin-right: 0
}
.social-buttons>ul>li a {
    display: block;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    color: #eaeaea;
    transition: opacity 0.2s
}
body:not(.magic-cursor) .social-buttons>ul:hover>li a {
    opacity: .5
}
body:not(.magic-cursor) .social-buttons>ul>li a:hover {
    opacity: 1
}
.accordion {
    position: relative
}
.accordion-item {
    position: relative
}
.accordion-heading {
    position: relative;
    padding: 20px 13% 20px 0;
    cursor: pointer
}
.accordion-item:first-child .accordion-heading {
    padding-top: 0
}
.ac-head-title {
    margin: 0;
    font-size: 32px;
    line-height: 1.2
}
@media (max-width:991px) {
    .ac-head-title {
        font-size: 28px
    }
}
.accordion-subtext {
    margin-top: 10px;
    font-size: 19px;
    font-weight: 400;
    color: #999
}
.accordion-caret-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0)
}
.accordion-caret {
    position: relative;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: #FFF;
    cursor: pointer;
    z-index: 2;
    opacity: .3;
    transition: opacity 0.3s
}
.accordion-item:not(.active) .accordion-heading:hover .accordion-caret, .accordion-caret:hover {
    opacity: 1
}
.accordion-caret::before, .accordion-caret::after {
    position: absolute;
    display: block;
    content: "";
    background-color: #FFF
}
.accordion-caret::before {
    width: 3px;
    height: 100%;
    transition: height 0.3s
}
.accordion-caret::after {
    width: 100%;
    height: 3px
}
.accordion-item.active .accordion-caret::before {
    height: 0
}
.accordion-content {
    padding-bottom: 40px;
    color: #e0e0e0
}
.accordion-content:not(.is-open) {
    display: none
}
.accordion-content p:last-child {
    margin-bottom: 0
}
.accordion.ac-borders .accordion-heading {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgb(125 125 125 / 40%)
}
.accordion.ac-borders .accordion-item:last-child {
    border-bottom: 1px solid rgb(125 125 125 / 40%)
}
.accordion.ac-sm .ac-head-title {
    font-size: calc(24px + 0.1vw)
}
.accordion.ac-lg .ac-head-title {
    font-size: calc(24px + 1vw)
}
.accordion.ac-xlg .accordion-heading {
    padding-top: 45px;
    padding-bottom: 45px
}
.accordion.ac-xlg .ac-head-title {
    font-size: calc(24px + 1.5vw)
}
.accordion.ac-xxlg .accordion-heading {
    padding-top: 60px;
    padding-bottom: 60px
}
.accordion.ac-xxlg .ac-head-title {
    font-size: calc(24px + 2vw)
}
table {
    width: 100%;
    empty-cells: show;
    word-wrap: break-word;
    margin: 0 0 30px 0;
    text-align: left;
    font-size: 16px;
    border-spacing: 0;
    border-collapse: collapse;
    border: none
}
th {
    font-weight: 700;
    font-weight: 600
}
th, td {
    padding: 8px 5px;
    font-size: 16px;
    vertical-align: middle
}
table.table th, table.table td {
    border: 1px solid rgb(120 120 120 / 25%)
}
table.table tbody tr:nth-of-type(odd) {
    background-color: rgb(133 133 133 / 5%)
}
table.table thead {
    background-color: rgb(133 133 133 / 15%)
}
table.table thead th, table.table thead td {
    padding: 16px 20px
}
table.table tbody th, table.table tbody td {
    padding: 12px 20px
}
table.table tfoot {
    background-color: rgb(133 133 133 / 15%)
}
table.table tfoot th, table.table tfoot td {
    padding: 16px 20px
}
.tabs {
    position: relative
}
.tabs-buttons {
    border-radius: 3px;
    overflow: hidden
}
.tabs-buttons ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}
.tabs-buttons>ul>li {
    margin: 0 5px 5px 0
}
.tab-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    background-color: #1c1c1c;
    padding: 10px 40px;
    text-align: center;
    font-size: 19px;
    color: #8b8b8b;
    cursor: pointer;
    border: none;
    outline: none;
    transition: .2s ease-in-out
}
.tab-btn:hover {
    background-color: #262626;
    color: #FFF
}
.tab-btn.active {
    background-color: #323232;
    color: #FFF
}
@media (max-width:991px) {
    .tabs-buttons ul {
        display: block
    }
    .tabs-buttons>ul>li {
        margin: 0 0 2px 0
    }
    .tab-btn {
        height: 60px
    }
}
.tab-content {
    display: none;
    padding-top: 50px
}
.tab-content.active {
    display: block
}
.tabs.tabs-minimal .tabs-buttons {
    border-bottom: 1px solid #333
}
.tabs.tabs-minimal .tab-btn {
    height: 60px;
    background-color: #fff0;
    padding: 10px 0;
    border: none
}
@media (min-width:992px) {
    .tabs.tabs-minimal .tabs-buttons>ul>li {
        margin: 0 40px 0 0
    }
    .tabs.tabs-minimal .tab-btn.active::after {
        position: absolute;
        content: "";
        bottom: 0;
        z-index: 0;
        width: 100%;
        height: 3px;
        background-color: #FFF
    }
}
@media (max-width:991px) {
    .tabs.tabs-minimal .tab-btn {
        border-top: 1px solid #333
    }
}
@media (min-width:992px) {
    .tabs.tabs-justified .tabs-buttons ul {
        flex-wrap: nowrap
    }
    .tabs.tabs-justified .tabs-buttons>ul>li {
        width: 100%;
        margin: 0 2px 0 0
    }
    .tabs.tabs-justified .tab-btn {
        padding: 10px 0
    }
}
.magnetic-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}
blockquote {
    position: relative;
    margin: 35px 5%;
    padding-left: 40px;
    font-size: 24px;
    border-left: 4px solid #3e3e3e
}
@media (max-width:768px) {
    blockquote {
        margin-left: 0;
        margin-right: 0
    }
}
blockquote.open-quote {
    border: none
}
blockquote.open-quote::before {
    position: absolute;
    content: open-quote;
    top: 0;
    left: 0;
    font-size: 84px;
    font-weight: 300;
    color: #D2D2D2;
    line-height: 1
}
blockquote footer {
    display: block;
    margin-top: 20px;
    font-size: 80%;
    color: #999
}
blockquote footer::before {
    display: inline-block;
    content: "";
    width: 40px;
    height: 2px;
    background-color: #7d7d7d;
    margin: 0 10px 5px 0
}
figure {
    position: relative;
    margin: 0
}
figure img {
    width: 100%;
    height: auto
}
figcaption {
    position: relative;
    max-width: 600px;
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    color: #FFF;
    z-index: 9;
    opacity: .8
}
@media (min-width:1025px) {
    figcaption {
        position: absolute;
        right: 5%;
        bottom: 5%;
        background-color: rgb(0 0 0 / .7)
    }
}
figcaption a {
    border-bottom: 1px dotted
}
figcaption a:hover {
    opacity: .9
}
.content-carousel figcaption{
  position:absolute;
  right:18px;
  bottom:18px;
  font-size:13px;
  letter-spacing:.06em;
  text-transform:uppercase;
  padding:10px 14px;
  border-radius:4px;
  background:rgba(0,0,0,.55);
  backdrop-filter: blur(6px);
  font-style: normal;
}

.form-control {
    display: block;
    width: 100%;
    background-color: #fff0;
    padding: 5px 15px;
    font-size: 17px;
    font-weight: 400;
    color: #FFF;
    border: 1px solid rgb(136 136 136 / 65%);
    border-radius: 3px
}
.form-control:focus {
    color: #FFF;
    background-color: #fff0;
    border-color: rgb(204 204 204 / 85%);
    outline: none;
    box-shadow: none
}
.form-control+.form-control {
    margin-top: 20px
}
.form-control:disabled, .form-control[readonly] {
    background-color: rgb(176 176 176 / 6%);
    opacity: .4;
    cursor: not-allowed
}
.form-control:not(textarea):not([size]) {
    height: 56px
}
.form-text {
    display: block;
    margin-top: 5px;
    font-style: italic;
    color: #999
}
label {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 700;
    font-weight: 500
}
label .required {
    opacity: .8
}
::-webkit-input-placeholder {
    color: #999 !important
}
:-moz-placeholder {
    color: #999 !important
}
::-moz-placeholder {
    color: #999 !important
}
:-ms-input-placeholder {
    color: #999 !important
}
.form-group {
    margin-bottom: 30px
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    cursor: pointer
}
textarea, textarea.form-control {
    padding: 15px
}
select, select.form-control {
    cursor: pointer;
    color: #999
}
select option {
    background-color: #131212;
    color: #FFF
}
select option[value=""][disabled] {
    display: none
}
select[multiple] option {
    background-color: #fff0;
    color: #FFF
}
select option[disabled], select[multiple] option[disabled] {
    color: #999
}
select:required:invalid {
    color: #999
}
input[type=range] {
    width: 100%
}
@media (min-width:1025px) {
    form.form-inline {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }
    form.form-inline .form-group {
        margin: 0 15px 0 0
    }
    form.form-inline .btn {
        margin: 40px 0 0 0
    }
    .form-group.form-inline {
        display: flex;
        align-items: center;
        margin: 0
    }
    .form-group.form-inline label {
        display: flex;
        margin: 0 15px 0 0
    }
    .form-group.form-inline label span {
        margin: 0 0 0 4px
    }
    form.form-inline .btn.form-inline {
        margin: 0
    }
}
.form-check, .form-radio {
    position: relative;
    display: block;
    margin: 0 0 10px 5px;
    line-height: 1.2
}
.form-check input, .form-radio input {
    position: absolute;
    top: 50%;
    opacity: 0;
    cursor: pointer;
    transform: translate3d(0, -50%, 0)
}
.form-check label, .form-radio label {
    position: relative;
    display: inline;
    margin-bottom: 10px;
    padding-left: 26px;
    vertical-align: middle;
    font-size: 17px;
    cursor: pointer
}
.form-check label::before, .form-radio label::before {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
    content: "";
    background-color: #4e4e4e;
    border-radius: 3px;
    transition: background-color 0.2s
}
.form-check:hover label::before, .form-radio:hover label::before {
    background-color: #5a5a5a
}
.form-check label::after, .form-radio label::after {
    position: absolute;
    display: none;
    content: "";
    top: 7px;
    left: 6px;
    width: 4px;
    height: 6px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}
.form-check input:checked~label::after, .form-radio input:checked~label::after {
    display: block
}
.form-radio label::before {
    border-radius: 100px
}
.form-radio label::after {
    top: 9px;
    left: 6px;
    width: 4px;
    height: 4px;
    background-color: #FFF;
    border-radius: 100%
}
.form-check input:disabled, .form-radio input:disabled {
    cursor: not-allowed
}
.form-check input:disabled~label, .form-radio input:disabled~label {
    cursor: not-allowed;
    opacity: .3
}
.form-check.form-check-inline, .form-radio.form-radio-inline {
    display: inline-block;
    margin-right: 10px
}
.btn-file {
    vertical-align: middle
}
.btn-file>* input {
    position: absolute;
    left: 50%;
    width: 1%;
    opacity: 0
}
.file-info {
    width: 75%;
    background-color: #fff0;
    border: none;
    outline: none;
    font-size: 14px;
    color: #777;
    line-height: 1
}
.form-btn-inside {
    position: relative
}
.form-btn-inside .form-control {
    padding-right: 60px !important
}
.form-btn-inside button {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 60px;
    height: 54px;
    background-color: #fff0;
    font-size: 19px;
    color: #999;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 0 3px 3px 0
}
.form-btn-inside button:hover {
    color: #FFF
}
.form-filled .form-control {
    background-color: rgb(136 136 136 / 10%);
    color: #FFF;
    border: none
}
.form-filled .form-control:focus {
    box-shadow: inset 0 0 0 1px rgb(136 136 136 / 60%)
}
.form-filled .form-control:disabled, .form-filled .form-control[readonly] {
    opacity: .3
}
.form-minimal .form-group label {
    margin-bottom: 0
}
.form-minimal .form-control:not(select), .form-minimal select.form-control:not([multiple]) {
    background-color: #fff0;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-radius: 2px
}
.form-minimal select.form-control:not([multiple]) {
    padding-right: 15px
}
.form-minimal .form-control:focus {
    border-color: #FFF
}
.form-minimal .form-control:disabled, .form-minimal .form-control[readonly] {
    opacity: .2
}
.form-minimal .form-control, .form-minimal .form-control select {
    border-color: rgb(136 136 136 / 60%)
}
.form-sm .form-control:not(textarea):not([size]), .form-control.form-sm, .form-btn-inside .form-control.form-sm+button {
    height: 40px !important;
    font-size: 80%
}
.form-sm .form-btn-inside button {
    height: 38px !important
}
.form-lg .form-control:not(textarea):not([size]), .form-control.form-lg, .form-btn-inside .form-control.form-lg+button {
    height: 70px !important
}
.form-lg .form-btn-inside button {
    height: 68px !important
}
.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px
}
.contact-info>li {
    padding: 3px 0
}
.ci-icon {
    display: inline-block;
    margin-right: 10px;
    font-size: 80%
}
.contact-info a {
    display: inline;
    transition: color 0.2s
}
.contact-info a:hover {
    color: #FFF
}
.contact-info .social-buttons {
    display: inline-block;
    margin-top: 15px;
    margin-left: -13px
}
.bg-video-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}
video.bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.bg-noise {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    overflow: hidden
}
.bg-noise:before {
    position: absolute;
    content: '';
    top: -10rem;
    left: -10rem;
    width: calc(100% + 20rem);
    height: calc(100% + 20rem);
    z-index: -1;
    pointer-events: none;
    background-image: url(../img/bg-noise.png);
    background-position: 50%;
    animation: BgNoise 1s steps(2) infinite
}
@keyframes BgNoise {
    0% {
        transform: translate3d(0, 9rem, 0)
    }
    10% {
        transform: translate3d(-1rem, -4rem, 0)
    }
    20% {
        transform: translate3d(-8rem, 2rem, 0)
    }
    30% {
        transform: translate3d(9rem, -9rem, 0)
    }
    40% {
        transform: translate3d(-2rem, 7rem, 0)
    }
    50% {
        transform: translate3d(-9rem, -4rem, 0)
    }
    60% {
        transform: translate3d(2rem, 6rem, 0)
    }
    70% {
        transform: translate3d(7rem, -8rem, 0)
    }
    80% {
        transform: translate3d(-9rem, 1rem, 0)
    }
    90% {
        transform: translate3d(6rem, -5rem, 0)
    }
    to {
        transform: translate3d(-7rem, 0, 0)
    }
}
.embed {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden
}
.embed::before {
    display: block;
    content: "";
    padding-bottom: 56.25%
}
.embed .embed-item, .embed embed, .embed iframe, .embed object, .embed video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.scrolling-text {
    display: flex;
    position: relative;
    pointer-events: none
}
.scrolling-text-inner {
    padding-left: 2vw;
    font-size: 7.5vw;
    line-height: 1.1;
    font-weight: 700;
    font-weight: 500;
    color: #FFF;
    white-space: nowrap;
    animation-name: tt_scrolling_text;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running
}
.scrolling-text-inner:after {
    content: attr(data-text)
}
@keyframes tt_scrolling_text {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}
.scrolling-text.scr-text-reverse .scrolling-text-inner {
    animation-direction: reverse
}
@media (min-width:1025px) {
    .scrolling-text.scr-text-stroke .scrolling-text-inner {
        font-weight: 700;
        font-weight: 700;
        color: #fff0;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #AAA;
        -webkit-text-fill-color: #fff0
    }
}
.pagination {
    display: flex;
    margin-top: 40px;
    padding: 40px 3%
}
body.boxed .wrap .pagination {
    padding-left: 0;
    padding-right: 0
}
.pagin-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.pagin-item {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 28px;
    font-weight: 700;
    color: #FFF;
    opacity: .4;
    transition: opacity 0.3s
}
@media (max-width:480px) {
    .pagin-item {
        width: 40px;
        height: 40px;
        font-size: 21px
    }
}
.pagin-item:hover, .pagin-item.active {
    opacity: 1
}
.pagin-prev {
    margin-right: 3%
}
.pagin-next {
    margin-left: 3%
}
.pagination.pagin-center {
    justify-content: space-between;
    text-align: center
}
.sidebar {
    margin-top: 15px;
    margin-left: 30px
}
@media (max-width:1600px) {
    .sidebar {
        margin-left: 10px
    }
}
.row.lg-row-reverse .sidebar {
    margin-left: 0;
    margin-right: 30px
}
@media (max-width:1600px) {
    .row.lg-row-reverse .sidebar {
        margin-right: 10px
    }
}
.sidebar-trigger, .sidebar-close-btn {
    display: none
}
@media (max-width:991px) {
    .sidebar-wrap {
        position: absolute;
        z-index: 9999
    }
    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 400px;
        height: 100vh;
        z-index: 2;
        background-color: #1b1b1b;
        padding: 60px 30px 100px 30px;
        margin: 0;
        overflow-y: auto;
        transform: translate3d(-100%, 0, 0);
        transition: transform 0.4s ease-in-out
    }
    body.sidebar-open .sidebar {
        transform: translate3d(0, 0, 0)
    }
    body.sidebar-open {
        overflow-y: hidden !important
    }
    .sidebar-cover {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 75%);
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s
    }
    body.sidebar-open .sidebar-cover {
        opacity: 1;
        visibility: visible
    }
    .sidebar-trigger {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 15px;
        bottom: 15px;
        width: 40px;
        height: 40px;
        background-color: #4c2122;
        font-size: 16px;
        color: #FFF;
        line-height: 1;
        cursor: pointer;
        z-index: 3;
        border-radius: 100px
    }
    .sidebar-trigger .str-icon-close {
        display: none
    }
    .header-tools-dynamic .sidebar-trigger {
        position: relative;
        bottom: auto;
        right: auto;
        width: 40px;
        height: 45px;
        background-color: #fff0;
        border-radius: 0
    }
    .ph-share .sidebar-trigger {
        position: relative;
        bottom: auto;
        right: auto;
        width: 40px;
        height: 40px;
        background-color: #fff0;
        border-radius: 0
    }
    body.sidebar-open .sidebar-trigger .str-icon-close {
        display: block
    }
    body.sidebar-open .sidebar-trigger .str-icon {
        display: none
    }
    .sidebar-close-btn {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 20px;
        right: 25px;
        width: 30px;
        height: 30px;
        background-color: #333;
        font-size: 16px;
        cursor: pointer;
        border-radius: 50px;
        transition: transform 0.3s
    }
    .sidebar-close-btn:hover {
        transform: rotate(90deg)
    }
}
@media (max-width:440px) {
    .sidebar {
        width: 90%;
        padding: 60px 20px 100px 20px
    }
}
.sliding-sidebar-wrap {
    position: relative;
    z-index: 9999
}
body.sliding-sidebar-open {
    overflow-y: hidden !important
}
body.sliding-sidebar-open .scrollbar-track {
    display: none !important
}
.sliding-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    height: 100vh;
    z-index: 2;
    background-color: #1b1b1b;
    padding-top: 60px;
    overflow: hidden;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.4s ease-in-out
}
@media (max-width:440px) {
    .sliding-sidebar {
        width: 90%
    }
}
body.sliding-sidebar-open .sliding-sidebar {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0)
}
.sliding-sidebar-inner {
    height: 100%;
    overflow-y: auto;
    padding: 0 6% 10% 6%
}
body.is-mobile .sliding-sidebar-inner {
    padding-bottom: 100px
}
.sliding-sidebar-close {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 75%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s
}
body.sliding-sidebar-open .sliding-sidebar-close {
    opacity: 1;
    visibility: visible
}
.sliding-sidebar-close-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 25px;
    width: 30px;
    height: 30px;
    background-color: #333;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50px;
    transition: transform 0.3s
}
.sliding-sidebar-close-btn:hover {
    transform: rotate(90deg)
}
@media (min-width:769px) {
    body.sliding-sidebar-left-on #content-wrap {
        padding-left: 40px
    }
    body.sliding-sidebar-right-on #content-wrap {
        padding-right: 40px
    }
    body.sliding-sidebar-left-on .header-inner {
        padding-left: 70px
    }
    body.sliding-sidebar-right-on .header-inner {
        padding-right: 70px
    }
    body.sliding-sidebar-left-on .footer-inner {
        padding-left: 35px
    }
    body.sliding-sidebar-right-on .footer-inner {
        padding-right: 35px
    }
}
.sliding-sidebar-trigger {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 40px;
    height: 100vh;
    background-color: #1b1b1b;
    font-size: 20px;
    color: gray;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, width 0.3s
}
@media (min-width:769px) {
    body:not(.is-mobile) .sliding-sidebar-trigger:hover {
        width: 54px;
        background-color: #222;
        color: #FFF
    }
}
.sliding-sidebar-trigger .ss-icon-close {
    display: none
}
.ss-right .sliding-sidebar {
    left: auto;
    right: 0;
    transform: translate3d(100%, 0, 0)
}
.ss-right .sliding-sidebar-trigger {
    left: auto;
    right: 0
}
@media (max-width:768px) {
    .sliding-sidebar-trigger {
        top: auto;
        left: auto;
        right: 10px;
        bottom: 15px;
        width: 40px;
        height: 40px;
        background-color: #4c2122;
        font-size: 16px;
        color: #FFF;
        border-radius: 100px;
        z-index: 3
    }
    .header-tools-dynamic .sliding-sidebar-trigger {
        position: relative;
        bottom: auto;
        right: auto;
        width: 45px;
        height: 45px;
        background-color: #fff0;
        border-radius: 0
    }
    .ph-share .sliding-sidebar-trigger {
        position: relative;
        bottom: auto;
        right: auto;
        width: 40px;
        height: 40px;
        background-color: #fff0;
        border-radius: 0
    }
    body.sliding-sidebar-open .sliding-sidebar-trigger .ss-icon {
        display: none
    }
    body.sliding-sidebar-open .sliding-sidebar-trigger .ss-icon-close {
        display: block
    }
}
.sidebar-widget {
    padding-bottom: 25px;
    margin-bottom: 25px
}
.sidebar-heading {
    position: relative;
    margin-bottom: 40px;
    font-size: 21px;
    font-weight: 700
}
.sidebar-heading:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: -15px;
    width: 35px;
    height: 2px;
    background-color: #555
}
.sidebar-categories>ul>li {
    padding: 0
}
.sidebar-categories>ul>li>a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    color: #b1b1b1;
    line-height: 1;
    padding: 10px 0;
    transition: all 0.2s ease-in-out 0s
}
.sidebar-categories>ul>li>a:hover {
    color: #FFF
}
.sidebar-categories>ul>li>a span {
    position: relative;
    float: right;
    top: -5px;
    background-color: rgb(133 133 133 / 22%);
    padding: 8px 9px 8px 9px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #CCC;
    overflow: hidden;
    z-index: 1;
    border-radius: 100px;
    transition: all .2s ease-in-out
}
.sidebar-categories>ul>li>a:hover span {
    background-color: rgb(133 133 133 / 40%);
    color: #FFF
}
.sidebar-post-list>ul>li {
    list-style: none;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px
}
.sidebar-post-list>ul>li:last-child {
    margin: 0;
    padding: 0;
    border: 0
}
.sidebar-post-title {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 700;
    font-weight: 500;
    line-height: 1.4
}
.sidebar-post-title a {
    color: #b1b1b1;
    display: inline;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: -ms-linear-gradient(transparent 96%, currentColor 1px);
    transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 96%
}
.sidebar-post-title a:hover {
    background-size: 100% 96%;
    color: #FFF
}
.sidebar-post-author {
    display: block;
    font-size: 14px;
    color: #777;
    line-height: 15px
}
.sidebar-post-author a {
    color: #777
}
.sidebar-post-author a:hover {
    opacity: .8
}
.sidebar-post-date {
    display: block;
    font-size: 13px;
    color: #777
}
.sidebar-comments-list ul {
    margin: 0
}
.sidebar-comment {
    padding-bottom: 15px;
    margin-bottom: 15px
}
.sidebar-comment:last-child {
    margin: 0;
    padding: 0;
    border: none
}
.sidebar-comment-meta {
    overflow: hidden
}
.sidebar-comment-author {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2
}
.sidebar-comment-author a {
    position: relative;
    color: #CCC;
    display: inline;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: -ms-linear-gradient(transparent 96%, currentColor 1px);
    transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 96%
}
.sidebar-comment-author a:hover {
    background-size: 100% 96%;
    color: #FFF
}
.sidebar-comment-date {
    display: block;
    font-size: 13px;
    color: #777
}
.sidebar-comment-text {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.4;
    font-style: italic;
    color: #FFF
}
.sidebar-comment-text a {
    color: #999
}
.sidebar-comment-text a:hover {
    opacity: .8
}
.sidebar-comment-text p {
    margin-bottom: 0
}
.sidebar-tags-list::after {
    content: "";
    display: table;
    clear: both
}
.sidebar-tags-list>ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0
}
.sidebar-tags-list>ul>li {
    margin: 3px
}
.sidebar-tags-list a {
    position: relative;
    display: block;
    background-color: rgb(160 160 160 / 12%);
    padding: 2px 10px;
    font-size: 13px;
    font-weight: 300;
    color: #cacaca;
    overflow: hidden;
    z-index: 1;
    border-radius: 50px;
    transition: all .2s ease-in-out
}
.sidebar-tags-list a:hover {
    background-color: rgb(160 160 160 / 35%);
    color: #FFF
}
.sidebar-meta ul>li>a {
    position: relative;
    margin: 3px 0;
    font-size: 16px;
    color: #b1b1b1;
    display: inline;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: -ms-linear-gradient(transparent 96%, currentColor 1px);
    transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 96%
}
.sidebar-meta ul>li>a:hover {
    background-size: 100% 96%;
    color: #FFF
}
.blog-list-item {
    position: relative;
    margin-bottom: 80px
}
.bli-image {
    position: relative;
    display: block;
    overflow: hidden
}
.bli-image img {
    transition: all 1s cubic-bezier(.165, .84, .44, 1)
}
.bli-image:hover img {
    transform: scale(1.05)
}
#blog-list.bli-image-cropped .bli-image {
    position: relative;
    background-color: rgb(130 130 130 / .1);
    padding-bottom: 55%
}
#blog-list.bli-image-cropped .bli-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%
}
.bli-info {
    position: relative;
    padding-top: 30px
}
.bli-categories {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 16px;
    color: #999
}
.bli-categories a {
    position: relative;
    display: inline-block
}
.bli-categories a:hover {
    opacity: .8
}
.bli-categories a~a:not(:empty)::before {
    content: ", "
}
.bli-title {
    margin-bottom: 20px;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 700;
    font-weight: 600;
    color: #FFF;
    line-height: 1.6
}
.bli-title a {
    color: #FFF;
    display: inline;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: -ms-linear-gradient(transparent 96%, currentColor 1px);
    transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 96%
}
.bli-title a:hover {
    background-size: 100% 96%
}
.bli-meta {
    font-size: 15px;
    color: #999
}
.bli-meta a {
    position: relative;
    padding-bottom: 2px;
    color: #999
}
.bli-meta a:hover {
    opacity: .8
}
.bli-desc {
    margin-top: 40px;
    font-weight: 300;
    font-size: 19px;
    color: #BBB
}
.bli-read-more {
    margin: 20px 0 0 0
}
@media (min-width:1025px) {
    #blog-list.bli-compact .blog-list-item {
        display: flex;
        margin-bottom: 100px
    }
    #blog-list.bli-compact .bli-image-wrap {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }
    #blog-list.bli-compact .bli-image {
        padding-bottom: 0
    }
    #blog-list.bli-compact .bli-image, #blog-list.bli-compact .anim-image-parallax-wrap {
        height: 100%
    }
    #blog-list.bli-compact .bli-info {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        padding-top: 0
    }
    #blog-list.bli-compact .bli-image-wrap+.bli-info {
        padding: 0 0 0 5%
    }
    #blog-list.bli-compact .bli-categories {
        margin-bottom: 10px
    }
    #blog-list.bli-compact .bli-title {
        margin-bottom: 15px;
        font-size: clamp(28px, 3vw, 38px)
    }
    #blog-list.bli-compact .bli-desc {
        margin-top: 15px
    }
    #blog-list.bli-compact .bli-read-more {
        margin: 20px 0 0 0
    }
    body:not(.sidebar-on) #blog-list.bli-compact {
        counter-reset: bli-compact-counter
    }
    body:not(.sidebar-on) #blog-list.bli-compact .bli-info::before {
        position: absolute;
        counter-increment: bli-compact-counter;
        content: ""counter(bli-compact-counter, decimal-leading-zero);
        top: -20%;
        left: 30%;
        line-height: 1;
        font-size: clamp(40px, 37vw, 360px);
        font-weight: 400;
        color: #FFF;
        opacity: .1;
        z-index: -1
    }
    body.sidebar-on #blog-list.bli-compact .bli-title {
        font-size: 30px
    }
}
.blog-interactive-item {
    position: relative;
    margin-bottom: 100px
}
@media (max-width:1400px) {
    .blog-interactive-item {
        padding-left: 3%;
        padding-right: 3%
    }
}
@media (max-width:768px) {
    .blog-interactive-item {
        padding-left: 0;
        padding-right: 0
    }
}
@media (min-width:769px) {
    .blog-interactive {
        counter-reset: bi-item-counter
    }
    .blog-interactive-item::before {
        position: absolute;
        counter-increment: bi-item-counter;
        content: ""counter(bi-item-counter, decimal-leading-zero);
        top: 45%;
        right: 0;
        line-height: 1;
        font-size: clamp(40px, 12vw, 220px);
        font-weight: 400;
        color: #FFF;
        opacity: .1;
        z-index: -1;
        transform: translateY(-50%)
    }
}
@media (max-width:1400px) {
    .blog-interactive-item::before {
        right: 3%
    }
}
.bi-item-image {
    position: relative;
    display: block;
    overflow: hidden
}
.bi-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
@media (min-width:769px) {
    .blog-interactive-item .bi-item-image {
        display: none
    }
    #ball .bi-item-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1
    }
    #ball .bi-item-image::before {
        position: absolute;
        display: block;
        content: "";
        top: -1px;
        left: -1px;
        bottom: -1px;
        right: -1px;
        background-color: #040404;
        opacity: .2
    }
}
@media (max-width:768px) {
    .bi-item-image {
        display: block;
        margin-bottom: 30px;
        padding-bottom: 60%
    }
    .bi-item-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%
    }
}
.bi-item-categories {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 16px;
    color: #999
}
.bi-item-categories a {
    position: relative;
    display: inline-block
}
.bi-item-categories a:hover {
    opacity: .8
}
.bi-item-categories a~a:not(:empty)::before {
    content: ", "
}
.bi-item-title {
    margin-bottom: 30px;
    font-size: clamp(28px, 3vw, 50px);
    font-weight: 700;
    font-weight: 600;
    color: #FFF;
    line-height: 1.4
}
@media (min-width:769px) {
    .blog-interactive-item:not(.bi-item-image-on) .bi-item-title {
        padding-right: 23%
    }
}
@media (max-width:768px) {
    .bi-item-title {
        margin-bottom: 15px
    }
}
.bi-item-title a {
    display: block;
    color: #FFF
}
.blog-interactive-item:not(.bi-item-image-on) .bi-item-title a {
    color: #FFF;
    display: inline;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: -ms-linear-gradient(transparent 96%, currentColor 1px);
    transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 96%
}
.blog-interactive-item:not(.bi-item-image-on) .bi-item-title a:hover {
    background-size: 100% 96%;
    color: #FFF
}
@media (min-width:769px) {
    .blog-interactive-item.bi-item-image-on .bi-item-title a {
        padding-right: 23%
    }
}
.bi-item-meta {
    font-size: 15px;
    color: #999
}
.bi-item-meta a {
    position: relative;
    padding-bottom: 2px;
    color: #999
}
.bi-item-meta a:hover {
    opacity: .8
}
#magic-cursor.blog-interactive-hover-on {
    z-index: -1
}
#magic-cursor.blog-interactive-hover-on #ball {
    overflow: hidden;
    border: none !important
}
@media (min-width:769px) {
    .blog-interactive.bi-borders .blog-interactive-item {
        margin: 0;
        padding-top: 60px;
        padding-bottom: 60px;
        border-bottom: 1px solid rgb(144 144 144 / 35%)
    }
    .blog-interactive.bi-borders .blog-interactive-item:first-child {
        border-top: 1px solid rgb(144 144 144 / 35%)
    }
}
.blog-single-inner {
    position: relative;
    padding-left: 5%;
    padding-right: 5%
}
body.boxed .blog-single-inner.wrap {
    padding-left: 15px;
    padding-right: 15px
}
.blog-post {
    position: relative
}
.blog-post-content p {
    color: #b9b9b9
}
.blog-post-image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}
.bpi-link {
    position: relative;
    display: block
}
.blog-post-tags {
    padding: 40px 0;
    font-size: 16px;
    font-weight: 700;
    font-weight: 700;
    overflow: hidden;
    margin-top: 60px;
    overflow: hidden;
    border-top: 1px solid rgb(150 150 150 / .2)
}
.blog-post-tags span {
    color: #BBB
}
.blog-post-tags>ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.blog-post-tags>ul>li {
    float: left;
    margin: 3px
}
.blog-post-tags a {
    position: relative;
    display: block;
    background-color: rgb(160 160 160 / 12%);
    padding: 2px 10px;
    font-size: 13px;
    font-weight: 300;
    color: #cacaca;
    overflow: hidden;
    z-index: 1;
    border-radius: 50px;
    transition: all .2s ease-in-out
}
.blog-post-tags a:hover {
    background-color: rgb(160 160 160 / 35%);
    color: #FFF
}
.blog-post-share>ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.blog-post-share>ul>li {
    display: inline-block
}
.bps-text {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    font-weight: 700
}
.blog-post-share .social-buttons {
    margin-left: -20px
}
.blog-post-share .social-buttons>ul>li a {
    font-size: 19px
}
.blog-post-nav {
    margin-top: 60px;
    padding-top: 60px;
    overflow: hidden;
    border-top: 1px solid rgb(150 150 150 / .2)
}
.bp-nav-col {
    float: left;
    width: 50%
}
.bp-nav-left {
    padding-right: 5%;
    border-right: 1px solid rgb(150 150 150 / .2)
}
.bp-nav-left span {
    margin-right: 10px
}
.bp-nav-right {
    padding-left: 5%;
    text-align: right
}
.bp-nav-right span {
    margin-left: 10px
}
.bp-nav-text {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    font-weight: 500;
    color: #999
}
@media (max-width:680px) {
    .bp-nav-text {
        margin-bottom: 0;
        font-size: 19px;
        color: #FFF
    }
}
.bp-nav-title {
    margin: 0;
    font-size: 21px;
    line-height: 1.6
}
@media (max-width:680px) {
    .bp-nav-title {
        display: none
    }
}
.bp-nav-title a {
    color: #FFF;
    display: inline;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: -ms-linear-gradient(transparent 96%, currentColor 1px);
    transition: 0.6s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 96%
}
.bp-nav-title a:hover {
    background-size: 100% 96%;
    color: #FFF
}
#blog-post-comments {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid rgb(150 150 150 / .2)
}
.bpc-heading {
    margin: 0 0 30px 0;
    font-size: 24px
}
.comments-list {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden
}
.comments-list>li {
    margin-top: 40px
}
.comment-avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%
}
.comment-avatar:hover {
    opacity: .9
}
.comment-body {
    position: relative;
    display: table
}
@media (max-width:768px) {
    .comment-body {
        display: block
    }
}
.comment-meta {
    margin-right: 70px
}
.comment-heading {
    margin: 0 0 5px 0;
    text-transform: none;
    letter-spacing: 0;
    font-size: 17px;
    color: #CCC;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.comment-heading a {
    position: relative;
    color: #CCC;
    display: inline;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: -ms-linear-gradient(transparent 96%, currentColor 1px);
    transition: 0.4s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 96%
}
.comment-heading a:hover {
    background-size: 100% 96%;
    color: #FFF
}
.comment-time {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #999
}
.comment-text {
    clear: both;
    color: #b9b9b9
}
@media (max-width:768px) {
    .comment-text {
        font-size: 16px
    }
}
.comment-reply {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
    font-size: 14px;
    font-style: italic;
    z-index: 9
}
@media (max-width:768px) {
    .comment-reply {
        top: 0;
        right: 0
    }
}
.comment-reply a {
    position: relative;
    color: #888;
    display: inline;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: -ms-linear-gradient(transparent 96%, currentColor 1px);
    transition: 0.3s cubic-bezier(.215, .61, .355, 1);
    background-size: 0 96%
}
.comment-reply a:hover {
    background-size: 100% 96%;
    color: #FFF
}
.post-comment-form-heading {
    margin-bottom: 50px;
    font-size: 28px
}
#post-comment-form {
    margin-top: 140px
}
@media (max-width:768px) {
    #post-comment-form {
        margin-top: 80px
    }
}
#post-comment-form .post-comment-reminder {
    margin-top: 30px;
    line-height: 1.2
}
#post-comment-form .post-comment-reminder label {
    padding-top: 3px;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    text-transform: unset;
    letter-spacing: 0
}
#footer {
    position: relative;
    width: 100%;
    font-size: 14px;
    z-index: 2
}
.footer-inner {
    position: relative
}
body:not(.boxed) .footer-inner, .footer-inner:not(.wrap) {
    padding-left: 3.5%;
    padding-right: 3.5%
}
#footer a {
    font-size: 14px;
    color: #FFF
}
#footer .btn {
    margin-top: 3px;
    margin-bottom: 3px
}
#footer .copyright {
    color: #888
}
#footer .copyright a {
    color: #888
}
@media (min-width:1025px) {
    #footer {
        padding: 30px 0
    }
    #footer.footer-absolute {
        position: absolute;
        left: 0;
        bottom: 4%;
        padding: 0;
        pointer-events: none
    }
    #footer.footer-absolute a {
        pointer-events: initial
    }
    .footer-inner {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }
    .footer-col {
        flex: 1;
        padding: 0 15px;
        margin: 0 5px
    }
    .footer-col:first-child {
        margin-left: 0;
        padding-left: 0
    }
    .footer-col:last-child {
        margin-right: 0;
        padding-right: 0
    }
    .footer-col.align-top-center {
        display: flex;
        justify-content: center
    }
    .footer-col.align-top-right {
        display: flex;
        justify-content: flex-end
    }
    .footer-col.align-center-left {
        display: flex;
        align-items: center
    }
    .footer-col.align-center {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .footer-col.align-center-right {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
    .footer-col.align-bottom {
        display: flex;
        align-items: flex-end
    }
    .footer-col.align-bottom-center {
        display: flex;
        align-items: flex-end;
        justify-content: center
    }
    .footer-col.align-bottom-right {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end
    }
    #footer .footer-social {
        position: relative;
        line-height: 50px;
        height: 50px;
        pointer-events: auto
    }
    #footer .footer-social:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: -30px;
        left: 0;
        right: 0;
        z-index: -1
    }
    #footer .footer-social .footer-social-text {
        display: block;
        text-align: right;
        cursor: pointer;
        opacity: 1;
        visibility: visible
    }
    #footer .footer-social .footer-social-text>span {
        margin-right: 13px
    }
    #footer .footer-social .social-buttons {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, -50%, 0)
    }
    #footer .footer-social .footer-social-text, #footer .footer-social .social-buttons {
        transition: all 0.3s ease
    }
    #footer .footer-social:hover .footer-social-text {
        transform: translate3d(0, -50%, 0);
        opacity: 0;
        visibility: hidden
    }
    #footer .footer-social:hover .social-buttons {
        transform: translateY(-100%);
        opacity: 1;
        visibility: visible
    }
}
@media (max-width:1024px) {
    #footer {
        padding: 60px 0 80px 0
    }
    .footer-inner {
        display: flex;
        flex-direction: column
    }
    .footer-col {
        display: block;
        margin-bottom: 10px;
        text-align: center
    }
    .footer-col.order-m-first {
        order: -1
    }
    .footer-col.order-m-last {
        order: 10
    }
    .footer-col.order-m-1 {
        order: 1
    }
    .footer-col.order-m-2 {
        order: 2
    }
    .footer-col.order-m-3 {
        order: 3
    }
    .footer-col.order-m-4 {
        order: 4
    }
    .footer-col.order-m-5 {
        order: 5
    }
    .footer-col.order-m-6 {
        order: 6
    }
    .footer-col.order-m-7 {
        order: 7
    }
    .footer-col.order-m-8 {
        order: 8
    }
    .footer-col.order-m-9 {
        order: 9
    }
    .footer-col.order-m-10 {
        order: 10
    }
    #footer .footer-social {
        margin-bottom: 10px;
        padding-top: 50px
    }
    #footer .footer-social .footer-social-text {
        display: none
    }
    .social-buttons ul {
        display: inline-flex;
        flex-wrap: wrap;
        margin: 0;
        padding-top: 50px;
        list-style: none
    }
}
.post-intro {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 600;
    color: #b9b9b9;
    line-height: 1.6
}

.journal-teaser {
    padding: 2.5rem 0;
}

.journal-teaser--divider {
    border-top: 1px solid rgb(255, 1, 1);
}