@font-face {
    font-family: "sailec";
    src: url(../../static/media/type_dynamic__sailec_bold-webfont.3d735448.woff2) format("woff2"), url(../../static/media/type_dynamic__sailec_bold-webfont.20c62ef7.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "sailec";
    src: url(../../static/media/type_dynamic__sailec_hairline-webfont.ce737d1b.woff2) format("woff2"), url(../../static/media/type_dynamic__sailec_hairline-webfont.ad48dc02.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "sailec";
    src: url(../../static/media/type_dynamic__sailec_light-webfont.0c02a295.woff2) format("woff2"), url(../../static/media/type_dynamic__sailec_light-webfont.b544a0a2.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "sailec";
    src: url(../../static/media/type_dynamic__sailec_medium-webfont.97f48b42.woff2) format("woff2"), url(../../static/media/type_dynamic__sailec_medium-webfont.3203c635.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "sailec";
    src: url(../../static/media/type_dynamic__sailec_thin-webfont.0e92b377.woff2) format("woff2"), url(../../static/media/type_dynamic__sailec_thin-webfont.3665dbb0.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "sailec";
    src: url(../../static/media/type_dynamic_sailec_black-webfont.9b890b5c.woff2) format("woff2"), url(../../static/media/type_dynamic_sailec_black-webfont.b66a0292.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "sailec";
    src: url(../../static/media/type_dynamic_sailec-webfont.b8877f00.woff2) format("woff2"), url(../../static/media/type_dynamic_sailec-webfont.94dcc2a0.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

body {
    font-family: "sailec";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    background: #f0f0f0;
    color: #191a1b;
    overflow: hidden !important
}

html.has-scroll-smooth {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

@media (max-width:767px) {
    html.has-scroll-smooth {
        bottom: 0;
        left: 0;
        overflow: hidden;
        position: fixed;
        right: 0;
        top: 0
    }
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    opacity: 0
}

.c-scrollbar:hover {
    -webkit-transform: scaleX(1.45);
    transform: scaleX(1.45)
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
    opacity: 1
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #c8b098;
    opacity: 1;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.panel {
    height: 100vh
}

.line {
    width: 100%;
    height: 8px;
    margin: 0 0 10px;
    position: relative;
    display: inline-block;
    background-color: red
}

.smooth-scroll {
    padding-top: 190px;
    overflow: hidden
}

@media (max-width:767px) {
    .smooth-scroll {
        padding-top: 130px
    }
}

.sticky-links {
    position: fixed;
    z-index: 999;
    left: 4.5vw;
    top: 65%
}

@media (max-width:991px) {
    .sticky-links {
        top: 62%
    }
}

@media (max-width:767px) {
    .sticky-links {
        display: none
    }
}

.sticky-links ul {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    transform-origin: left center;
    -webkit-transform-origin: 0 61%
}

.sticky-links ul li {
    display: inline-block;
    margin-right: 30px
}

.sticky-links ul li:last-child {
    margin-right: 0
}

.sticky-links ul li a {
    color: #c8b098;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    display: inline-flex;
    overflow: hidden
}

.sticky-links ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #c8b098;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 1px
}

.sticky-links ul li a:hover:after {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

header {
    font-size: 20px;
    padding: 60px 0 0;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    transition: all .5s ease-in-out;
    z-index: 999999
}

header .menu-blob-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0
}

header .menu-blob-wrapper,
header .menu-blob-wrapper .menu-tile-wrapper {
    width: 100%;
    z-index: -10;
    position: absolute
}

header .menu-blob-wrapper .menu-tile-wrapper .menu-tile-figure {
    margin: 0;
    padding: 0
}

header .menu-blob-wrapper .menu-tile-wrapper .menu-tile-figure .header-image {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    position: relative
}

@media (max-width:991px) {
    header {
        padding: 20px 0 0
    }
}

header .header-row {
    display: flex;
    justify-content: space-between;
    position: relative
}

header #header-menu-canvas {
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 11;
    transition: all .5s ease-in-out
}

header.sticky {
    padding: 20px 0
}

header.sticky #header-menu-canvas {
    top: -72px
}

header.sticky .header-text {
    opacity: 0;
    top: -100%;
    height: 0
}

header.sticky .MenuArea .customBlob {
    top: 25px
}

@media (max-width:767px) {
    header.sticky .MenuArea {
        top: -4px
    }
}

header .logo-area {
    display: flex;
    z-index: 999;
    position: relative;
    margin-left: 4vw
}

@media (max-width:767px) {
    header .logo-area {
        margin-left: 20px
    }
}

header .logo-area .logo-outer {
    position: relative;
    width: 210px;
    z-index: 2
}

@media (max-width:991px) {
    header .logo-area .logo-outer {
        width: 250px;
        overflow: hidden
    }
}

@media (max-width:767px) {
    header .logo-area .logo-outer {
        width: 250px
    }
}

header .logo-area a {
    text-decoration: none;
    font-size: 31px;
    color: #c8b098;
    position: relative
}

@media (max-width:767px) {
    header .logo-area a {
        font-size: 26px
    }
}

@media (max-width:767px) {
    header .logo-area a span {
        display: none !important
    }
}

header .logo-area a span:first-child {
    font-weight: 700
}

@media (max-width:767px) {
    header .logo-area a span:first-child {
        display: inline-block !important
    }
}

header .logo-area a span:nth-child(2) {
    font-weight: 700
}

@media (max-width:767px) {
    header .logo-area a span:nth-child(2) {
        display: inline-block !important;
        opacity: 1 !important
    }
}

header .logo-area a span:nth-child(3),
header .logo-area a span:nth-child(4),
header .logo-area a span:nth-child(5),
header .logo-area a span:nth-child(6),
header .logo-area a span:nth-child(7) {
    font-weight: 700
}

header .logo-area a span:not(:first-child) {
    display: inline-block;
    position: absolute
}

header .header-text {
    transition: all .5s ease-in-out;
    display: flex;
    position: absolute;
    top: 3px;
    left: 0;
    padding: 0 16vw;
    right: 0;
    z-index: 0;
    left: 10px !important;
    margin-top: 70px !important;
}

@media (max-width:991px) {
    header .header-text {
        left: 10 !important;
        margin-top: 70px !important;
        padding: 0;
         
    }
}

@media (max-width:767px) {
    header .header-text {
        padding: 0;
        left: 10 !important;
        margin-top: 70px !important;
        font-size: 15px
    }
}

header .header-text span {
    font-size: 32px;
    line-height: 35px;
    letter-spacing: -2px
}

@media (max-width:991px) {
    header .header-text span {
        font-size: 28px;
        line-height: 30px
    }
}

@media (max-width:767px) {
    header .header-text span {
        font-size: 15px;
        letter-spacing: -.4px;
        line-height: 18px
    }
}

header .header-text span.designer {
    margin-right: 60px
}

@media (max-width:991px) {
    header .header-text span.designer {
        margin-right: 30px
    }
}

@media (max-width:767px) {
    header .header-text span.designer {
        margin-right: 20px
    }
}

header .MenuArea {
    position: relative;
    z-index: 99999999;
    margin-right: 4vw;
    transition: all .5s ease-in-out
}

header .MenuArea .desktop-menu {
    display: block
}

@media (max-width:767px) {
    header .MenuArea .desktop-menu {
        display: none
    }
}

header .MenuArea a {
    color: #c8b098;
    text-decoration: none;
    margin-right: 20px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    display: inline-flex
}

header .MenuArea a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c8b098;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

header .MenuArea a:last-child {
    margin-right: 0
}

header .MenuArea a.active {
    color: #191a1b
}

header .MenuArea a:hover:after {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media (max-width:991px) {
    header .MenuArea {
        right: 0;
        top: 11px
    }
}

@media (max-width:767px) {
    header .MenuArea {
        right: 0;
        top: -4px
    }
}

header .MenuArea.active {
    position: static
}

header .MenuArea .menuIcon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    cursor: pointer;
    justify-content: center;
    position: absolute;
    top: 0;
    z-index: 10;
    right: 0
}

header .MenuArea .menuIcon span {
    width: 25px;
    height: 2px;
    margin: 5px 0;
    background: #fff;
    transition: .5s ease-in-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    top: 0
}

header .MenuArea .menuIcon.active span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px
}

header .MenuArea .menuIcon.active span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -6px
}

header .MenuArea .customBlob {
    position: absolute;
    top: 80px;
    right: 3%;
    background-color: #1a1c1d;
    color: #fff;
    z-index: -1;
    font-size: 10vh;
    transition: all .35s ease-in-out
}

header .MenuArea .customBlob.active {
    right: -20%;
    top: -50px
}

header .MenuArea .menu-blob {
    width: 70px;
    height: 70px;
    z-index: 1;
    transition: all .65s ease-in-out;
    right: 0;
    top: 0;
    left: auto;
    position: absolute
}

header .MenuArea .menu-blob:before {
    background-color: #1a1c1d
}

header .MenuArea .menu-blob.active {
    width: 800px;
    height: 800px;
    left: auto;
    right: -350px;
    top: -140px;
    transition: all .65s ease-in-out
}

header .MenuArea .humberger-menu-wrapper {
    display: none
}

@media (max-width:767px) {
    header .MenuArea .humberger-menu-wrapper {
        display: block;
        position: relative
    }
}

header .MenuArea .humberger-menu-wrapper .humbergur-blob-wrapper {
    width: 60px;
    height: 60px;
    cursor: pointer
}

header .MenuArea .humberger-menu-wrapper .humbergur-blob-wrapper .humbergur-blob {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative
}

header .MenuArea .humberger-menu-wrapper .humbergur-blob-wrapper svg {
    position: absolute;
    z-index: 2;
    width: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0
}

header .MenuArea .humberger-menu-wrapper .humbergur-blob-wrapper line {
    fill: #191a1b;
    fill: none;
    stroke: #191a1b;
    stroke-width: 32;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    stroke-linejoin: bevel
}

header .MenuArea .humberger-menu-wrapper.active line {
    fill: #fff;
    stroke: #fff
}

@media (max-width:767px) {
    header.about-top-header .MenuArea {
        top: -4px
    }
}

.menuBlob-outer {
    width: 850px;
    height: 850px;
    width: 100px;
    height: 100px;
    position: relative;
    right: 600px;
    transition: all .35s ease-in-out
}

.menuBlob-outer .menuNew {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    display: none
}

.menuBlob-outer canvas {
    transition: all 5s ease-in-out
}

.menuBlob-outer.active canvas {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.menuBlob-outer.active {
    transition: all .35s ease-in-out
}

.mobile-menu-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    min-height: -webkit-fill-available;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center
}

.mobile-menu-wrapper .bg-menu-circle-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.mobile-menu-wrapper .bg-menu-circle-wrapper .bg-menu-circle {
    position: absolute;
    left: auto;
    top: -12%;
    right: -28%;
    bottom: auto;
    width: 20em;
    height: 20em;
    border-radius: 694.44em;
    background-color: #191a1b
}

.mobile-menu-wrapper .bg-menu-circle-wrapper .bg-menu-circle.one {
    z-index: 3;
    background-color: #c8b098
}

.mobile-menu-wrapper .bg-menu-circle-wrapper .bg-menu-circle.two {
    z-index: 4;
    background-color: #191a1b
}

.mobile-menu-wrapper .menu-info-wrapper {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.mobile-menu-wrapper .menu-info-wrapper .menu-link-wrapper {
    position: relative;
    top: -30px
}

.mobile-menu-wrapper .menu-info-wrapper .menu-link-wrapper ul li {
    text-align: center
}

.mobile-menu-wrapper .menu-info-wrapper .menu-link-wrapper ul li a {
    color: #fff;
    display: flex;
    padding: 5px 0;
    text-decoration: none;
    font-size: 36px;
    font-weight: 500;
    justify-content: center
}

.mobile-menu-wrapper .menu-info-wrapper .menu-social-wrapper {
    position: fixed;
    bottom: 38px
}

.mobile-menu-wrapper .menu-info-wrapper .menu-social-wrapper .sticky-links {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 0
}

.mobile-menu-wrapper .menu-info-wrapper .menu-social-wrapper .sticky-links ul {
    -webkit-transform: inherit;
    transform: inherit
}

.mobile-menu-wrapper .menu-info-wrapper .menu-social-wrapper .sticky-links ul li {
    margin-right: 20px
}

.mobile-menu-wrapper .menu-info-wrapper .menu-social-wrapper .sticky-links ul li:last-child {
    margin-right: 0
}

.mobile-menu-wrapper .menu-info-wrapper .menu-social-wrapper .sticky-links ul li a {
    font-size: 13px
}

.cursor-wrapper {
    width: 250px;
    height: 250px
}

.intro-header {
    max-width: 112vw;
    position: relative;
    padding: 5vh 15vw 18vw
}

.intro-header .ratio-16-9 {
    width: 100%;
    height: calc(56.25vw - 2.25rem);
    max-height: 450px
}

@media (min-width:2000px) {
    .intro-header {
        padding-top: 10vh
    }
}

.intro-header.intro-about-header {
    height: 100vh;
    margin-top: -120px
}

@media (max-width:1199px) {
    .intro-header.intro-about-header {
        margin-top: -120px
    }
}

@media (max-width:991px) {
    .intro-header.intro-about-header {
        height: auto;
        margin-top: -150px
    }
}

@media (max-width:767px) {
    .intro-header.intro-about-header {
        display: flex;
        flex-direction: column;
        margin-top: 0;
        padding-top: 0
    }
}

.intro-header.intro-about-header h2 {
    padding-right: 180px
}

@media (max-width:991px) {
    .intro-header.intro-about-header h2 {
        padding-right: 100px
    }
}

@media (max-width:767px) {
    .intro-header.intro-about-header h2 {
        padding-right: 0
    }
}

@media (max-width:991px) {
    .intro-header {
        padding-bottom: 0;
        padding-top: 40px
    }
}

@media (max-width:767px) {
    .intro-header {
        padding-bottom: 0;
        padding-top: 10px
    }
}

.intro-header .hero-section {
    position: relative
}

@media (max-width:991px) {
    .intro-header .hero-section {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .intro-header .hero-section {
        margin-bottom: 0
    }
}

.intro-header .hero-section .svg-outer {
    position: absolute;
    top: -5vw;
    width: 120vw;
    right: -24vw
}

@media (max-width:991px) {
    .intro-header .hero-section .svg-outer {
        width: 160vw;
        right: -39vw
    }
}

@media (max-width:767px) {
    .intro-header .hero-section .svg-outer {
        width: 350%;
        position: relative;
        right: 0;
        left: -170%;
        top: -40px
    }
}

.intro-header .hero-section .svg-outer #shadow-svg {
    position: absolute;
    width: 14vw;
    right: 31vw;
    top: 41vw;
    z-index: -1
}

@media (max-width:991px) {
    .intro-header .hero-section .svg-outer #shadow-svg {
        width: 16vw;
        right: 43vw;
        top: 50vw
    }
}

@media (max-width:767px) {
    .intro-header .hero-section .svg-outer #shadow-svg {
        width: 12%;
        right: 26%;
        top: 51%
    }
}

.intro-header h2 {
    font-size: 9.55vw;
    font-weight: 800;
    line-height: 9vw;
    letter-spacing: -6px;
    margin: 0
}

@media (min-width:1600px) {
    .intro-header h2 {
        font-size: 8.55vw
    }
}

@media (max-width:991px) {
    .intro-header h2 {
        font-size: 10vw;
        line-height: 10vw;
        letter-spacing: -4px
    }
}

@media (max-width:767px) {
    .intro-header h2 {
        font-size: 15vw;
        line-height: 15vw;
        letter-spacing: -2px
    }
}

.intro-header h2 span {
    position: relative
}

@media (max-width:767px) {
    .intro-header h2 span {
        display: inline-flex;
        overflow: hidden
    }
}

.intro-header h2 span:before {
    content: "";
    background-color: transparent;
    background-position: bottom;
    background-repeat: repeat-x;
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 12px;
    bottom: 3vw;
    left: 0;
    background-image: url(../../static/media/misspell.a2f88e74.svg)
}

@media (max-width:767px) {
    .intro-header h2 span:before {
        bottom: .5vw;
        width: 200%;
        left: 5px
    }
}

.intro-header img {
    position: absolute;
    width: 300px;
    right: 12vw;
    top: 0
}

.intro-header img.eye-gif {
    right: 39.2vw;
    width: 7.5vw;
    top: 4.7vw
}

@media (max-width:991px) {
    .intro-header img.eye-gif {
        right: 52.1vw;
        width: 10.4vw;
        top: 6.1vw
    }
}

@media (max-width:767px) {
    .intro-header img.eye-gif {
        right: 32.7%;
        width: 6.1%;
        top: 5.8%
    }
}

.intro-header .scroll-down {
    height: 200px;
    position: relative;
    top: -20px;
    left: 0
}

@media (max-height:900px) and (min-width:1024px) {
    .intro-header .scroll-down div {
        top: -50px
    }
}

@media (max-width:991px) {
    .intro-header .scroll-down {
        top: -60px;
        left: -80px
    }
}

@media (max-width:767px) {
    .intro-header .scroll-down {
        height: auto;
        position: absolute;
        top: 20%;
        left: 0
    }
}

.intro-header .scroll-down.about-heading-content {
    display: flex;
    justify-content: space-between;
    padding: 0 5vw;
    top: 0;
    margin-top: 50px;
    left: 0
}

@media (max-width:767px) {
    .intro-header .scroll-down.about-heading-content {
        position: relative;
        padding: 0;
        flex-direction: column;
        height: auto;
        margin-top: 10px
    }
}

.intro-header .scroll-down.about-heading-content .about-heading {
    max-width: 25vw
}

@media (max-width:1200px) {
    .intro-header .scroll-down.about-heading-content .about-heading {
        max-width: 35vw
    }
}

@media (max-width:991px) {
    .intro-header .scroll-down.about-heading-content .about-heading {
        max-width: 300px
    }
}

.intro-header .scroll-down.about-heading-content .about-heading p {
    font-size: 1.6vw;
    line-height: 2.6vw;
    letter-spacing: -1px
}

@media (max-width:1200px) {
    .intro-header .scroll-down.about-heading-content .about-heading p {
        font-size: 2vw
    }
}

@media (max-width:991px) {
    .intro-header .scroll-down.about-heading-content .about-heading p {
        font-size: 17px;
        line-height: 30px;
        letter-spacing: 0
    }
}

.intro-header .scroll-down.about-heading-content .blob-link {
    position: relative
}

.intro-header .scroll-down.about-heading-content .blob-link .scroll-blob {
    right: 0;
    top: -4vw;
    width: 18em;
    height: 18em
}

.intro-header .scroll-down.about-heading-content .blob-link .scroll-blob:hover {
    width: 22em;
    height: 22em
}

@media (max-width:991px) {
    .intro-header .scroll-down.about-heading-content .blob-link .scroll-blob:hover {
        width: 16em;
        height: 16em
    }
}

@media (max-width:767px) {
    .intro-header .scroll-down.about-heading-content .blob-link .scroll-blob:hover {
        width: 12em;
        height: 12em
    }
}

@media (max-width:1200px) {
    .intro-header .scroll-down.about-heading-content .blob-link .scroll-blob {
        right: -10vw;
        top: -4vw
    }
}

@media (max-width:991px) {
    .intro-header .scroll-down.about-heading-content .blob-link .scroll-blob {
        right: -20vw;
        top: -8vw;
        width: 12em;
        height: 12em
    }
}

@media (max-width:767px) {
    .intro-header .scroll-down.about-heading-content .blob-link .scroll-blob {
        position: relative;
        top: 0;
        left: -20px;
        right: 0
    }
}

.intro-header .scroll-blob {
    width: 18em;
    height: 18em;
    position: absolute;
    transition: all .35s ease-in-out;
    cursor: pointer;
    margin: 40px
}

@media (max-width:767px) {
    .intro-header .scroll-blob {
        width: 12em;
        height: 12em;
        margin: 0;
        top: 250px
    }
}

.intro-header .scroll-blob>div {
    position: relative
}

.intro-header .scroll-blob .blob-custom {
    width: 100%;
    height: 100%
}

.intro-header .scroll-blob span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    margin-bottom: 30px;
    opacity: 0;
    position: absolute;
    top: 31%;
    left: 50%;
    transition: all .35s ease-in-out;
    z-index: 2
}

@media (max-width:767px) {
    .intro-header .scroll-blob span {
        display: none
    }
}

.intro-header .scroll-blob svg {
    width: 35px;
    color: #fff;
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg);
    stroke: #fff;
    position: absolute;
    top: 45%;
    left: 50%;
    transition: all .35s ease-in-out;
    z-index: 2
}

@media (max-width:767px) {
    .intro-header .scroll-blob svg {
        width: 25px
    }
}

.intro-header .scroll-blob:hover {
    margin: 10px;
    width: 22em;
    height: 22em
}

@media (max-width:767px) {
    .intro-header .scroll-blob:hover {
        width: 12em;
        height: 12em;
        margin: 0
    }
}

.intro-header .scroll-blob:hover span {
    opacity: 1;
    top: 33%
}

.intro-header .scroll-blob:hover svg {
    top: 55%
}

@media (max-width:767px) {
    .intro-header .scroll-blob:hover svg {
        top: 45%
    }
}

.intro-header .about-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    position: absolute
}

@media (max-width:991px) {
    .intro-header .about-container {
        position: static
    }
}

@media (max-width:767px) {
    .intro-header .about-container {
        position: static;
        justify-content: flex-end
    }
}

@media (max-width:991px) {
    .intro-header .about-container h2 {
        margin-top: 50px
    }
}

@media (max-width:767px) {
    .intro-header .about-container h2 {
        margin-top: 0
    }
}

.intro-header .about-tile {
    width: 72.98vmin;
    flex: 0 0 auto
}

@media (max-width:991px) {
    .intro-header .about-tile {
        width: 60vmin
    }
}

.intro-header .about-tile .about-new-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 13vw;
    -webkit-transform: translateY(25%);
    transform: translateY(25%)
}

