.horizontal-scroll-wrapper {
    position: relative;
}
.horizontal-scroll-wrapper .offset_left {
    width: 70vw;
}
.horizontal-scroll-wrapper .offset_right {
    width: 30vw;
}
.horizontal-scroll-wrapper .absolute_item_hor {
    position: absolute;
    top: 0;
    left: 0;
}
.horizontal-scroll-wrapper .header_projects {
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.horizontal-scroll-wrapper .header_projects .title_300 {
    opacity: 0.1;
}
@media screen and (min-width: 1025px) {
    .horizontal-scroll-wrapper .video_banner_cont {
        padding-left: 90vw;
        padding-right: 76vw;
    }
}
.horizontal-scroll-wrapper .video_banner_cont .video_banner_wrap {
    position: relative;
    cursor: none;
    overflow: hidden;
    background-color: #fbf8eb;
}
@media screen and (min-width: 1025px) {
    .horizontal-scroll-wrapper .video_banner_cont .video_banner_wrap {
        width: 79vw;
        height: 69vh;
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition:
            transform 0.6s ease-in-out,
            -moz-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition:
            transform 0.6s ease-in-out,
            -webkit-transform 0.6s ease-in-out,
            -moz-transform 0.6s ease-in-out;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.horizontal-scroll-wrapper .video_banner_cont .video_banner_wrap.video_load .loader_wrap {
    opacity: 0;
}
.horizontal-scroll-wrapper .video_banner_cont .video_banner_wrap.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.horizontal-scroll-wrapper .video_banner_cont .video_banner_wrap.active .video_banner_in::after {
    opacity: 0;
}
.horizontal-scroll-wrapper .video_banner_cont .video_banner_in {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.horizontal-scroll-wrapper .video_banner_cont .video_banner_in::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0a0a0a;
    opacity: 0.7;
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}
.horizontal-scroll-wrapper .video_banner_cont .video_banner {
    pointer-events: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.horizontal-scroll-wrapper .projects_bg_header {
    width: 100vw;
    height: 100vh;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.horizontal-scroll-wrapper .projects_bg_header .title_300 {
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    opacity: 1;
}
.horizontal-scroll-wrapper .projects_bg_header.active {
    opacity: 1;
}
.horizontal-scroll-wrapper .projects_bg_header.inactive_title .title_300 {
    opacity: 0.1;
}
.horizontal-scroll-wrapper .projects_bg_header.fadeOut {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}
.horizontal-scroll-wrapper .header_projects_small {
    width: 100vw;
    height: 100vh;
    padding: 90px 76px;
}
.horizontal-scroll-wrapper .header_projects_small .title_16 {
    position: relative;
}
.horizontal-scroll-wrapper .loader_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    pointer-events: none;
}
.horizontal-scroll-wrapper .loader_wrap .loader {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.horizontal-scroll-wrapper .loader_wrap .water-jar {
    margin: auto;
    height: 180px;
    width: 180px;
    position: relative;
    background: #fbf8eb;
    overflow: hidden;
    -webkit-mask: url(../img/logo.svg);
    mask: url(../img/logo.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask: url(../img/logo.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}
.horizontal-scroll-wrapper .loader_wrap .water-jar .water-filling {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #fff;
    font-size: 64px;
}
.horizontal-scroll-wrapper .loader_wrap .water-jar .water {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    background: #000;
}
.horizontal-scroll-wrapper .loader_wrap .water-jar .water.loaderStart {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1.5s linear;
    -moz-transition: all 1.5s linear;
    transition: all 1.5s linear;
}
.horizontal-scroll-wrapper .loader_wrap .water-jar .water.loaderWooStart {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.horizontal-scroll-wrapper .loader_wrap .water-jar .water.loaderLoop {
    -webkit-animation: loader-move 2s infinite linear;
    -moz-animation: loader-move 2s infinite linear;
    animation: loader-move 2s infinite linear;
}
.horizontal-scroll-wrapper .loader_wrap .water-jar .water_wave {
    width: 200%;
    position: absolute;
    bottom: 100%;
}
.horizontal-scroll-wrapper .loader_wrap .water-jar .water_wave_back {
    right: 0;
    fill: #0a0a0a;
    -webkit-animation: wave-back 1.4s infinite linear;
    -moz-animation: wave-back 1.4s infinite linear;
    animation: wave-back 1.4s infinite linear;
}
.horizontal-scroll-wrapper .loader_wrap .water-jar .water_wave_front {
    left: 0;
    fill: #0a0a0a;
    margin-bottom: -1px;
    -webkit-animation: wave-front 0.7s infinite linear;
    -moz-animation: wave-front 0.7s infinite linear;
    animation: wave-front 0.7s infinite linear;
}
@-webkit-keyframes wave-front {
    100% {
        -webkit-transform: translate(-50%, 0);
    }
}
@-moz-keyframes wave-front {
    100% {
        -moz-transform: translate(-50%, 0);
    }
}
@keyframes wave-front {
    100% {
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
@-webkit-keyframes wave-back {
    100% {
        -webkit-transform: translate(50%, 0);
    }
}
@-moz-keyframes wave-back {
    100% {
        -moz-transform: translate(50%, 0);
    }
}
@keyframes wave-back {
    100% {
        -webkit-transform: translate(50%, 0);
        -moz-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }
}
@-webkit-keyframes loader-move {
    0% {
        -webkit-transform: translate(0, 100%);
    }
    50% {
        -webkit-transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(0, -100%);
    }
}
@-moz-keyframes loader-move {
    0% {
        -moz-transform: translate(0, 100%);
    }
    50% {
        -moz-transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(0, -100%);
    }
}
@keyframes loader-move {
    0% {
        -webkit-transform: translate(0, 100%);
        -moz-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    50% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}
.projects_section .absolute_item_hor {
    visibility: hidden;
}
.projects_section.horizontal-init .absolute_item_hor {
    visibility: visible;
}
.scroll_to_projects {
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    will-change: opacity;
}
.scroll_to_projects.inactive {
    opacity: 0;
}
.scroll_to_projects .blocks_content {
    margin: auto;
    position: absolute;
    bottom: 64px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.5;
}
.scroll_to_projects .blocks_anim {
    width: 72px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin: auto;
    height: 22px;
}
.scroll_to_projects .block {
    width: 14px;
    height: 13px;
    border: 1px solid #fbf8eb;
    opacity: 0.3;
    margin-right: 8px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    -webkit-animation: blocks_anim 2s infinite;
    -moz-animation: blocks_anim 2s infinite;
    animation: blocks_anim 2s infinite;
}
.scroll_to_projects .block:nth-child(1) {
    -webkit-animation:
        blocks_anim 2s infinite,
        block_center4 2s infinite;
    -moz-animation:
        blocks_anim 2s infinite,
        block_center4 2s infinite;
    animation:
        blocks_anim 2s infinite,
        block_center4 2s infinite;
}
.scroll_to_projects .block:nth-child(2) {
    -webkit-animation:
        blocks_anim 2s infinite,
        block_center3 2s infinite;
    -moz-animation:
        blocks_anim 2s infinite,
        block_center3 2s infinite;
    animation:
        blocks_anim 2s infinite,
        block_center3 2s infinite;
}
.scroll_to_projects .block:nth-child(3) {
    -webkit-animation:
        blocks_anim 2s infinite,
        block_center 2s infinite;
    -moz-animation:
        blocks_anim 2s infinite,
        block_center 2s infinite;
    animation:
        blocks_anim 2s infinite,
        block_center 2s infinite;
}
.scroll_to_projects .block:nth-child(4) {
    -webkit-animation:
        blocks_anim 2s infinite,
        block_center2 2s infinite;
    -moz-animation:
        blocks_anim 2s infinite,
        block_center2 2s infinite;
    animation:
        blocks_anim 2s infinite,
        block_center2 2s infinite;
}
.scroll_to_projects .text_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 12px;
}
.scroll_to_projects .text {
    position: relative;
    font-size: 16px;
    text-align: center;
    -webkit-animation: shine 1.6s infinite;
    -moz-animation: shine 1.6s infinite;
    animation: shine 1.6s infinite;
}
.scroll_to_projects .cta_text {
    display: block;
    color: rgba(251, 248, 235, 0.3);
}
.scroll_to_projects .shine {
    background: rgba(255, 255, 255, 0) -webkit-gradient(
            linear,
            left top,
            right top,
            from(rgba(251, 248, 235, 0)),
            color-stop(20%, #fbf8eb),
            color-stop(50%, #fbf8eb),
            color-stop(80%, #fbf8eb),
            to(rgba(251, 248, 235, 0))
        ) 0 0 no-repeat;
    background: rgba(255, 255, 255, 0) -webkit-linear-gradient(
            left,
            rgba(251, 248, 235, 0) 0%,
            #fbf8eb 20%,
            #fbf8eb 50%,
            #fbf8eb 80%,
            rgba(251, 248, 235, 0) 100%
        ) 0 0 no-repeat;
    background: rgba(255, 255, 255, 0) -moz-linear-gradient(
            left,
            rgba(251, 248, 235, 0) 0%,
            #fbf8eb 20%,
            #fbf8eb 50%,
            #fbf8eb 80%,
            rgba(251, 248, 235, 0) 100%
        ) 0 0 no-repeat;
    background: rgba(255, 255, 255, 0)
        linear-gradient(
            to right,
            rgba(251, 248, 235, 0) 0%,
            #fbf8eb 20%,
            #fbf8eb 50%,
            #fbf8eb 80%,
            rgba(251, 248, 235, 0) 100%
        )
        0 0 no-repeat;
    background-position: 50%;
    background-size: 40% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    will-change: background-position;
}
@-webkit-keyframes shine {
    0% {
        background-position: 160%;
    }
    100% {
        background-position: -100%;
    }
}
@-moz-keyframes shine {
    0% {
        background-position: 160%;
    }
    100% {
        background-position: -100%;
    }
}
@keyframes shine {
    0% {
        background-position: 160%;
    }
    100% {
        background-position: -100%;
    }
}
@-webkit-keyframes blocks_anim {
    0% {
        -webkit-transform: translatex(0);
    }
    50% {
        -webkit-transform: translatex(-20px);
    }
    100% {
        -webkit-transform: translatex(-40px);
    }
}
@-moz-keyframes blocks_anim {
    0% {
        -moz-transform: translatex(0);
    }
    50% {
        -moz-transform: translatex(-20px);
    }
    100% {
        -moz-transform: translatex(-40px);
    }
}
@keyframes blocks_anim {
    0% {
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -ms-transform: translatex(0);
        transform: translatex(0);
    }
    50% {
        -webkit-transform: translatex(-20px);
        -moz-transform: translatex(-20px);
        -ms-transform: translatex(-20px);
        transform: translatex(-20px);
    }
    100% {
        -webkit-transform: translatex(-40px);
        -moz-transform: translatex(-40px);
        -ms-transform: translatex(-40px);
        transform: translatex(-40px);
    }
}
@-webkit-keyframes block_center4 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    51% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.3;
    }
}
@-moz-keyframes block_center4 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    51% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.3;
    }
}
@keyframes block_center4 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    51% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.3;
    }
}
@-webkit-keyframes block_center {
    0% {
        width: 14px;
        height: 13px;
        border: 1px solid #fbf8eb;
        opacity: 0.3;
    }
    50% {
        width: 22px;
        height: 20px;
        border: 2px solid #fbf8eb;
        opacity: 0.7;
    }
    100% {
        width: 14px;
        height: 13px;
        border: 1px solid #fbf8eb;
        opacity: 0;
    }
}
@-moz-keyframes block_center {
    0% {
        width: 14px;
        height: 13px;
        border: 1px solid #fbf8eb;
        opacity: 0.3;
    }
    50% {
        width: 22px;
        height: 20px;
        border: 2px solid #fbf8eb;
        opacity: 0.7;
    }
    100% {
        width: 14px;
        height: 13px;
        border: 1px solid #fbf8eb;
        opacity: 0;
    }
}
@keyframes block_center {
    0% {
        width: 14px;
        height: 13px;
        border: 1px solid #fbf8eb;
        opacity: 0.3;
    }
    50% {
        width: 22px;
        height: 20px;
        border: 2px solid #fbf8eb;
        opacity: 0.7;
    }
    100% {
        width: 14px;
        height: 13px;
        border: 1px solid #fbf8eb;
        opacity: 0;
    }
}
@-webkit-keyframes block_center2 {
    0% {
        width: 14px;
        height: 13px;
        border: 1px solid #fbf8eb;
        opacity: 0.3;
    }
    50% {
        width: 14px;
        height: 13px;
        border: 1px solid #fbf8eb;
        opacity: 0.3;
    }
    100% {
        width: 22px;
        height: 20px;
        border: 2px solid #fbf8eb;
        opacity: 0.7;
    }
}
@-moz-keyframes block_center2 {
    0% {
        width: 14px;
        height: 13px;
        border: 1px solid #fbf8eb;
        opacity: 0.3;
    }
    50% {
        width: 14px;
        height: 13px;
        border: 1px solid #fbf8eb;
        opacity: 0.3;
    }
    100% {
        width: 22px;
        height: 20px;
        border: 2px solid #fbf8eb;
        opacity: 0.7;
    }
}
@keyframes block_center2 {
    0% {
        width: 14px;
        height: 13px;
        border: 1px solid #fbf8eb;
        opacity: 0.3;
    }
    50% {
        width: 14px;
        height: 13px;
        border: 1px solid #fbf8eb;
        opacity: 0.3;
    }
    100% {
        width: 22px;
        height: 20px;
        border: 2px solid #fbf8eb;
        opacity: 0.7;
    }
}
@-webkit-keyframes block_center3 {
    0% {
        width: 22px;
        height: 20px;
        border: 2px solid #fbf8eb;
        opacity: 0.7;
    }
    50% {
        width: 14px;
        height: 13px;
        border: 1px solid #fbf8eb;
        opacity: 0;
    }
    100% {
        width: 14px;
        height: 13px;
        border: 1px solid #fbf8eb;
        opacity: 0;
    }
}
@-moz-keyframes block_center3 {
    0% {
        width: 22px;
        height: 20px;
        border: 2px solid #fbf8eb;
        opacity: 0.7;
    }
    50% {
        width: 14px;
        height: 13px;
        border: 1px solid #fbf8eb;
        opacity: 0;
    }
    100% {
        width: 14px;
        height: 13px;
        border: 1px solid #fbf8eb;
        opacity: 0;
    }
}
@keyframes block_center3 {
    0% {
        width: 22px;
        height: 20px;
        border: 2px solid #fbf8eb;
        opacity: 0.7;
    }
    50% {
        width: 14px;
        height: 13px;
        border: 1px solid #fbf8eb;
        opacity: 0;
    }
    100% {
        width: 14px;
        height: 13px;
        border: 1px solid #fbf8eb;
        opacity: 0;
    }
}
@media screen and (max-width: 1024px) {
    .horizontal-scroll-wrapper .absolute_item_hor {
        display: none;
    }
    .horizontal-scroll-wrapper .video_banner_cont {
        padding: 42px 48px 178px;
    }
    .horizontal-scroll-wrapper .video_banner_cont .video_banner_wrap {
        cursor: pointer;
    }
    .horizontal-scroll-wrapper .video_banner_cont .video_banner_wrap::before {
        content: "";
        display: block;
        padding-top: 62%;
    }
    .horizontal-scroll-wrapper .video_banner_cont .video_banner_wrap .video_banner_in {
        position: absolute;
        left: 0;
        top: 0;
    }
    .horizontal-scroll-wrapper .video_banner_cont .video_banner_wrap .video_banner_in::after {
        opacity: 0.5;
    }
    .horizontal-scroll-wrapper .video_banner_cont .video_banner_wrap.video_load .play_video {
        opacity: 1;
    }
    .horizontal-scroll-wrapper .video_banner_cont .video_banner_wrap.active .play_video {
        opacity: 0;
    }
    .horizontal-scroll-wrapper .video_banner_cont .video_banner_wrap .play_video {
        opacity: 1;
    }
    .horizontal-scroll-wrapper .video_banner_cont .video_banner_wrap .loader_wrap {
        opacity: 0;
    }
    .horizontal-scroll-wrapper .video_banner_cont .play_video {
        font-size: 10px;
        letter-spacing: 1px;
        color: #0a0a0a;
        text-transform: uppercase;
        text-align: center;
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #fbf8eb;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        pointer-events: none;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-lines: single;
        -moz-box-lines: single;
        box-lines: single;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-transition: opacity 0.6s ease-in-out;
        -moz-transition: opacity 0.6s ease-in-out;
        transition: opacity 0.6s ease-in-out;
        opacity: 0;
    }
    .epic_video_fp {
        cursor: pointer;
        background-color: #0a0a0a;
    }
    .projects_section {
        padding-bottom: 146px;
    }
    .projects_section .prscr_scroll .title_scroll_left {
        margin-bottom: 87px;
    }
    .projects_section .btn_wrap {
        padding: 23px 47px 0;
    }
}
@media screen and (max-width: 767px) {
    .projects_section {
        padding-bottom: 103px;
    }
    .projects_section .title_scroll_left {
        margin-bottom: 68px;
    }
    .projects_section .btn_wrap {
        padding: 18px 24px 0;
    }
    .horizontal-scroll-wrapper .video_banner_cont {
        padding: 0 0 92px;
    }
    .horizontal-scroll-wrapper .video_banner_cont .play_video {
        width: 62px;
        height: 62px;
        font-style: 8px;
        letter-spacing: 0.8px;
    }
}
.prscr_scroll {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 100vh;
    padding-top: var(--nav-height);
}
.prscr_scroll > div {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
}
.prscr_scroll .prscr_item_in_wrap {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    border-radius: 10px !important;
    overflow: hidden;
    width: 100%;
}
@media screen and (min-width: 1025px) {
    .prscr_scroll .prscr_item_in_wrap {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .prscr_scroll .prscr_item_in_wrap.active .prscr_item_in {
        opacity: 1;
    }
}
.prscr_scroll .prscr_item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    cursor: none;
}
@media screen and (min-width: 1025px) {
    .prscr_scroll .prscr_item {
        margin: 0 2vw;
        height: 69vh;
        width: 40vw;
    }
	

}
.prscr_scroll .prscr_item.hover .prscr_item_img {
    opacity: 1;
}
.prscr_scroll .prscr_item.hover .prscr_item_in::before {
    opacity: 0.5;
}
.prscr_scroll .prscr_item:first-of-type {
    margin-left: 0;
}
.prscr_scroll .prscr_item:last-of-type {
    margin: 0;
}
.prscr_scroll .prscr_item_in {
    width: 100%;
    overflow: hidden;
}
@media screen and (min-width: 1025px) {
    .prscr_scroll .prscr_item_in {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-lines: single;
        -moz-box-lines: single;
        box-lines: single;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-transition: all 0.6s ease-out;
        -moz-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out;
    }
}
.prscr_scroll .prscr_item_in::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);
    background: -moz-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 1) 60%);
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    opacity: 0.4;
    z-index: 10;
}
@media screen and (min-width: 1025px) {
    .prscr_scroll .video_wrap {
        position: absolute;
        top: 1px;
        left: 1px;
        width: -webkit-calc(100% - 2px);
        width: -moz-calc(100% - 2px);
        width: calc(100% - 2px);
        height: -webkit-calc(100% - 2px);
        height: -moz-calc(100% - 2px);
        height: calc(100% - 2px);
        overflow: hidden;
    }
    .prscr_scroll .video {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
    }
    .prscr_scroll .gif_bg {
        position: absolute;
        left: 0;
        top: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 1;
        width: 100%;
        height: 100%;
    }
}
.prscr_scroll .prscr_item_img {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -moz-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
@media screen and (min-width: 1025px) {
    .prscr_scroll .prscr_item_img {
        width: 100%;
        height: 100%;
    }
}
.prscr_scroll .prscr_item_img.isVideo {
    opacity: 0;
}
.prscr_scroll .prscr_title_wrap {
    position: absolute;
    left: 28px;
    bottom: 0;
    right: 15%;
    z-index: 10;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: WRAP;
    justify-content: space-between;
    padding: 1.3vw 17px;
}
.prscr_scroll .prscr_title_wrap h2 {
    font-size: 120px;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 400;
}
.prscr_scroll .prscr_title_wrap .awwards_ico {
    position: absolute;
    left: 0;
    top: 0;
}
.prscr_scroll .prscr_title_wrap .awwards_ico + .tk-display {
    padding-left: 32px;
}
.prscr_scroll .prscr_title_wrap .ct_wrap {
    opacity: 0.5;
    font-size: 16px;
    display: none;
}
.prscr_scroll .prscr_title_wrap .single_cat {
    position: relative;
    display: inline-block;
}
.prscr_scroll .prscr_title_wrap .single_cat::after {
    position: relative;
    content: ", ";
    left: -2px;
}
.prscr_scroll .prscr_title_wrap .single_cat:last-child::after {
    display: none;
}
.prscr_scroll .prscr_title_wrap .awwards_ico,
.prscr_scroll .prscr_title_wrap .tk-display,
.prscr_scroll .prscr_title_wrap .nr {
    color: #fbf8eb;
}
@media screen and (max-width: 1024px) {
    .prscr_scroll {
        display: block;
    }
    .prscr_scroll .prscr_item {
        width: 100%;
        margin: 0 0 36px;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
    }
    .prscr_scroll .prscr_item_img {
        width: 100%;
        height: 100%;
    }
  
    .prscr_scroll .prscr_item_in {
        position: relative;
        height: 380px;
    }
    .prscr_scroll .prscr_title_wrap h2 {
        font-size: 60px;
        letter-spacing: 2px;
        margin-bottom: 9px;
    }
    .prscr_scroll .prscr_title_wrap .awwards_ico {
        left: -10px;
        top: -17px;
    }
    .prscr_scroll .title_scroll_left {
        margin-bottom: 73px;
    }

}
@media screen and (max-width: 767px) {
    .prscr_scroll .prscr_item {
        padding: 0;
        margin-bottom: 40px;
    }
    .prscr_scroll .prscr_item_in {
        height: auto;
    }
    .prscr_scroll .prscr_item_in::after {
        content: "";
        display: block;
        padding-top: 66%;
    }
    .prscr_scroll .prscr_title_wrap {
        left: 28px;
        bottom: 18px;
    }
    .prscr_scroll .prscr_title_wrap h3 {
        font-size: 24px;
    }
    .prscr_scroll .prscr_title_wrap .ct_wrap {
        font-size: 13px;
        line-height: 18px;
    }
    .prscr_scroll .prscr_item_img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .prscr_scroll .awwards_ico {
        width: auto;
        height: auto;
        min-width: 23px;
        min-height: 18px;
        position: absolute;
        right: 16px;
        top: 16px;
        z-index: 10;
    }
    .prscr_scroll .awwards_ico .nr {
        font-size: 12px;
        text-align: center;
    }
}
.epic_video_fp {
    position: fixed;
    opacity: 0;
    z-index: 9998;
    cursor: none;
    overflow: hidden;
    pointer-events: none;
}
.epic_video_fp .video_banner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.epic_video_fp.active {
    pointer-events: all;
    opacity: 1;
}
@media screen and (min-width: 1025px) {
    .hp_banner {
        -webkit-transition: opacity 0.3s ease-in-out 1s;
        -moz-transition: opacity 0.3s ease-in-out 1s;
        transition: opacity 0.3s ease-in-out 1s;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-box-lines: single;
        -moz-box-lines: single;
        box-lines: single;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .hp_banner.active {
        opacity: 0;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s;
    }
}
@media screen and (max-width: 1024px) {
    .hp_banner {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -moz-box-align: end;
        box-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        -o-align-items: flex-end;
        align-items: flex-end;
        -ms-flex-align: end;
        padding: 105px 48px;
    }
}
@media screen and (max-width: 767px) {
    .hp_banner {
        padding: 281px 24px 69px;
    }
    .hp_banner .title_100 {
        margin-top: 25px;
    }
    .hp_banner .title_40 {
        letter-spacing: 0;
    }
}
.hp_intro {
    position: relative;
    padding: 100px var(--gutter-width);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
    .hp_intro {
        width: 100vw;
    }
}
.hp_intro .title_60 {
    margin-bottom: 91px;
}
.hp_intro .title_300 {
    position: relative;
}
@media screen and (min-width: 1921px) {
    .hp_intro {
        padding-left: 0;
        padding-right: 0;
    }
    .hp_intro .desc_intro {
        width: 100%;
        max-width: 2400px;
        padding: 0 210px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1024px) {
    .hp_intro {
        padding: 121px 48px 0;
        opacity: 1;
    }
    .hp_intro .title_scroll_right {
        width: 100%;
        margin-top: 193px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .hp_intro .title_scroll_right .title_300 {
        -webkit-transform: translateX(120px);
        -moz-transform: translateX(120px);
        -ms-transform: translateX(120px);
        transform: translateX(120px);
    }
}
@media screen and (max-width: 767px) {
    .hp_intro {
        padding: 52px 24px 0;
    }
    .hp_intro .title_60 {
        margin-bottom: 48px;
    }
    .hp_intro .title_scroll_right {
        margin-top: 106px;
    }
}
.awwards_ico {
    position: relative;
    width: 31px;
    height: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.awwards_ico .nr {
    font-size: 12px;
    padding-bottom: 5px;
}
.awwards_ico img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.home_page .clients_section {
    padding-top: 206px;
}
@media screen and (max-width: 1024px) {
    .home_page .clients_section {
        padding-top: 65px;
    }
}
.hp_agency_sec {
    padding-top: 278px;
    padding-bottom: 100px;
}
.hp_agency_sec .img_wrap {
    position: relative;
    padding: 0 72px;
}
.hp_agency_sec .bg_img {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--image-radius) !important;
    overflow: hidden;
}
.hp_agency_sec .bg_img::before {
    content: "";
    padding-top: 59%;
    display: block;
}
.hp_agency_sec .title_container {
    position: absolute;
    left: 32px;
    bottom: 32px;
    right: 32px;
}
@media screen and (max-width: 1024px) {
    .hp_agency_sec .title_container {
        bottom: 12px;
        left: 12px;
    }
}
.hp_agency_sec .title_scroll_left {
    position: absolute;
    z-index: 1;
    bottom: -46px;
    left: 0;
}
@media screen and (min-width: 1025px) {
    .hp_agency_sec .title_scroll_left .title_300 {
        -webkit-transform: translateX(-31px);
        -moz-transform: translateX(-31px);
        -ms-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}
.hp_agency_sec .title_wrap {
    padding-top: 138px;
    padding-bottom: 74px;
}
.hp_agency_sec .content_block {
    width: -webkit-calc(100% + 64px);
    width: -moz-calc(100% + 64px);
    width: calc(100% + 64px);
    margin-left: -32px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hp_agency_sec .single_block {
    width: 33.3333%;
    padding: 0 32px;
}
.hp_agency_sec .title_16 {
    margin-bottom: 26px;
}
.hp_agency_sec h4 {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1;
}
.hp_agency_sec .hp_body p {
    font-size: 18px;
    line-height: 1.5;
}
.hp_body p {
    margin: 0 0 1em;
    font-size: 26px;
    line-height: 36px;
}
@media screen and (min-width: 1921px) {
    .hp_agency_sec .img_wrap {
        padding: 0 210px;
    }
}
@media screen and (max-width: 1024px) {
    .hp_agency_sec {
        padding-top: 121px;
        padding-bottom: 46px;
    }
    .hp_agency_sec .container {
        padding: 0 48px;
    }
    .hp_agency_sec .img_wrap {
        padding: 24px;
    }
    .hp_agency_sec .title_scroll_left {
        bottom: -35px;
    }
    .hp_agency_sec .title_wrap {
        padding: 95px 0 61px;
        display: block;
    }
    .hp_agency_sec .title_60 {
        margin-bottom: 53px;
    }
    .hp_agency_sec .content_block {
        width: 100%;
        margin-left: 0;
        display: block;
    }
    .hp_agency_sec .single_block {
        width: 100%;
        max-width: 523px;
        padding: 0;
    }
    .hp_agency_sec .title_16 {
        margin-bottom: 22px;
    }
    .hp_agency_sec .single_block {
        margin-bottom: 51px;
    }
}
@media screen and (max-width: 767px) {
    .hp_agency_sec {
        padding-bottom: 10px;
    }
    .hp_agency_sec .title_scroll_left {
        bottom: -13px;
    }
    .hp_agency_sec .container {
        padding: 0 24px;
    }
    .hp_agency_sec .title_wrap {
        padding-top: 34px;
    }
    .hp_agency_sec .title_60 {
        margin-bottom: 26px;
    }
    .hp_agency_sec .single_block {
        margin-bottom: 37px;
    }
    .hp_body p {
        font-size: 18px;
        line-height: 1.3888888889em;
    }
}
.hp_appr_sec {
    padding-top: 236px;
    padding-bottom: 228px;
}
.hp_appr_sec .title_wrap {
    padding-bottom: 94px;
}
.hp_appr_sec .items_appr {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.hp_appr_sec .items_appr.slick-initialized {
    display: block;
}
.hp_appr_sec .single_item {
    width: 440px;
    margin-right: 20px;
    min-height: 320px;
}
.hp_appr_sec .single_item:last-child {
    margin-right: 0;
}
.hp_appr_sec .single_item p {
    margin: 0;
}
.hp_appr_sec .current_nr {
    padding-bottom: 36px;
}
.hp_appr_sec .current_nr .all {
    opacity: 0;
    padding-left: 6px;
    opacity: 0;
    -webkit-transition:
        opacity 0.3s ease-in-out 1s,
        color 0.5s ease-in-out;
    -moz-transition:
        opacity 0.3s ease-in-out 1s,
        color 0.5s ease-in-out;
    transition:
        opacity 0.3s ease-in-out 1s,
        color 0.5s ease-in-out;
}
.hp_appr_sec .slick-list {
    overflow: visible;
}
@media screen and (min-width: 1025px) {
    .hp_appr_sec .slick-list {
        width: 100vw;
        overflow: hidden;
    }
}
.hp_appr_sec .slick-current .current_nr .all {
    opacity: 0.5;
}
@media (min-width: 768px) {
    .hp_appr_sec .card h4 {
        font-size: 34px;
        max-width: 10ch;
    }
}
@media screen and (min-width: 1025px) {
    body.white .hp_appr_sec .slick-list::before {
        background-color: #fbf8eb;
    }
}
@-webkit-keyframes backgroundColorAnim {
    0% {
        background-color: rgba(251, 248, 235, 0);
    }
    100% {
        background-color: #fbf8eb;
    }
}
@-moz-keyframes backgroundColorAnim {
    0% {
        background-color: rgba(251, 248, 235, 0);
    }
    100% {
        background-color: #fbf8eb;
    }
}
@keyframes backgroundColorAnim {
    0% {
        background-color: rgba(251, 248, 235, 0);
    }
    100% {
        background-color: #fbf8eb;
    }
}
@-webkit-keyframes backgroundColorAnim2 {
    0% {
        background-color: rgba(10, 10, 10, 0);
    }
    100% {
        background-color: #0a0a0a;
    }
}
@-moz-keyframes backgroundColorAnim2 {
    0% {
        background-color: rgba(10, 10, 10, 0);
    }
    100% {
        background-color: #0a0a0a;
    }
}
@keyframes backgroundColorAnim2 {
    0% {
        background-color: rgba(10, 10, 10, 0);
    }
    100% {
        background-color: #0a0a0a;
    }
}
.home_page .hp_appr_sec .arrow_right {
    width: -webkit-calc(100vw - 76px);
    width: -moz-calc(100vw - 76px);
    width: calc(100vw - 76px);
}
@media screen and (min-width: 1921px) {
    .hp_appr_sec .container {
        max-width: 2400px;
        padding: 0 210px;
    }
}
@media screen and (max-width: 1024px) {
    .hp_appr_sec {
        padding-top: 173px;
        padding-bottom: 258px;
    }
    .hp_appr_sec .container {
        position: relative;
        padding: 0 48px;
    }
    .hp_appr_sec .title_wrap {
        padding-top: 62px;
        padding-bottom: 73px;
    }
    .hp_appr_sec .title_wrap .title_60 {
        font-size: 45px;
        letter-spacing: 1.5px;
    }
    .hp_appr_sec .slick_arrow .arrow_right {
        width: 33vw;
    }
    .hp_appr_sec .current_nr_abs {
        position: absolute;
        z-index: 10;
        left: 69px;
    }
    .hp_appr_sec .current_nr_abs .all {
        opacity: 0.5;
    }
}
@media screen and (max-width: 767px) {
    .hp_appr_sec {
        padding-bottom: 58px;
        padding-top: 88px;
    }
    .hp_appr_sec .container {
        padding: 0 24px;
    }
    .hp_appr_sec .items_appr {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .hp_appr_sec .single_item {
        width: 100%;
        margin-right: 0;
        padding-bottom: 4px;
        margin-bottom: 24px;
    }
    .hp_appr_sec .single_item.active .hp_body {
        display: block;
    }
    .hp_appr_sec .single_item.active_arrow .arrow_plus::after {
        opacity: 0;
    }
    .hp_appr_sec .title_wrap {
        padding-top: 66px;
        padding-bottom: 77px;
    }
    .hp_appr_sec .title_wrap .title_60 {
        font-size: 30px;
        letter-spacing: 1px;
    }
    .hp_appr_sec .title_scroll_right .title_300 {
        -webkit-transform: translateX(70px);
        -moz-transform: translateX(70px);
        -ms-transform: translateX(70px);
        transform: translateX(70px);
    }
    .hp_appr_sec .title_16 {
        position: relative;
        padding-right: 20px;
        padding-top: 6px;
        margin-bottom: 33px;
        cursor: pointer;
    }
    .hp_appr_sec .arrow_plus {
        position: absolute;
        right: 0;
        top: 9px;
        width: 13px;
    }
    .hp_appr_sec .arrow_plus::before {
        height: 1px;
    }
    .hp_appr_sec .arrow_plus::after {
        width: 1px;
    }
    .hp_appr_sec .current_nr {
        font-size: 13px;
        padding-bottom: 6px;
    }
    .hp_appr_sec .hp_body {
        display: none;
        padding-bottom: 21px;
    }
}
@media screen and (max-width: 767px) {
    .home_page .contact_foot_sec {
        padding-top: 105px;
    }
}