@media (min-width:1600px) {
    .intro-header .about-tile .about-new-content {
        padding: 0 15vw
    }
}

@media (max-width:767px) {
    .intro-header .about-tile .about-new-content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding: 0 20px
    }
}

.intro-header .about-tile__figure {
    padding: 0;
    width: 80%;
    position: relative;
    margin: 0 0 0 auto;
    top: 100px;
    right: -80px
}

@media (max-width:767px) {
    .intro-header .about-tile__figure {
        width: 100%;
        margin: 0 !important;
        top: auto;
        right: auto
    }
}

.intro-header .about-tile__figure:before {
    content: "";
    display: block;
    padding-top: 150.001%
}

@media (max-width:991px) {
    .intro-header .about-tile__figure:before {
        padding-top: 100.001%
    }
}

.intro-header img.about_tile__image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: opacity .3s
}

.intro-header img.about_tile__image.is-loaded {
    opacity: 0
}

.module-block {
    display: flex;
    justify-content: space-between;
    padding-left: 18vw;
    padding-right: 18vw;
    max-width: 100vw
}

@media (min-width:1600px) {
    .module-block {
        padding-left: 20vw;
        padding-right: 20vw
    }
}

@media (max-width:991px) {
    .module-block {
        padding-left: 12vw;
        padding-right: 12vw
    }
}

@media (max-width:767px) {
    .module-block {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:991px) {
    .module-block.services-section {
        margin-top: 50px;
        flex-direction: column;
        padding-left: 18vw;
        padding-right: 18vw
    }
}

@media (max-width:767px) {
    .module-block.services-section {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 60px
    }
}

.module-block .hand-side {
    width: 30vw;
    position: relative;
    padding-top: 10vw
}

@media (max-width:991px) {
    .module-block .hand-side {
        padding-top: 110px;
        margin-bottom: 80px;
        width: 100%
    }
}

@media (max-width:767px) {
    .module-block .hand-side {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 150px;
        margin-bottom: 0
    }
}

.module-block .hand-side .service-hand {
    position: absolute;
    width: 35vw;
    left: -108%;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    top: -25px
}

@media (max-width:991px) {
    .module-block .hand-side .service-hand {
        width: 49vw;
        left: -55%;
        top: -14px
    }
}

@media (max-width:767px) {
    .module-block .hand-side .service-hand {
        left: -370px;
        width: 550px;
        top: -35px
    }
}

.module-block .hand-side img {
    width: 110px
}

.module-block .hand-side span {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin-top: 45px
}

@media (max-width:991px) {
    .module-block .hand-side span {
        font-size: 13px;
        margin-top: 20px
    }
}

.module-block .hand-side .mobile-category {
    display: none
}

@media (max-width:767px) {
    .module-block .hand-side .mobile-category {
        display: block;
        line-height: 40px;
        font-size: 25px;
        font-weight: 500;
        margin-top: 30px;
        letter-spacing: -1px;
        margin-left: -30px;
        margin-right: -30px
    }
}

.module-block .hand-side .mobile-category span {
    font-size: 16px;
    margin: 0;
    display: inline;
    letter-spacing: 0
}

.module-block .hand-side ul {
    margin-top: 50px;
    width: 400px
}

@media (max-width:991px) {
    .module-block .hand-side ul {
        margin-top: 30px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

@media (max-width:767px) {
    .module-block .hand-side ul {
        width: 100%;
        display: none
    }
}

.module-block .hand-side ul li {
    font-size: 1.8vw;
    font-weight: 500;
    line-height: 3.5vw;
    letter-spacing: -1px
}

@media (max-width:991px) {
    .module-block .hand-side ul li {
        font-size: 24px;
        line-height: 50px;
        width: 47%;
        letter-spacing: -1px
    }
}

@media (max-width:767px) {
    .module-block .hand-side ul li {
        line-height: 25px;
        font-size: 17px;
        margin-bottom: 20px
    }
}

.module-block .content-side {
    width: 47vw
}

@media (max-width:991px) {
    .module-block .content-side {
        width: 100%
    }
}

@media (max-width:767px) {
    .module-block .content-side {
        width: 100%;
        margin-top: 60px
    }
}

.module-block .content-side p {
    font-size: 1.7vw;
    line-height: 2.8vw;
    margin-bottom: 40px;
    letter-spacing: -1px
}

@media (max-width:991px) {
    .module-block .content-side p {
        font-size: 17px;
        line-height: 35px
    }
}

@media (max-width:767px) {
    .module-block .content-side p {
        line-height: 30px;
        margin-bottom: 20px;
        letter-spacing: 0
    }
}

@media (max-width:991px) {
    .module-block .content-side p:first-child {
        margin-top: 0
    }
}

.module-block .content-side p span {
    font-weight: 700
}

.module-block .content-side p.dark {
    font-size: 2.1vw;
    font-weight: 500;
    line-height: 3vw
}

@media (max-width:991px) {
    .module-block .content-side p.dark {
        font-size: 24px;
        line-height: 40px
    }
}

@media (max-width:767px) {
    .module-block .content-side p.dark {
        line-height: 34px
    }
}

.module-block .content-side p.dark span {
    font-weight: 700
}

.module-block .content-side p.dark span.contact-me {
    color: #c8b098;
    position: relative;
    cursor: pointer
}

@media (max-width:767px) {
    .module-block .content-side p.dark span.contact-me {
        display: inline-block
    }
}

.module-block .content-side p.dark span.contact-me:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #c8b098
}

.module-block .content-side p.dark span.contact-me a {
    color: #c8b098;
    text-decoration: none
}

.module-block .content-side span.scrolling {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500
}

@media (max-width:991px) {
    .module-block .content-side span.scrolling {
        font-size: 13px
    }
}

.about-section {}

@media (max-width:991px) {
    .about-section {}
}

@media (max-width:767px) {
    .about-section {
        padding-top: 0;
        margin-top: -340px;
        padding-bottom: 50px
    }
}

@media (max-width:767px) {
    .about-section .component-container h4 {
        line-height: 40px;
        font-size: 28px
    }
}

.about-section .component-container h4 span {
    font-size: 16px;
    vertical-align: middle;
    letter-spacing: 0
}

.about-section.about-page-about {
    padding-top: 200px
}

@media (max-width:767px) {
    .about-section.about-page-about {
        padding-top: 0;
        margin-top: 240px;
        padding-bottom: 20px
    }
}

@media (max-width:767px) {
    .about-section.about-page-about p {
        line-height: 25px
    }
}

.about-section.about-page-about h4 {
    margin-top: 0;
    font-size: 3.6vw
}

@media (max-width:767px) {
    .about-section.about-page-about h4 {
        line-height: 40px;
        font-size: 25px
    }
}

.cursor-wrapper {
    position: relative
}

.cursor-wrapper .BlobMain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important
}

.slider-awwwards {
    margin-top: 100px;
    margin-bottom: 100px
}

@media (max-width:991px) {
    .slider-awwwards {
        margin: 40px 0
    }
}

.slider-awwwards .awwwards-slide-inner {
    font-size: 5.88vw;
    line-height: 6.471vw;
    font-weight: 700;
    color: #c8b098;
    text-decoration: none;
    transition: all .25s ease-in-out;
    z-index: 4;
    position: relative
}

@media (max-width:767px) {
    .slider-awwwards .awwwards-slide-inner {
        font-size: 40px;
        line-height: 50px;
        z-index: 4
    }
}

.slider-awwwards .awwwards-slide-inner:hover {
    color: #222931
}

.marquee {
    width: 100vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    overflow: hidden
}

.marquee .marquee__inner {
    display: flex;
    -webkit-animation: marquee 50s linear infinite running;
    animation: marquee 50s linear infinite running
}

.marquee .marquee__inner:hover {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.marquee .marquee__inner .image-container {
    position: relative;
    width: 40vw;
    margin: 0 1vw;
    padding: 5px 0
}

@media (max-width:991px) {
    .marquee .marquee__inner .image-container {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media (max-width:767px) {
    .marquee .marquee__inner .image-container {
        width: 260px
    }
}

.marquee .marquee__inner .image-container.invision {
    width: 60vw
}

@media (max-width:767px) {
    .marquee .marquee__inner .image-container.invision {
        width: 420px
    }
}

.marquee .marquee__inner .image-container.adp {
    width: 50vw
}

@media (max-width:767px) {
    .marquee .marquee__inner .image-container.adp {
        width: 330px
    }
}

.marquee .marquee__inner .image-container.awwwards2017 {
    width: 67vw
}

@media (max-width:767px) {
    .marquee .marquee__inner .image-container.awwwards2017 {
        width: 450px
    }
}

.marquee .marquee__inner .image-container.awwwards2018 {
    width: 47vw
}

@media (max-width:767px) {
    .marquee .marquee__inner .image-container.awwwards2018 {
        width: 330px
    }
}

.marquee .marquee__inner .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.marquee .marquee__inner .image-container .blob-mobile-awards {
    width: 120px;
    height: 120px;
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    left: 50px;
    display: none;
    margin: auto;
    z-index: -2;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    transition: all .35s ease-in-out
}

@media (max-width:991px) {
    .marquee .marquee__inner .image-container .blob-mobile-awards {
        display: flex;
        left: 0;
        right: 0
    }
}

.marquee .marquee__inner .image-container .blob-mobile-awards svg {
    width: 40px;
    z-index: 1;
    position: absolute;
    transition: all .35s ease-in-out
}

.marquee .marquee__inner .image-container .blob-mobile-awards canvas {
    z-index: -1
}

@media (max-width:991px) {
    .marquee .marquee__inner .image-container.in-view .awwwards-slide-inner {
        color: #191a1b
    }
}

.marquee .marquee__inner .image-container.in-view .blob-mobile-awards {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible
}

.awwwards-module {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden
}

@media (max-width:991px) {
    .awwwards-module {
        padding: 50px 0
    }
}

@media (max-width:767px) {
    .awwwards-module {
        margin-top: 375px
    }
}

@media (max-width:767px) {
    .awwwards-module .awwwards-header {
        padding: 0 30px
    }
}

.awwwards-module .awwwards-header p {
    max-width: 500px;
    line-height: 32px
}

@media (max-width:767px) {
    .awwwards-module .awwwards-header p {
        line-height: 25px;
        font-size: 16px;
        margin: 0
    }
}

.awwwards-module .awwward-hand {
    width: 130vw;
    left: -8vw;
    position: relative
}

@media (max-width:767px) {
    .awwwards-module .awwward-hand {
        width: 250%
    }
}

.projects-component {
    margin-top: 200px;
    padding-right: 13.2vw;
    padding-left: 13.2vw;
    margin-bottom: 10vw;
    position: relative
}

@media (min-width:1600px) {
    .projects-component {
        padding-right: 15vw;
        padding-left: 15vw
    }
}

@media (max-width:991px) {
    .projects-component {
        margin-top: 100px;
        padding-right: 12vw;
        padding-left: 12vw
    }
}

@media (max-width:767px) {
    .projects-component {
        min-height: auto;
        padding-right: 50px;
        padding-left: 50px;
        margin-top: 100px;
        margin-bottom: 50px
    }
}

.projects-component .Project-module {
    display: flex;
    align-items: center;
    position: relative
}

.projects-component .Project-module .projects-thumbs {
    width: calc(100% - 550px);
    background: #222931;
    position: relative
}

.projects-component .Project-module .projects-links {
    width: 550px
}

.projects-component .projects-detail-link {
    position: absolute;
    bottom: 0;
    max-width: 33%;
    left: 20vw
}

@media (max-width:991px) {
    .projects-component .projects-detail-link {
        bottom: -60px;
        left: 18vw;
        position: static;
        max-width: 55%;
        padding-left: 6vw
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    .projects-component .projects-detail-link {
        bottom: 10%;
        max-width: 50%
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .projects-component .projects-detail-link {
        bottom: 10%;
        max-width: 30%
    }
}

@media only screen and (min-device-width:834px) and (max-device-width:834px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    .projects-component .projects-detail-link {
        bottom: 10%;
        max-width: 50%
    }
}

@media only screen and (min-device-width:1112px) and (max-device-width:1112px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .projects-component .projects-detail-link {
        bottom: 10%;
        max-width: 30%
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    .projects-component .projects-detail-link {
        bottom: 10%;
        max-width: 50%
    }
}

@media only screen and (min-device-width:1366px) and (max-device-width:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .projects-component .projects-detail-link {
        bottom: 10%;
        max-width: 30%
    }
}

@media (max-width:767px) {
    .projects-component .projects-detail-link {
        position: static;
        max-width: 100%;
        padding-left: 0;
        left: 0;
        margin-top: 50px
    }
}

.projects-component .projects-detail-link h4 {
    margin: 0;
    line-height: 4vw;
    letter-spacing: -2px
}

@media (max-width:991px) {
    .projects-component .projects-detail-link h4 {
        line-height: 5vw;
        letter-spacing: -1px;
        font-size: 4vw
    }
}

@media (max-width:767px) {
    .projects-component .projects-detail-link h4 {
        line-height: 35px;
        letter-spacing: -1px;
        font-size: 28px
    }
}

.projects-component .projects-detail-link .project-all {
    position: relative;
    top: -50px;
    min-height: 250px
}

@media (max-width:767px) {
    .projects-component .projects-detail-link .project-all {
        top: -20px;
        min-height: 290px
    }
}

.projects-component .projects-detail-link .project-all .scroll-blob {
    width: 16em;
    height: 16em;
    position: absolute;
    transition: all .35s ease-in-out;
    cursor: pointer;
    margin: 70px;
    left: -70px
}

@media (max-width:991px) {
    .projects-component .projects-detail-link .project-all .scroll-blob {
        left: -105px
    }
}

@media (max-width:767px) {
    .projects-component .projects-detail-link .project-all .scroll-blob {
        left: 0;
        right: 0;
        width: 18em;
        height: 18em;
        margin: 0 auto
    }
}

.projects-component .projects-detail-link .project-all .scroll-blob .blob-custom {
    width: 100%;
    height: 100%
}

.projects-component .projects-detail-link .project-all .scroll-blob .blob-custom svg {
    position: absolute;
    width: 45px;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transition: all .35s ease-in-out;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:767px) {
    .projects-component .projects-detail-link .project-all .scroll-blob .blob-custom svg {
        display: none
    }
}

.projects-component .projects-detail-link .project-all .scroll-blob .blob-custom span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: all .35s ease-in-out;
    z-index: 2;
    width: 169px;
    left: 0;
    right: 0;
    margin: auto
}

@media (max-width:767px) {
    .projects-component .projects-detail-link .project-all .scroll-blob .blob-custom span {
        opacity: 1;
        width: 150px;
        font-size: 14px
    }
}

.projects-component .projects-detail-link .project-all .scroll-blob:hover {
    margin: 10px;
    width: 24em;
    height: 24em
}

@media (max-width:767px) {
    .projects-component .projects-detail-link .project-all .scroll-blob:hover {
        width: 18em;
        height: 18em;
        margin: 0 auto;
        right: 0
    }
}

.projects-component .projects-detail-link .project-all .scroll-blob:hover span {
    opacity: 1
}

.projects-component .projects-detail-link .project-all .scroll-blob:hover svg {
    opacity: 0
}

.projects-module {
    display: block
}

@media (max-width:1024px) {
    .projects-module {
        height: auto !important;
        display: none
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    .projects-module {
        display: none
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .projects-module {
        display: none
    }
}

@media only screen and (min-device-width:834px) and (max-device-width:834px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    .projects-module {
        display: none
    }
}

@media only screen and (min-device-width:1112px) and (max-device-width:1112px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .projects-module {
        display: none
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    .projects-module {
        display: none
    }
}

@media only screen and (min-device-width:1366px) and (max-device-width:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .projects-module {
        display: none
    }
}

.projects-module ul {
    width: 100%;
    justify-content: space-between;
    position: relative
}

.projects-module ul li {
    flex: 0 0 auto;
    width: 40%;
    position: absolute
}

@media (max-width:767px) {
    .projects-module ul li {
        width: 100%;
        position: relative;
        margin-bottom: 80px
    }
}

.projects-module ul li:first-child {
    -webkit-transform: translateY(20%);
    transform: translateY(20%)
}

@media (max-width:767px) {
    .projects-module ul li:first-child {
        -webkit-transform: none;
        transform: none
    }
}

.projects-module ul li:nth-child(2) {
    width: 55%;
    right: 0
}

@media (max-width:767px) {
    .projects-module ul li:nth-child(2) {
        width: 100%
    }
}

.projects-module ul li:nth-child(2) .tile__figure:before {
    content: "";
    display: block;
    padding-top: 73%
}

.projects-module ul li:nth-child(3) {
    right: 0;
    -webkit-transform: translateY(83%);
    transform: translateY(83%)
}

@media (max-width:767px) {
    .projects-module ul li:nth-child(3) {
        -webkit-transform: none;
        transform: none;
        margin-bottom: 0
    }
}
.projects-module ul li:nth-child(4) {
    right: 0;
    -webkit-transform: translateY(83%);
    transform: translateY(83%)
}

@media (max-width:767px) {
    .projects-module ul li:nth-child(4) {
        -webkit-transform: none;
        transform: none;
        margin-bottom: 0
    }
}

.projects-module ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none
}

@media (max-width:767px) {
    .projects-module ul li a {
        display: flex;
        flex-direction: column-reverse
    }
}

.projects-module ul li a .project-hover-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    padding: 40px;
    color: #fff
}

@media (max-width:767px) {
    .projects-module ul li a .project-hover-content {
        position: relative;
        color: #191a1b;
        padding: 0 0 20px
    }
}

.projects-module ul li a .project-hover-content h2 {
    font-size: 25px;
    line-height: 25px;
    -webkit-transform: translateY(-56px);
    transform: translateY(-56px);
    margin: 0;
    transition: .5s ease-in-out;
    opacity: 0
}

@media (max-width:767px) {
    .projects-module ul li a .project-hover-content h2 {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        margin-bottom: 20px
    }
}

.projects-module ul li a .project-hover-content .category {
    position: absolute;
    bottom: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px
}

@media (max-width:767px) {
    .projects-module ul li a .project-hover-content .category {
        position: relative;
        bottom: auto;
        display: flex;
        flex-wrap: wrap;
        font-size: 10px
    }
}

.projects-module ul li a .project-hover-content .category div {
    transition: .5s ease-in-out;
    text-decoration: none
}

@media (max-width:767px) {
    .projects-module ul li a .project-hover-content .category div {
        margin-right: 14px;
        position: relative
    }
}

@media (max-width:767px) {
    .projects-module ul li a .project-hover-content .category div:after {
        content: ".";
        position: absolute;
        right: -10px;
        font-size: 25px;
        line-height: 1;
        top: -6px
    }
}

.projects-module ul li a .project-hover-content .category div:first-of-type {
    -webkit-transform: translateY(120px);
    transform: translateY(120px)
}

@media (max-width:767px) {
    .projects-module ul li a .project-hover-content .category div:first-of-type {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.projects-module ul li a .project-hover-content .category div:nth-of-type(2) {
    -webkit-transform: translateY(130px);
    transform: translateY(130px)
}

@media (max-width:767px) {
    .projects-module ul li a .project-hover-content .category div:nth-of-type(2) {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.projects-module ul li a .project-hover-content .category div:nth-of-type(3) {
    -webkit-transform: translateY(160px);
    transform: translateY(160px)
}

@media (max-width:767px) {
    .projects-module ul li a .project-hover-content .category div:nth-of-type(3) {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
.projects-module ul li a .project-hover-content .category div:nth-of-type(4) {
    -webkit-transform: translateY(160px);
    transform: translateY(160px)
}

@media (max-width:767px) {
    .projects-module ul li a .project-hover-content .category div:nth-of-type(4) {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.projects-module ul li a .project-hover-content .category div:last-of-type {
    -webkit-transform: translateY(160px);
    transform: translateY(160px)
}

@media (max-width:767px) {
    .projects-module ul li a .project-hover-content .category div:last-of-type {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.projects-module ul li a .project-hover-content .category div:last-of-type:after {
    display: none
}

.projects-module ul li a:hover h2 {
    opacity: 1
}

.projects-module ul li a:hover .category div:first-of-type,
.projects-module ul li a:hover .category div:last-of-type,
.projects-module ul li a:hover .category div:nth-of-type(2),
.projects-module ul li a:hover .category div:nth-of-type(3),
.projects-module ul li a:hover .category div:nth-of-type(4),
.projects-module ul li a:hover h2 {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.projects-module ul li article {
    position: relative
}

.projects-module ul li article .tile__figure {
    position: relative;
    width: 100%
}

.projects-module ul li article .tile__figure:before {
    content: "";
    display: block;
    padding-top: 136.36%
}

.projects-module ul li article .tile__figure .tile__image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: opacity .3s
}

.projects-module ul li article .tile__figure .tile__image.is-loaded {
    opacity: 0
}

@media (max-width:767px) {
    .projects-module ul li article .tile__figure {
        display: none
    }
}

.projects-module ul li .mobile-image {
    display: none
}

@media (max-width:767px) {
    .projects-module ul li .mobile-image {
        display: block
    }
}

.projects-module ul li .mobile-image img {
    width: 100%
}

.project-mobile {
    display: none
}

@media (max-width:1024px) {
    .project-mobile {
        display: block
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    .project-mobile {
        display: block
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .project-mobile {
        display: block
    }
}

@media only screen and (min-device-width:834px) and (max-device-width:834px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    .project-mobile {
        display: block
    }
}

@media only screen and (min-device-width:1112px) and (max-device-width:1112px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .project-mobile {
        display: block
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    .project-mobile {
        display: block
    }
}

@media only screen and (min-device-width:1366px) and (max-device-width:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .project-mobile {
        display: block
    }
}

.project-mobile ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.project-mobile ul li {
    position: relative;
    margin-bottom: 80px
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    .project-mobile ul li {
        width: 100%
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .project-mobile ul li {
        width: 48%
    }
}

@media only screen and (min-device-width:834px) and (max-device-width:834px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    .project-mobile ul li {
        width: 100%
    }
}

@media only screen and (min-device-width:1112px) and (max-device-width:1112px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .project-mobile ul li {
        width: 48%
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    .project-mobile ul li {
        width: 100%
    }
}

@media only screen and (min-device-width:1366px) and (max-device-width:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .project-mobile ul li {
        width: 48%
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    .project-mobile ul li:last-child {
        margin-left: auto
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .project-mobile ul li:last-child {
        margin-left: auto
    }
}

@media only screen and (min-device-width:834px) and (max-device-width:834px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    .project-mobile ul li:last-child {
        margin-left: auto
    }
}

@media only screen and (min-device-width:1112px) and (max-device-width:1112px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .project-mobile ul li:last-child {
        margin-left: auto
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    .project-mobile ul li:last-child {
        margin-left: auto
    }
}

@media only screen and (min-device-width:1366px) and (max-device-width:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .project-mobile ul li:last-child {
        margin-left: auto
    }
}

.project-mobile ul li a {
    color: #191a1b;
    text-decoration: none
}

.project-mobile ul li a .mobile-image img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.project-mobile ul li a .project-content {
    padding: 0 0 20px
}

.project-mobile ul li a .project-content h2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px
}

.project-mobile ul li a .project-content .category {
    position: relative;
    bottom: auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 10px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase
}

.project-mobile ul li a .project-content .category div {
    margin-right: 14px;
    position: relative
}

.project-mobile ul li a .project-content .category div:after {
    content: ".";
    position: absolute;
    right: -10px;
    font-size: 25px;
    line-height: 1;
    top: -6px
}

.project-mobile ul li a .project-content .category div:last-child:after {
    display: none
}

.dribbble-section {
    position: relative;
    display: flex;
    height: 200vh;
    margin-left: 0;
    justify-content: center;
    align-items: center
}

@media (max-width:991px) {
    .dribbble-section {
        height: 70vh
    }
}

@media (max-width:767px) {
    .dribbble-section {
        padding: 0 20px;
        height: auto;
        margin-bottom: 0
    }
}

.dribbble-section .inner-container {
    position: relative;
    z-index: 200;
    overflow: hidden;
    width: 100%;
    height: 100%
}

@media (max-width:767px) {
    .dribbble-section .inner-container {
        position: static
    }
}

.dribbble-section .inner-container .drrible-inner-scroll {
    position: relative;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    will-change: transform
}

@media (max-width:767px) {
    .dribbble-section .inner-container .drrible-inner-scroll {
        padding-top: 50px
    }
}

.dribbble-section .drrrible-inner {
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
    z-index: 1
}

@media (max-width:991px) {
    .dribbble-section .drrrible-inner {
        height: 70vh
    }
}

@media (max-width:767px) {
    .dribbble-section .drrrible-inner {
        position: relative;
        height: auto
    }
}

.dribbble-section .drrrible-inner .drrible-header {
    padding: 0 18vw;
    top: 0;
    left: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    z-index: 1
}

@media (min-width:1600px) {
    .dribbble-section .drrrible-inner .drrible-header {
        padding: 0 20vw
    }
}

@media (max-width:991px) {
    .dribbble-section .drrrible-inner .drrible-header {
        padding: 0 18vw;
        height: 70vh
    }
}

@media (max-width:767px) {
    .dribbble-section .drrrible-inner .drrible-header {
        padding: 0 30px;
        justify-content: flex-start;
        height: auto
    }
}

.dribbble-section .drrrible-inner h4 {
    margin: 30px 0 0;
    max-width: 28vw;
    line-height: 5vw;
    position: relative;
    z-index: 2;
    letter-spacing: -2px
}

@media (max-width:991px) {
    .dribbble-section .drrrible-inner h4 {
        font-size: 4vw;
        letter-spacing: -1px;
        max-width: 29vw
    }
}

@media (max-width:767px) {
    .dribbble-section .drrrible-inner h4 {
        font-size: 28px;
        line-height: 35px;
        max-width: 210px;
        letter-spacing: -1px
    }
}

.dribbble-section .drrrible-inner p {
    max-width: 460px;
    line-height: 32px
}

@media (max-width:991px) {
    .dribbble-section .drrrible-inner p {
        max-width: 400px
    }
}

@media (max-width:767px) {
    .dribbble-section .drrrible-inner p {
        line-height: 25px;
        font-size: 16px;
        margin: 0
    }
}

.dribbble-section .scroll-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1
}

@media (max-width:991px) {
    .dribbble-section .scroll-images {
        left: 0;
        height: 70vh
    }
}

@media (max-width:767px) {
    .dribbble-section .scroll-images {
        left: 0;
        padding: 0 30px 50px;
        position: relative;
        height: auto
    }
}

.dribbble-section .scroll-images .imageSequence {
    position: relative;
    overflow: hidden;
    width: 37.176vw
}

@media (max-width:991px) {
    .dribbble-section .scroll-images .imageSequence {
        width: 50%
    }
}

@media (max-width:767px) {
    .dribbble-section .scroll-images .imageSequence {
        width: 100%;
        -webkit-perspective: 2000px;
        perspective: 2000px
    }
}

.dribbble-section .scroll-images .imageSequence:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 27.941vw
}

@media (max-width:991px) {
    .dribbble-section .scroll-images .imageSequence:before {
        padding-top: 40.941vw
    }
}

@media (max-width:767px) {
    .dribbble-section .scroll-images .imageSequence:before {
        padding-top: 200px
    }
}

.dribbble-section .scroll-images .imageSequence img {
    transition: opacity .1s ease-in-out;
    width: 100%
}

.dribbble-section .scroll-images .imageSequence .hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.digital-art-outer {
    position: relative;
    height: 150vh;
    z-index: 1;
    margin-bottom: 100px
}

@media (max-width:991px) {
    .digital-art-outer {
        height: auto;
        display: none
    }
}

@media (max-width:767px) {
    .digital-art-outer {
        display: none
    }
}

.digital-art-outer .parallex-element {
    position: absolute
}

.digital-art-outer .parallex-outer {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0
}

@media (max-width:991px) {
    .digital-art-outer .parallex-outer {
        height: auto;
        position: static
    }
}

.digital-art-outer .parallex-outer .main-parallex {
    position: absolute;
    width: 100%;
    height: 100%
}

@media (max-width:991px) {
    .digital-art-outer .parallex-outer .main-parallex {
        height: auto;
        position: static;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }
}

.digital-art-outer .parallex-outer .parralex-item.layer {
    position: absolute;
    height: 100%;
    width: 100%
}

@media (max-width:991px) {
    .digital-art-outer .parallex-outer .parralex-item.layer {
        position: relative;
        width: 40%
    }
}

.digital-art-outer .parallex-outer .parralex-item.layer img {
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 25vw
}

@media (max-width:991px) {
    .digital-art-outer .parallex-outer .parralex-item.layer img {
        position: static;
        -webkit-transform: none;
        transform: none;
        width: 100%
    }
}

@media (max-width:991px) {
    .digital-art-outer .parallex-outer .parralex-item.imageMove0 {
        left: 8%;
        top: -35px
    }
}

@media (max-width:767px) {
    .digital-art-outer .parallex-outer .parralex-item.imageMove0 {
        top: 5px
    }
}

.digital-art-outer .parallex-outer .parralex-item.imageMove0 img {
    left: 20%;
    top: 40%
}

@media (max-width:991px) {
    .digital-art-outer .parallex-outer .parralex-item.imageMove1 {
        top: 70px
    }
}

.digital-art-outer .parallex-outer .parralex-item.imageMove1 img {
    top: 80%;
    left: 55%
}

@media (max-width:991px) {
    .digital-art-outer .parallex-outer .parralex-item.imageMove2 {
        left: -30px
    }
}

@media (max-width:767px) {
    .digital-art-outer .parallex-outer .parralex-item.imageMove2 {
        top: 50px
    }
}

.digital-art-outer .parallex-outer .parralex-item.imageMove2 img {
    left: 90%;
    top: 40%
}

@media (max-width:991px) {
    .digital-art-outer .parallex-outer .parralex-item.imageMove3 {
        top: 110px;
        right: 18%
    }
}

.digital-art-outer .parallex-outer .parralex-item.imageMove3 img {
    left: 10%;
    top: 64vw
}

.digital-art-outer .parallex-outer .parralex-item.imageMove4 img {
    top: 65vw;
    left: 98%
}

.digital-art-outer .parallex-outer .parralex-item.imageMove5 img {
    top: 0;
    left: 60%
}

.digital-art-outer .digitaArt-section {
    position: relative;
    height: 100vh
}

@media (max-width:991px) {
    .digital-art-outer .digitaArt-section {
        height: auto;
        padding: 0 12vw
    }
}

.digital-art-outer .digitaArt-section .inner-container h4 {
    margin: 50px 0 0;
    max-width: 30vw;
    line-height: 5vw;
    position: relative;
    z-index: 2;
    letter-spacing: -2px
}

@media (max-width:991px) {
    .digital-art-outer .digitaArt-section .inner-container h4 {
        line-height: 5vw;
        max-width: 30vw
    }
}

@media (max-width:767px) {
    .digital-art-outer .digitaArt-section .inner-container h4 {
        font-size: 28px;
        line-height: 40px;
        max-width: 230px;
        margin: 30px 0 0
    }
}

.digital-art-outer .digitaArt-section .inner-container p {
    max-width: 465px;
    line-height: 32px;
    z-index: 2;
    position: relative
}

.digital-art-outer .digitaArt-section .inner-container .scroll-images {
    padding-left: 15vw;
    margin-top: -36px
}

.arm-above-footer {
    padding: 200px 0
}

@media (max-width:991px) {
    .arm-above-footer {
        margin-top: 0;
        padding-top: 0
    }
}

@media (max-width:767px) {
    .arm-above-footer {
        padding-bottom: 100px;
        padding-top: 100px
    }
}

.arm-above-footer .arm-above-footer-inner {
    width: 130vw;
    left: -15vw;
    position: relative
}

@media (max-width:767px) {
    .arm-above-footer .arm-above-footer-inner {
        width: 100%;
        left: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

.arm-above-footer #GroupFromRight {
    visibility: visible
}

.arm-above-footer.arm-above-footer-about {
    padding: 100px 0;
    margin-top: 0
}

.wave-outer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: initial
}

.vis {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.visually-hidden {
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.canvas-wrap,
.visually-hidden {
    position: absolute;
    overflow: hidden
}

.canvas-wrap {
    max-width: 100%;
    bottom: 0
}

canvas {
    display: block
}

.footer-kudos {
    position: absolute;
    padding: 0 13vw;
    bottom: 0;
    color: #fff;
    width: 100%;
    bottom: 50px
}

@media (min-width:1600px) {
    .footer-kudos {
        padding: 0 15vw
    }
}

@media (max-width:991px) {
    .footer-kudos {
        width: 100%;
        padding: 0 12vw
    }
}

@media (max-width:767px) {
    .footer-kudos {
        width: 100%;
        padding: 0 50px;
        text-align: center;
        font-size: 13px;
        bottom: 20px
    }
}

.footer-kudos p {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:991px) {
    .footer-kudos p {
        font-size: 11px
    }
}

@media (max-width:767px) {
    .footer-kudos p {
        display: block
    }
}

.footer-kudos p img {
    width: 22px;
    margin: 0 6px;
    max-width: 100%;
    height: auto
}

@media (max-width:767px) {
    .footer-kudos p img {
        width: 18px;
        margin: 0 3px;
        vertical-align: bottom
    }
}

.footer-kudos p a {
    color: #face44;
    text-decoration: none;
    font-weight: 500;
    margin-left: 5px
}

footer {
    position: relative;
    padding-bottom: 20vw;
    overflow: hidden;
    width: 100%;
    background-color: initial
}

@media (max-width:991px) {
    footer {
        padding-bottom: 150px
    }
}

@media (max-width:767px) {
    footer {
        padding-bottom: 120px
    }
}

footer h5 {
    font-size: 10vw;
    line-height: 1;
    text-align: right;
    font-weight: 800;
    display: block;
    top: 0;
    z-index: 1;
    color: #fff;
    margin: 0;
    white-space: nowrap;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #191a1b;
    -webkit-text-fill-color: #f0f0f0;
    letter-spacing: -5px
}

@media (max-width:991px) {
    footer h5 {
        letter-spacing: -2px;
        -webkit-text-stroke-width: 1px
    }
}

@media (max-width:767px) {
    footer h5 {
        font-size: 15vw;
        top: 40px;
        letter-spacing: -1px
    }
}

footer .marquee-footer {
    width: 100vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 150px
}

footer .marquee-footer .marquee__inner {
    display: flex;
    -webkit-animation: marquee 25s linear infinite running;
    animation: marquee 25s linear infinite running
}

@media (max-width:767px) {
    footer .marquee-footer .marquee__inner {
        -webkit-animation: marquee 15s linear infinite running;
        animation: marquee 15s linear infinite running
    }
}

@media (max-width:991px) {
    footer .marquee-footer {
        margin-bottom: 100px
    }
}

@media (max-width:767px) {
    footer .marquee-footer {
        margin-bottom: 0;
        margin-top: 30px
    }
}

footer .footer-content {
    width: 100%
}

@media (max-width:991px) {
    footer .footer-content {
        position: relative;
        z-index: 1
    }
}

footer .footer-content .story {
    padding: 1vh 13vw;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (min-width:1600px) {
    footer .footer-content .story {
        padding: 4vh 20vw 2vh
    }
}

@media (max-width:991px) {
    footer .footer-content .story {
        padding: 35px 12vw
    }
}

@media (max-width:767px) {
    footer .footer-content .story {
        padding: 35px 40px;
        flex-direction: column;
        align-items: flex-start
    }
}

footer .footer-content .story .stroy-inner {
    width: 47vw
}

@media (max-width:1600px) {
    footer .footer-content .story .stroy-inner {
        width: 45vw
    }
}

@media (max-width:767px) {
    footer .footer-content .story .stroy-inner {
        width: 100%;
        margin-bottom: 60px
    }
}

footer .footer-content .story .stroy-inner h4 {
    font-size: 3.833vw;
    font-weight: 500;
    line-height: 4.51vw;
    letter-spacing: -2px;
    margin: 40px 0
}

@media (max-width:767px) {
    footer .footer-content .story .stroy-inner h4 {
        font-size: 28px;
        line-height: 35px;
        max-width: 380px;
        letter-spacing: -1px;
        margin: 10px 0
    }
}

footer .footer-content .story .stroy-inner h4 span {
    display: block
}

@media (max-width:767px) {
    footer .footer-content .story .stroy-inner h4 span {
        display: initial
    }
}

footer .footer-content .story .stroy-inner p {
    margin: 0
}

footer .footer-content .story .stroy-inner p span {
    color: #c8b098;
    text-decoration: underline;
    cursor: pointer
}

footer .footer-content .story .blick-arrows {
    width: 20vw;
    display: flex;
    justify-content: space-between
}

@media (max-width:767px) {
    footer .footer-content .story .blick-arrows {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 120px;
        margin: 0 auto;
        position: relative;
        top: 10px
    }
}

footer .footer-content .story .blick-arrows svg {
    display: block
}

@media (max-width:767px) {
    footer .footer-content .story .blick-arrows svg:first-child {
        display: none
    }
}

footer .footer-content .story .blick-arrows svg.arrow {
    width: 35px;
    height: 35px
}

@media (max-width:767px) {
    footer .footer-content .story .blick-arrows svg.arrow {
        width: 25px
    }
}

footer .footer-content .story .blick-arrows svg.arrow.red {
    fill: #c8b098
}

footer .footer-content .story .blick-arrows .blink-arrows-gif {
    width: 100%;
    position: relative;
    left: 40px
}

@media (max-width:991px) {
    footer .footer-content .story .blick-arrows .blink-arrows-gif {
        left: 0
    }
}

footer .footer-content .story .footer-blob {
    width: 25vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative
}

@media (max-width:767px) {
    footer .footer-content .story .footer-blob {
        width: 100%;
        margin-top: 50px
    }
}

footer .footer-content .story .footer-blob .footer-blob-inner {
    width: 22vw;
    height: 22vw;
    position: absolute;
    right: -7vw;
    cursor: pointer
}

@media (min-width:1600px) {
    footer .footer-content .story .footer-blob .footer-blob-inner {
        right: -9vw
    }
}

@media (max-width:767px) {
    footer .footer-content .story .footer-blob .footer-blob-inner {
        position: relative;
        width: 175px;
        height: 175px;
        right: 0;
        left: 0;
        margin: auto
    }
}

footer .footer-content .story .footer-blob .footer-blob-inner .blob-custom {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

footer .footer-content .story .footer-blob .footer-blob-inner .blob-custom svg {
    width: 3.235vw;
    position: relative;
    z-index: 2
}

@media (max-width:767px) {
    footer .footer-content .story .footer-blob .footer-blob-inner .blob-custom svg {
        width: 40px
    }
}

footer .footer-hand {
    position: absolute;
    width: 100vw;
    padding: 0 13vw;
    z-index: -1
}

@media (min-width:1600px) {
    footer .footer-hand {
        padding: 0 20vw
    }
}

@media (max-width:767px) {
    footer .footer-hand {
        width: 100%;
        padding: 0
    }
}

footer .footer-hand svg {
    max-width: 20vw;
    position: absolute;
    right: 7vw
}

@media (min-width:1600px) {
    footer .footer-hand svg {
        right: 12vw
    }
}

@media (max-width:767px) {
    footer .footer-hand svg {
        max-width: 180px;
        right: 0;
        left: 0;
        margin: auto
    }
}

footer .sticky-links {
    display: none
}

@media (max-width:767px) {
    footer .sticky-links {
        display: block;
        position: absolute;
        bottom: 70px;
        left: 0;
        right: 0;
        top: auto;
        text-align: center
    }
}

footer .sticky-links ul {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

footer .sticky-links ul li a {
    font-size: 13px
}

.gallery-section .gallery-slider {
    display: none;
    align-items: center
}

.gallery-section .tns-liveregion {
    display: none
}

.gallery-section .slideshow {
    display: none;
    margin-top: 25vh;
    padding-bottom: 4vw
}

.gallery-section .slide {
    display: none;
    width: 23vw;
    margin-right: 4vw;
    text-align: center;
    height: auto;
    background-color: red;
    border-radius: 6px;
    color: #fff;
    font-family: "Helvetica Neue", helvetica, arial;
    font-size: 24px;
    line-height: 50vh
}

.gallery-section .slide:first-child {
    display: none;
    background-color: #2b00ff
}

.gallery-section .slide:nth-child(2) {
    display: none;
    background-color: #50f
}

.gallery-section .slide:nth-child(3) {
    display: none;
    background-color: #8000ff
}

.gallery-section .slide:nth-child(4) { 
    display: none;
    background-color: #a0f
}

.gallery-section .slide:nth-child(5) {
    display: none;
    background-color: #d500ff
}

.gallery-section .slide:nth-child(6) {
    display: none;
    background-color: #f0f
}

.gallery-section .slide:nth-child(7) {
    display: none;
    background-color: #ff00d5
}

.gallery-section .slide:nth-child(8) {
    display: none;
    background-color: #f0a
}

.gallery-section .slide:nth-child(9) {
    display: none;
    background-color: #ff0080
}

.gallery-section .slide:nth-child(10) {
    display: none;
    background-color: #f05
}

.gallery-section .swiper-container {
    display: none;
    width: 100%;
    height: 100%;
    position: relative
}

.gallery-section .swiper-wrapper {
    display: none;
    transition-timing-function: linear !important;
    position: relative;
    align-items: center
}

.gallery-section .swiper-slide {
    display: none;
    text-align: center;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden
}

@-webkit-keyframes line-slide {
    0% {
        background-position: -5% 0
    }

    to {
        background-position: 100% 0
    }
}

@keyframes line-slide {
    0% {
        background-position: -5% 0
    }

    to {
        background-position: 100% 0
    }
}

.module-block.find-linkedin-section {
    display: flex;
    justify-content: space-between;
    padding: 10vw 18vw;
    max-width: 100vw
}

@media (max-width:991px) {
    .module-block.find-linkedin-section {
        flex-direction: column-reverse;
        padding-top: 150px;
        padding-left: 12vw;
        padding-right: 12vw;
        align-items: flex-end
    }
}

@media (max-width:767px) {
    .module-block.find-linkedin-section {
        padding: 70px 20px 100px
    }
}

.module-block.find-linkedin-section .contact-me {
    color: #c8b098;
    position: relative;
    cursor: pointer;
    font-size: 2.1vw;
    font-weight: 700;
    line-height: 3vw;
    text-decoration: underline;
    max-width: 13vw;
    margin-top: 0
}

.module-block.find-linkedin-section .contact-me a {
    color: #c8b098
}

@media (max-width:991px) {
    .module-block.find-linkedin-section .contact-me {
        font-size: 25px;
        max-width: 100%;
        line-height: 36px
    }
}

.module-block.find-linkedin-section .hand-side {
    padding-top: 0;
    z-index: 99999999;
    position: relative
}

@media (max-width:991px) {
    .module-block.find-linkedin-section .hand-side {
        margin-top: 50px;
        width: 80%
    }
}

@media (max-width:767px) {
    .module-block.find-linkedin-section .hand-side {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
        margin-top: 40px;
        width: 100%
    }
}

.module-block.find-linkedin-section .content-side {
    width: 73%
}

@media (max-width:991px) {
    .module-block.find-linkedin-section .content-side {
        width: 80%
    }
}

@media (max-width:767px) {
    .module-block.find-linkedin-section .content-side {
        margin-top: 0;
        width: 100%
    }
}

.module-block.find-linkedin-section .content-side p {
    font-size: 1.7vw;
    line-height: 3vw;
    margin-bottom: 40px;
    margin-top: 0
}

@media (max-width:991px) {
    .module-block.find-linkedin-section .content-side p {
        font-size: 17px;
        line-height: 35px
    }
}

@media (max-width:767px) {
    .module-block.find-linkedin-section .content-side p {
        line-height: 30px;
        margin-bottom: 20px
    }
}

.module-block.find-linkedin-section .content-side p:last-child {
    margin-bottom: 0
}

.module-block.find-linkedin-section .content-side p span {
    font-weight: 700
}

.module-block.find-linkedin-section .content-side p.dark {
    font-size: 2.1vw;
    font-weight: 500;
    line-height: 3vw
}

.module-block.find-linkedin-section .content-side p.dark span {
    font-weight: 700
}

.module-block.find-linkedin-section .content-side span.scrolling {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500
}

.methalogy-section {
    background: #1a1c1d;
    color: #fff;
    padding-top: 10vw;
    padding-bottom: 10vw
}

@media (max-width:767px) {
    .methalogy-section {
        padding-bottom: 100px;
        padding-top: 100px
    }
}

.methalogy-section .section-header-row h4 {
    font-size: 3vw;
    line-height: 4.5vw
}

@media (max-width:991px) {
    .methalogy-section .section-header-row h4 {
        font-size: 3.7vw;
        line-height: 5.5vw
    }
}

@media (max-width:767px) {
    .methalogy-section .section-header-row h4 {
        font-size: 28px;
        line-height: 45px
    }
}

.methalogy-section .section-header-row p {
    margin: 0
}

@media (max-width:991px) {
    .methalogy-section .section-header-row p {
        font-size: 17px;
        line-height: 32px
    }
}

@media (max-width:767px) {
    .methalogy-section .section-header-row p {
        font-size: 16px;
        line-height: 25px
    }
}

.methalogy-section .methalogy-content {
    display: flex;
    justify-content: flex-end;
    margin-top: 8vw
}

.methalogy-section .methalogy-content .mehalogy-list {
    width: 37vw
}

@media (max-width:991px) {
    .methalogy-section .methalogy-content .mehalogy-list {
        width: 80%
    }
}

@media (max-width:767px) {
    .methalogy-section .methalogy-content .mehalogy-list {
        width: 100%
    }
}

.methalogy-section .methalogy-content .mehalogy-list ul {
    display: flex;
    flex-wrap: wrap
}

.methalogy-section .methalogy-content .mehalogy-list ul li {
    width: 33%;
    margin-bottom: 5vw
}

.methalogy-section .methalogy-content .mehalogy-list ul li:nth-child(3) {
    display: flex;
    justify-content: center
}

@media (max-width:767px) {
    .methalogy-section .methalogy-content .mehalogy-list ul li:nth-child(3) {
        justify-content: flex-end
    }
}

.methalogy-section .methalogy-content .mehalogy-list ul li:nth-child(3) div {
    display: inline-block
}

.methalogy-section .methalogy-content .mehalogy-list ul li span {
    color: #c8b098;
    font-size: 1vw;
    font-weight: 600
}

@media (max-width:991px) {
    .methalogy-section .methalogy-content .mehalogy-list ul li span {
        font-size: 2vw
    }
}

@media (max-width:767px) {
    .methalogy-section .methalogy-content .mehalogy-list ul li span {
        font-size: 15px
    }
}

.methalogy-section .methalogy-content .mehalogy-list ul li h6 {
    font-size: 1.8vw;
    font-weight: 500;
    line-height: 3.5vw;
    margin: 0;
    letter-spacing: -1px
}

@media (max-width:991px) {
    .methalogy-section .methalogy-content .mehalogy-list ul li h6 {
        font-size: 2.8vw;
        line-height: 4vw
    }
}

@media (max-width:767px) {
    .methalogy-section .methalogy-content .mehalogy-list ul li h6 {
        font-size: 20px;
        line-height: 30px
    }
}

.methalogy-section .methalogy-content .mehalogy-list ul li p {
    margin: 0;
    max-width: 200px
}

@media (max-width:767px) {
    .methalogy-section .methalogy-content .mehalogy-list ul li p {
        font-size: 14px
    }
}

.methalogy-section .methalogy-content .mehalogy-list ul li:last-child {
    flex: 1 0 100%;
    margin-bottom: 0
}

.jury-section {
    position: relative;
    padding-top: 30vw;
    padding-bottom: 20vw;
    overflow: hidden;
    width: 100%
}

.jury-section .hero-marquee {
    white-space: nowrap;
    position: absolute;
    top: 8vw
}

@media (max-width:767px) {
    .jury-section .hero-marquee {
        top: 30px
    }
}

.jury-section .hero-marquee {
    width: 200%;
    overflow: hidden;
    --offset: 20%;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
    -webkit-transform-origin: center;
    transform-origin: center
}

.jury-section .hero-marquee .marquee-doc-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    -webkit-transform: translate3d(var(--move-initial), 0, 0);
    transform: translate3d(var(--move-initial), 0, 0);
    transition: all .35s ease-in-out;
    animation: marqueenew 25s linear infinite;
    -webkit-animation: marqueenew 25s linear infinite;
    -moz-animation: marqueenew 25s linear infinite;
    -o-animation: marqueenew 25s linear infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@media (max-width:767px) {
    .jury-section .hero-marquee .marquee-doc-text {
        animation: marqueenew 15s linear infinite;
        -webkit-animation: marqueenew 15s linear infinite;
        -moz-animation: marqueenew 15s linear infinite;
        -o-animation: marqueenew 15s linear infinite
    }
}

.jury-section .hero-marquee .marquee-doc-text h5 {
    position: relative;
    font-size: 10vw;
    font-weight: 800;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #191a1b;
    -webkit-text-fill-color: #f0f0f0;
    margin: 0 15px;
    letter-spacing: -5px
}

@media (max-width:991px) {
    .jury-section .hero-marquee .marquee-doc-text h5 {
        letter-spacing: -3px
    }
}

@media (max-width:767px) {
    .jury-section .hero-marquee .marquee-doc-text h5 {
        font-size: 15vw;
        letter-spacing: -1px;
        -webkit-text-stroke-width: 1px
    }
}

@media (max-width:767px) {
    .jury-section {
        padding: 140px 0 100px;
        background: #f0f0f0
    }
}

.jury-section .jury-content {
    width: 100%
}

@media (max-width:767px) {
    .jury-section .jury-content {
        padding: 0 20px
    }
}

.jury-section .jury-content .jury-awwwards {
    padding: 0 13vw;
    display: flex;
    justify-content: flex-end
}

@media (max-width:767px) {
    .jury-section .jury-content .jury-awwwards {
        padding: 0;
        justify-content: flex-start
    }
}

.jury-section .jury-content .jury-awwwards .jury-list {
    width: 44vw
}

@media (max-width:991px) {
    .jury-section .jury-content .jury-awwwards .jury-list {
        width: 60vw
    }
}

@media (max-width:767px) {
    .jury-section .jury-content .jury-awwwards .jury-list {
        width: 100%
    }
}

.jury-section .jury-content .jury-awwwards .jury-list .awwward-tag {
    max-width: 510px;
    line-height: 1.8vw;
    margin-bottom: 10vh
}

@media (max-width:991px) {
    .jury-section .jury-content .jury-awwwards .jury-list .awwward-tag {
        font-size: 17px;
        line-height: 32px;
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .jury-section .jury-content .jury-awwwards .jury-list .awwward-tag {
        font-size: 16px;
        line-height: 25px
    }
}

.jury-section .jury-content .jury-awwwards .jury-list .awward-name {
    font-size: 16px;
    display: block;
    text-align: left;
    font-weight: 500
}

.jury-section .menu {
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: right;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    counter-reset: menucounter
}

.jury-section .menu__item {
    flex: none;
    display: flex;
    justify-content: flex-end;
    position: relative;
    color: #191a1b;
    text-decoration: none
}

@media (max-width:991px) {
    .jury-section .menu__item {
        justify-content: normal
    }
}

@media (max-width:767px) {
    .jury-section .menu__item {
        margin-bottom: 30px
    }
}

@media (max-width:991px) {
    .jury-section .menu__item.title-selected {
        z-index: 1
    }
}

@media (max-width:991px) {
    .jury-section .menu__item.title-selected .menu__item-textinner {
        color: #c8b098;
        text-decoration: underline
    }
}

@media (max-width:991px) {
    .jury-section .menu__item.title-selected .awward-name {
        color: #c8b098
    }
}

@media (max-width:991px) {
    .jury-section .menu__item.title-selected .hover-reveal {
        opacity: 1 !important
    }
}

@media (max-width:1024px) {
    .jury-section .menu__item.title-selected .hover-reveal {
        -webkit-transform: translate(-175px, -122.719px) !important;
        transform: translate(-175px, -122.719px) !important;
        transition: all .35s ease-in-out
    }
}

@media (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    .jury-section .menu__item.title-selected .hover-reveal {
        -webkit-transform: translate(-175px, -122.719px) !important;
        transform: translate(-175px, -122.719px) !important;
        transition: all .35s ease-in-out
    }
}

@media (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .jury-section .menu__item.title-selected .hover-reveal {
        -webkit-transform: translate(-175px, -122.719px) !important;
        transform: translate(-175px, -122.719px) !important;
        transition: all .35s ease-in-out
    }
}

@media (max-width:767px) {
    .jury-section .menu__item.title-selected .hover-reveal {
        -webkit-transform: translate(152px, -103.719px) scale(1) !important;
        transform: translate(152px, -103.719px) scale(1) !important;
        transition: all .35s ease-in-out
    }
}

.jury-section .menu__item:hover:before {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.jury-section .menu__item-text {
    position: relative;
    cursor: pointer;
    padding: 1.5vw 0;
    display: block;
    overflow: hidden;
    font-size: 6vw
}

.jury-section .menu__item-textinner {
    display: block;
    white-space: nowrap;
    font-size: 2vw;
    transition: text-shadow .3s;
    letter-spacing: -1px
}

@media (max-width:991px) {
    .jury-section .menu__item-textinner {
        font-size: 25px;
        line-height: 50px
    }
}

@media (max-width:767px) {
    .jury-section .menu__item-textinner {
        line-height: 35px
    }
}

.jury-section .js .menu__item-textinner {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.jury-section .menu__item-sub {
    display: none;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    align-items: center;
    position: relative;
    margin-left: 2rem;
    padding-left: 3rem;
    opacity: 0;
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.jury-section .menu__item:hover .menu__item-sub {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.jury-section .menu__item:hover {
    text-decoration: underline;
    color: #c8b098
}

.jury-section .menu__item-sub:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    width: 1px;
    height: 70%;
    background: currentColor;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(22.5deg) scaleY(0);
    transform: rotate(22.5deg) scaleY(0);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.jury-section .menu__item:hover .menu__item-sub:before {
    -webkit-transform: rotate(22.5deg) scaleX(1);
    transform: rotate(22.5deg) scaleX(1)
}

.jury-section .hover-reveal {
    position: absolute;
    z-index: -1;
    width: 220px;
    height: 320px;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0
}

@media (max-width:1024px) {
    .jury-section .hover-reveal {
        -webkit-transform: translate(-225px, -122.719px) !important;
        transform: translate(-225px, -122.719px) !important;
        transition: all .35s ease-in-out
    }
}

@media (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) {
    .jury-section .hover-reveal {
        -webkit-transform: translate(-225px, -122.719px) !important;
        transform: translate(-225px, -122.719px) !important;
        transition: all .35s ease-in-out
    }
}

@media (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    .jury-section .hover-reveal {
        -webkit-transform: translate(-225px, -122.719px) !important;
        transform: translate(-225px, -122.719px) !important;
        transition: all .35s ease-in-out
    }
}

@media (max-width:767px) {
    .jury-section .hover-reveal {
        -webkit-transform: translate(152px, -103.719px) scale(.5) !important;
        transform: translate(152px, -103.719px) scale(.5) !important;
        transition: all .35s ease-in-out;
        width: 180px;
        height: 262px
    }
}

.jury-section .hover-reveal__inner {
    overflow: hidden
}

@media (max-width:767px) {
    .jury-section .hover-reveal__inner {
        -webkit-transform: none !important;
        transform: none !important
    }
}

@media only screen and (width:768px) and (height:1024px) and (orientation:portrait) {
    .jury-section .hover-reveal__inner {
        -webkit-transform: none !important;
        transform: none !important
    }
}

@media (device-width:1024px) and (device-height:768px) and (orientation:landscape) {
    .jury-section .hover-reveal__inner {
        -webkit-transform: none !important;
        transform: none !important
    }
}

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

@media (max-width:767px) {

    .jury-section .hover-reveal__img,
    .jury-section .hover-reveal__inner {
        -webkit-transform: none !important;
        transform: none !important
    }
}

@media only screen and (width:768px) and (height:1024px) and (orientation:portrait) {

    .jury-section .hover-reveal__img,
    .jury-section .hover-reveal__inner {
        -webkit-transform: none !important;
        transform: none !important
    }
}

@media (device-width:1024px) and (device-height:768px) and (orientation:landscape) {

    .jury-section .hover-reveal__img,
    .jury-section .hover-reveal__inner {
        -webkit-transform: none !important;
        transform: none !important
    }
}

.jury-section .hover-reveal__img {
    background-size: cover;
    background-position: 50% 50%
}

.jury-section .cursor {
    display: none
}

.jury-section .credits {
    align-self: flex-start;
    padding: 5rem 0 0
}

.jury-section .credits a {
    text-decoration: underline
}

@media screen and (min-width:53em) {
    .jury-section .frame {
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
        background: none;
        height: 50vh;
        pointer-events: none;
        padding-bottom: 0
    }

    .jury-section .frame__links a:not(:last-child) {
        margin-right: 0
    }

    .jury-section .frame__links {
        margin: .5rem 0 2rem;
        justify-self: start
    }

    .jury-section .frame__links a {
        margin-left: .5rem;
        pointer-events: auto
    }

    .jury-section .frame__button {
        cursor: not-allowed;
        pointer-events: auto;
        margin-top: auto;
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }

    .jury-section .menu {
        padding-top: 0
    }

    .jury-section .menu__item {
        justify-content: normal
    }

    .jury-section .menu__item-text {
        padding: 1.5vw 0;
        font-size: 4vw
    }

    .jury-section .menu__item-sub {
        display: flex
    }
}

@media (any-pointer:fine) {
    .jury-section .cursor {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        pointer-events: none
    }

    .jury-section .cursor__inner {
        fill: var(--cursor-fill);
        stroke: var(--cursor-stroke);
        stroke-width: var(--cursor-stroke-width);
        opacity: .3
    }

    .jury-section .credits {
        padding-left: 25vw
    }
}

.jury-section html.has-scroll-smooth {
    overflow: hidden
}

.jury-section html.has-scroll-dragging {
    -webkit-user-select: none;
    user-select: none
}

.jury-section .has-scroll-smooth body {
    overflow: hidden
}

.jury-section .has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

.jury-section .c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100vh;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    opacity: 0
}

.jury-section .c-scrollbar:hover {
    -webkit-transform: scaleX(1.45);
    transform: scaleX(1.45)
}

.jury-section .c-scrollbar:hover,
.jury-section .has-scroll-dragging .c-scrollbar,
.jury-section .has-scroll-scrolling .c-scrollbar {
    opacity: 1
}

.jury-section .c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    opacity: .5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab
}

.jury-section .has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

@-webkit-keyframes marqueenew {
    0% {
        -webkit-transform: translate3d(var(--move-initial), 0, 0);
        transform: translate3d(var(--move-initial), 0, 0)
    }

    to {
        -webkit-transform: translate3d(var(--move-final), 0, 0);
        transform: translate3d(var(--move-final), 0, 0)
    }
}

@keyframes marqueenew {
    0% {
        -webkit-transform: translate3d(var(--move-initial), 0, 0);
        transform: translate3d(var(--move-initial), 0, 0)
    }

    to {
        -webkit-transform: translate3d(var(--move-final), 0, 0);
        transform: translate3d(var(--move-final), 0, 0)
    }
}

* {
    box-sizing: border-box
}

h2 {
    font-size: 180px;
    font-weight: 800;
    line-height: 175px
}

h3 {
    font-size: 101px;
    line-height: 110px
}

@media (max-width:767px) {
    #awwwards {
        -webkit-transform: translateY(-50%) scale(.5) !important;
        transform: translateY(-50%) scale(.5) !important;
        right: -15px !important
    }
}

h4 {
    font-size: 3.7vw;
    line-height: 5.5vw;
    font-weight: 500;
    letter-spacing: -2px
}

@media (max-width:767px) {
    h4 {
        font-size: 28px;
        line-height: 50px;
        letter-spacing: -1px
    }
}

.component-container {
    padding-left: 13vw;
    padding-right: 13vw;
    max-width: 112vw
}

@media (min-width:1600px) {
    .component-container {
        padding-left: 15vw;
        padding-right: 15vw
    }
}

@media (max-width:991px) {
    .component-container {
        padding-left: 12vw;
        padding-right: 12vw
    }
}

@media (max-width:767px) {
    .component-container {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
}

@media (max-width:767px) {
    .component-container.intro-header {
        padding-bottom: 0;
        position: relative
    }
}

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

h2.preloader-heading {
    position: fixed;
    color: #c8b098;
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
    line-height: 1;
    z-index: 1000000000000000000;
    top: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.custom-load-wrapper {
    height: 100vh;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: #000;
    z-index: 999999999999999;
    display: flex;
    align-items: center;
    justify-content: center
}

.custom-load-wrapper svg {
    position: absolute;
    left: 0;
    right: 0;
    top: -90px
}

.custom-load-wrapper h2 {
    position: fixed;
    left: 0;
    right: 0;
    color: #c8b098;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    top: 90%
}

.custom-load-wrapper.hide {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all .35s ease-in-out
}

@media (max-width:991px) {
    .disableLink {
        pointer-events: none
    }
}

canvas#aboutstage,
canvas#footerAboutScene,
canvas#stage {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

canvas#aboutstage.hide {
    visibility: hidden;
    opacity: 0
}

.whole-app-wrapper {
    position: relative;
    z-index: 10
}

main {
    position: relative
}

#cursor {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    pointer-events: none;
    will-change: transform
}

@media (max-width:991px) {
    #cursor {
        display: none
    }
}

@media (device-width:768px) and (device-height:1024px) and (orientation:portrait) {
    #cursor {
        display: none
    }
}

@media (device-width:1024px) and (device-height:768px) and (orientation:landscape) {
    #cursor {
        display: none
    }
}

.project-list-item {
    width: 50%
}

.blobyBg {
    position: relative
}

.blobyBg .BlobMain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    transition: all .35s ease-in-out
}

.cursor__circle {
    height: 40px;
    margin-top: -50%;
    margin-left: -50%;
    visibility: visible;
    border-radius: 21px;
    border: 1px solid #191a1b;
    transition: opacity .1s cubic-bezier(.25, 1, .5, 1), background-color .1s cubic-bezier(.25, 1, .5, 1), border-color .1s cubic-bezier(.25, 1, .5, 1), width .1s cubic-bezier(.25, 1, .5, 1), height .1s cubic-bezier(.25, 1, .5, 1)
}

.contact-newblob {
    width: 150px;
    height: 150px;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -75px;
    top: -75px
}

.contact-newblob,
.contact-newblob svg.mail-icon {
    transition: all .35s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.contact-newblob svg.mail-icon {
    width: 30px;
    height: 30px;
    display: none
}

.contact-newblob svg.eye-icon,
.contact-newblob svg.linkedInSvg {
    display: none
}

.awwward-2xhonors-newBlob,
.awwward-newBlob {
    width: 210px;
    height: 210px;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    transition: all .35s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    left: -105px;
    top: -105px
}

.awwward-2xhonors-newBlob svg,
.awwward-newBlob svg {
    width: 60px;
    display: none
}

.awwward-2xhonors-newBlob svg,
.awwward-invision-newBlob,
.awwward-newBlob svg {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .35s ease-in-out
}

.awwward-invision-newBlob {
    width: 210px;
    height: 210px;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -105px;
    top: -105px
}

.awwward-invision-newBlob svg {
    width: 60px;
    display: none
}

.awwward-2017-newBlob,
.awwward-invision-newBlob svg {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .35s ease-in-out
}

.awwward-2017-newBlob {
    width: 210px;
    height: 210px;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -105px;
    top: -105px
}

.awwward-2017-newBlob svg {
    width: 60px;
    display: none
}

.awwward-2017-newBlob svg,
.awwward-adp-newBlob {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .35s ease-in-out
}

.awwward-adp-newBlob {
    width: 210px;
    height: 210px;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -105px;
    top: -105px
}

.awwward-adp-newBlob svg {
    width: 60px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .35s ease-in-out;
    display: none
}

@media (hover:hover) and (pointer:fine) {
    .module-block.find-linkedin-section .contact-me {
        z-index: 99999
    }

    #cursor.link .cursor__circle {
        opacity: 0
    }

    .loader-wrapper {
        position: fixed;
        left: 0;
        right: 0;
        background: #000;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        z-index: 999;
        color: #fff;
        justify-content: center
    }

    #cursor.project-cursor {
        z-index: 0
    }

    #cursor.cursor-awwwards .cursor__circle {
        display: none
    }

    #cursor.cursor-awwwards .awwward-newBlob {
        visibility: visible;
        display: flex;
        transition: all .35s ease-in-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    #cursor.cursor-awwwards .awwward-newBlob svg {
        width: 60px;
        z-index: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        display: block
    }

    #cursor.cursor-awwwards2018 .cursor__circle {
        display: none
    }

    #cursor.cursor-awwwards2018 .awwward-newBlob {
        visibility: visible;
        display: flex;
        transition: all .35s ease-in-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    #cursor.cursor-awwwards2018 .awwward-newBlob svg {
        width: 60px;
        z-index: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        display: block
    }

    #cursor.cursor-awwwards2xHonors .cursor__circle {
        display: none
    }

    #cursor.cursor-awwwards2xHonors .awwward-2xhonors-newBlob {
        visibility: visible;
        display: flex;
        transition: all .35s ease-in-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    #cursor.cursor-awwwards2xHonors .awwward-2xhonors-newBlob svg {
        width: 60px;
        z-index: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        display: block
    }

    #cursor.cursor-awwwards2017 .cursor__circle {
        display: none
    }

    #cursor.cursor-awwwards2017 .awwward-2017-newBlob {
        visibility: visible;
        display: flex;
        transition: all .35s ease-in-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    #cursor.cursor-awwwards2017 .awwward-2017-newBlob svg {
        width: 60px;
        z-index: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        display: block
    }

    #cursor.cursor-awwwards2019 .cursor__circle {
        display: none
    }

    #cursor.cursor-awwwards2019 .awwward-newBlob {
        visibility: visible;
        display: flex;
        transition: all .35s ease-in-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    #cursor.cursor-awwwards2019 .awwward-newBlob svg {
        width: 60px;
        z-index: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        display: block
    }

    #cursor.cursor-invision .cursor__circle {
        display: none
    }

    #cursor.cursor-invision .awwward-invision-newBlob {
        visibility: visible;
        display: flex;
        transition: all .35s ease-in-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    #cursor.cursor-invision .awwward-invision-newBlob svg {
        width: 60px;
        z-index: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        display: block
    }

    #cursor.cursor-adp .cursor__circle {
        display: none
    }

    #cursor.cursor-adp .awwward-adp-newBlob {
        visibility: visible;
        display: flex;
        transition: all .35s ease-in-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    #cursor.cursor-adp .awwward-adp-newBlob svg {
        width: 60px;
        z-index: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        display: block
    }

    #cursor.contactMe {
        z-index: 0
    }

    #cursor.contactMe .cursor__circle {
        display: none
    }

    #cursor.contactMe .contact-newblob {
        visibility: visible;
        display: flex;
        transition: all .35s ease-in-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    #cursor.contactMe .contact-newblob svg {
        width: 30px;
        height: 30px;
        z-index: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    #cursor.contactMe .contact-newblob svg.mail-icon {
        display: block
    }

    #cursor.contactMe .contact-newblob svg.eye-icon,
    #cursor.contactMe .contact-newblob svg.linkedInSvg {
        display: none
    }

    #cursor.linkedIn {
        z-index: 0
    }

    #cursor.linkedIn .cursor__circle {
        display: none
    }

    #cursor.linkedIn .contact-newblob {
        visibility: visible;
        display: flex;
        transition: all .35s ease-in-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    #cursor.linkedIn .contact-newblob svg {
        width: 30px;
        height: 30px;
        z-index: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    #cursor.linkedIn .contact-newblob svg.eye-icon,
    #cursor.linkedIn .contact-newblob svg.mail-icon {
        display: none
    }

    #cursor.linkedIn .contact-newblob svg.linkedInSvg {
        display: block
    }

    #cursor.lets-chat {
        z-index: 0
    }

    #cursor.lets-chat .cursor__circle {
        display: none
    }

    #cursor.lets-chat .contact-newblob {
        visibility: visible;
        display: flex;
        transition: all .35s ease-in-out;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    #cursor.lets-chat .contact-newblob svg {
        width: 30px;
        height: 30px;
        z-index: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    #cursor.footer-contact .cursor__circle,
    #cursor.lets-chat .contact-newblob svg.eye-icon,
    #cursor.lets-chat .contact-newblob svg.linkedInSvg,
    #cursor.lets-chat .contact-newblob svg.mail-icon {
        display: none
    }

    #cursor.mail-link {
        z-index: 0
    }

    #cursor.mail-link span,
    #cursor.mail-link svg.eye-icon {
        display: none
    }

    #cursor.cursor-adp,
    #cursor.cursor-awwwards,
    #cursor.cursor-awwwards2xHonors,
    #cursor.cursor-awwwards2017,
    #cursor.cursor-awwwards2018,
    #cursor.cursor-awwwards2019,
    #cursor.cursor-invision {
        z-index: 0
    }

    #cursor.lets-chat .lets-chat-blob,
    #cursor.mail-link .mail-blob,
    #cursor.project-link .mail-blob {
        opacity: 1
    }

    .lets-chat-blob {
        margin-top: -98%;
        margin-left: -20%
    }

    .lets-chat-blob,
    .mail-blob {
        z-index: -1;
        background-color: #191a1b;
        color: #fff;
        opacity: 0;
        transition: opacity .35s ease-out !important;
        -moz-transition: opacity .35s ease-out !important;
        -webkit-transition: opacity .35s ease-out !important;
        -o-transition: opacity .35s ease-out !important
    }

    .mail-blob {
        margin-top: -50%;
        margin-left: -50%
    }

    .mail-blob svg {
        width: 30px
    }

    #cursor.subtle .cursor__circle {
        opacity: 1
    }

    #cursor.overlay .cursor__circle {
        width: 48px;
        height: 48px;
        background-color: rgba(227, 222, 193, .08);
        border-color: transparent
    }
}

.containerGeogy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2
}

.tile__figure {
    margin: 0;
    padding: 0;
    width: 100%
}

.tile__image {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
}

/*# sourceMappingURL=main.0f11c270.chunk.css.map */