@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700;800&family=Poppins:wght@800&display=swap);

.svg_arrow {
    width: 36px;
    height: 30px
}

.svg_arrow_bottom {
    width: 24px;
    height: 27px
}

.svg_arrow_trigger {
    width: 24px;
    height: 25px
}

.svg_attach {
    width: 24px;
    height: 24px
}

.svg_book_icon {
    width: 20px;
    height: 20px
}

.svg_remove {
    width: 8px;
    height: 8px
}

.svg_soc_fb {
    width: 32px;
    height: 32px
}

.svg_soc_in {
    width: 32px;
    height: 32px
}

.svg_soc_y {
    width: 32px;
    height: 32px
}

* {
    margin: 0;
    padding: 0
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
    height: auto
}

a, button, input, select, textarea {
    outline: 0
}

input[type=email], input[type=number], input[type=password], input[type=submit], input[type=tel], input[type=text], input[type=url], textarea {
    -webkit-appearance: none;
    appearance: none
}

ul {
    list-style-type: none
}

html {
    font-size: 20px
}

@media screen and (max-width: 1440px) {
    html {
        font-size: 16px
    }
}

body {
    background-color: #f1f1f1;
    color: #101703;
    font: 16px "Plus Jakarta Sans", sans-serif
}

.bg_green {
    background-color: #0c35ed;
}

.bg_violet {
    background-color: #e5a0fa
}

.bg_dark {
    background-color: #0c35ed;
}

.bg_white {
    background-color: #fff
}

.container {
    padding: 0 12.35%
}

@media screen and (max-width: 991px) {
    .container {
        padding: 0 16px
    }
}

.container_inner {
    max-width: 75%;
    margin: 0 auto
}

@media screen and (max-width: 1200px) {
    .container_inner {
        max-width: none
    }
}

.btn {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.625rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    letter-spacing: -.32px;
    white-space: nowrap;
    padding: 1rem 2rem;
    border-radius: 16px;
    border: none;
    background: #1c2707;
    transition: all .3s
}

@media screen and (max-width: 767px) {
    .btn {
        border-radius: 12px;
        padding: 12px 32px
    }
}

.btn:hover {
    background-color: #e5a0fa;
    color: #101703
}

.title_page {
    color: #101703;
    font-weight: 800;
    font-size: 4.375rem;
    line-height: 3.9375rem;
    font-family: Poppins, sans-serif;
    letter-spacing: -3.5px
}

@media screen and (max-width: 991px) {
    .title_page {
        font-size: 56px;
        line-height: 50px
    }
}

@media screen and (max-width: 767px) {
    .title_page {
        font-size: 36px;
        line-height: 32px;
        letter-spacing: -1.8px
    }
}

.title_page.green {
    color: #daf9a0
}

.title_page.white {
    color: #fff
}

.title_page.white span {
    color: #daf9a0
}

.title_section {
    color: #ffffff;
    font-weight: 800;
    font-size: 3.5rem;
    line-height: 3.875rem;
    letter-spacing: -2.8px;
    font-family: Poppins, sans-serif
}

@media screen and (max-width: 991px) {
    .title_section {
        font-size: 40px;
        line-height: 46px
    }
}

@media screen and (max-width: 767px) {
    .title_section {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -1.2px
    }
}

.title_section.green {
    color: #ffffff;
}

.title_section.white {
    color: #fff
}

.title_section.white span {
    color: #ffffff;
}

.title_block {
    color: #022940;
    font-weight: 800;
    font-size: 3rem;
    line-height: 3.3125rem;
    font-family: Poppins, sans-serif;
    letter-spacing: -2.4px
}

@media screen and (max-width: 991px) {
    .title_block {
        font-size: 40px;
        line-height: 46px
    }
}

@media screen and (max-width: 767px) {
    .title_block {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -1.2px
    }
}

.title_block.green {
    color: #daf9a0
}

.typical_text.white li, .typical_text.white p {
    color: #fff
}

.typical_text.light li, .typical_text.light p {
    color: rgba(255, 255, 255, .6)
}

.typical_text h1 {
    color: #101703;
    font-weight: 800;
    font-size: 4.375rem;
    line-height: 3.9375rem;
    font-family: Poppins, sans-serif;
    letter-spacing: -3.5px;
    margin-bottom: 24px
}

@media screen and (max-width: 991px) {
    .typical_text h1 {
        font-size: 56px;
        line-height: 50px
    }
}

@media screen and (max-width: 767px) {
    .typical_text h1 {
        font-size: 36px;
        line-height: 32px;
        letter-spacing: -1.8px
    }
}

.typical_text h2 {
    color: #101703;
    font-weight: 800;
    font-size: 3.5rem;
    line-height: 3.875rem;
    letter-spacing: -2.8px;
    font-family: Poppins, sans-serif;
    margin-bottom: 24px
}

@media screen and (max-width: 991px) {
    .typical_text h2 {
        font-size: 40px;
        line-height: 46px
    }
}

@media screen and (max-width: 767px) {
    .typical_text h2 {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -1.2px
    }
}

.typical_text h3 {
    color: #022940;
    font-weight: 800;
    font-size: 3rem;
    line-height: 3.3125rem;
    font-family: Poppins, sans-serif;
    letter-spacing: -2.4px;
    margin-bottom: 16px
}

@media screen and (max-width: 991px) {
    .typical_text h3 {
        font-size: 40px;
        line-height: 46px
    }
}

@media screen and (max-width: 767px) {
    .typical_text h3 {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -1.2px
    }
}

.typical_text li, .typical_text p {
    color: #101703;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -.32px
}

@media screen and (max-width: 767px) {
    .typical_text li, .typical_text p {
        font-size: 14px;
        line-height: 21px
    }
}

.typical_text li a, .typical_text p a {
    text-decoration: none;
    color: #101703
}

.typical_text li a:hover, .typical_text p a:hover {
    text-decoration: underline
}

.typical_text li strong, .typical_text p strong {
    font-weight: 600
}

.typical_text p, .typical_text ul {
    margin-bottom: 24px;
    color: #000000;
}

.typical_text p:last-child, .typical_text ul:last-child {
    margin-bottom: 0;
    color: #000000;
}

.typical_text ol {
    list-style-position: inside
}

.typical_text ol li {
    padding-left: 0
}

.typical_text ol li:before {
    display: none
}

.typical_text li {
    position: relative;
    padding-left: 24px
}

.typical_text li:before {
    position: absolute;
    top: 0;
    left: 8px;
    content: "• ";
    color: #001725
}

.typical_text li:last-child {
    margin-bottom: 0
}

.p_100 {
    padding: 100px 0
}

@media screen and (max-width: 991px) {
    .p_100 {
        padding: 64px 0
    }
}

@media screen and (max-width: 767px) {
    .p_100 {
        padding: 56px 0
    }
}

.cursor {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #101703;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    pointer-events: none;
    visibility: hidden
}

@media screen and (max-width: 991px) {
    .cursor {
        display: none
    }
}

@media (hover: none) {
    .cursor {
        display: none
    }
}

.cursor.visible {
    visibility: visible
}

.show_cursor {
    cursor: none
}

@media screen and (max-width: 991px) {
    .show_cursor {
        cursor: pointer
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    padding: 36px;
    transition: all .3s
}

@media screen and (max-width: 767px) {
    .header {
        padding: 21px 16px
    }
}

.header.header_green .header_logo svg {
    fill: #daf9a0
}

.header.header_green .header_nav a {
    color: #ffffff;
}

.header.header_green .header_nav a:after {
    background-color: #daf9a0
}

.header.header_green .header_toggle span {
    background: #ffffff;
}

.header.header_green .header_toggle span:after, .header.header_green .header_toggle span:before {
    background: #ffffff;
}

.header.header_sticky {
    background: #101703;
    padding-top: 18px;
    padding-bottom: 18px
}

@media screen and (max-width: 767px) {
    .header.header_sticky {
        padding-top: 12px;
        padding-bottom: 12px
    }
}

.header.header_sticky .header_logo svg {
    fill: #ffffff
}

.header.header_sticky .header_nav a {
    color: #ffffff
}

.header.header_sticky .header_nav a:after {
    background-color: #ffffff
}

.header.header_sticky .header_toggle span {
    background: #ffffff
}

.header.header_sticky .header_toggle span:after, .header.header_sticky .header_toggle span:before {
    background: #ffffff
}

.header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header_logo {
    display: inline-block
}

.header_logo svg {
    display: block;
    fill: #1c2707;
    transition: all .3s
}

@media screen and (max-width: 767px) {
    .header_logo svg {
        width: 64px;
        height: 16px
    }
}

.header_logo img {
    display: block
}

.header_right {
    display: flex;
    align-items: center
}

.header_nav {
    margin-right: 41px
}

@media screen and (max-width: 767px) {
    .header_nav {
        margin-right: 16px
    }
}

.header_nav a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #1c2707;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: -.32px
}

@media screen and (max-width: 767px) {
    .header_nav a {
        font-size: 12px;
        line-height: 19px;
        letter-spacing: -.24px
    }
}

.header_nav a:hover:after {
    width: 100%
}

.header_nav a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #1c2707;
    transition: all .3s
}

.header_toggle {
    cursor: pointer;
    position: relative;
    z-index: 90;
    width: 65px;
    height: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: all .3s
}

@media screen and (max-width: 767px) {
    .header_toggle {
        width: 35px;
        height: 13px
    }
}

.header_toggle:after {
    content: "Bağla";
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -6px;
    width: 100%;
    text-align: right;
    color: #ffffff;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.1875rem;
    letter-spacing: -.24px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

@media screen and (max-width: 767px) {
    .header_toggle:after {
        font-size: 10px;
        line-height: 16px;
        letter-spacing: -.2px;
        margin-top: -4px
    }
}

.header_toggle span {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 4px;
    background: #1c2707;
    transition: all .3s
}

@media screen and (max-width: 767px) {
    .header_toggle span {
        height: 2px;
        top: 6px
    }
}

.header_toggle span:after, .header_toggle span:before {
    position: absolute;
    display: block;
    right: 0;
    width: 47px;
    height: 4px;
    background: #1c2707;
    content: "";
    transition: all .3s
}

@media screen and (max-width: 767px) {
    .header_toggle span:after, .header_toggle span:before {
        height: 2px;
        width: 25px
    }
}

.header_toggle span:before {
    bottom: 10px
}

@media screen and (max-width: 767px) {
    .header_toggle span:before {
        bottom: 6px
    }
}

.header_toggle span:after {
    top: 10px
}

@media screen and (max-width: 767px) {
    .header_toggle span:after {
        top: 6px
    }
}

.header_toggle span:focus {
    outline: 0
}

.header_toggle.active:after {
    opacity: 1;
    visibility: visible
}

.header_toggle.active span {
    background-color: #daf9a0
}

.header_toggle.active span:before {
    opacity: 0;
    transform: translateY(-10px)
}

.header_toggle.active span:after {
    opacity: 0;
    transform: translateY(10px)
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding: 12px;
    background: #0c35ed;
    transform: translateY(-100%);
    transition: transform cubic-bezier(.77, 0, .175, 1) .8s .8s
}

@media screen and (max-width: 767px) {
    .navbar {
        padding: 0
    }
}

.navbar.visible {
    transform: translateY(0);
    transition-delay: 0s
}

.navbar.visible .navbar_menu li {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .35s ease, transform .25s ease
}

.navbar.visible .navbar_menu li:nth-child(1) {
    transition-delay: .8s
}

.navbar.visible .navbar_menu li:nth-child(2) {
    transition-delay: .88s
}

.navbar.visible .navbar_menu li:nth-child(3) {
    transition-delay: .96s
}

.navbar.visible .navbar_menu li:nth-child(4) {
    transition-delay: 1.04s
}

.navbar_inner {
    position: relative;
    border-radius: 24px;
    background: #000000;
    height: 100%
}

@media screen and (max-width: 767px) {
    .navbar_inner {
        border-radius: 0;
        padding: 0 16px
    }
}

.navbar_vactor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 37.64%
}

@media screen and (max-width: 767px) {
    .navbar_vactor {
        width: 34.61%;
        bottom: auto;
        left: auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }
}

.navbar_vactor img {
    width: 100%
}

.navbar_overflow {
    display: flex;
    padding: 96px 0;
    height: 100%;
    overflow: auto
}

.navbar_menu {
    width: 47.88%;
    margin: auto 0 auto auto
}

@media screen and (max-width: 767px) {
    .navbar_menu {
        width: 100%
    }
}

.navbar_menu li {
    margin-bottom: 33px;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity .2s ease, transform .3s ease
}

@media screen and (max-width: 767px) {
    .navbar_menu li {
        margin-bottom: 40px
    }
}

.navbar_menu li:nth-child(1) {
    transition-delay: .4s
}

.navbar_menu li:nth-child(2) {
    transition-delay: .3s
}

.navbar_menu li:nth-child(3) {
    transition-delay: .2s
}

.navbar_menu li:nth-child(4) {
    transition-delay: .1s
}

.navbar_menu li:last-child {
    margin-bottom: 0
}

.navbar_menu a {
    text-decoration: none;
    color: rgb(255 255 255 / 84%);
    font-weight: 800;
    font-size: 4.375rem;
    line-height: 3.9375rem;
    font-family: Poppins, sans-serif;
    letter-spacing: -3.5px;
    transition: all .3s
}

@media screen and (max-width: 767px) {
    .navbar_menu a {
        color: #daf9a0;
        font-size: 48px;
        line-height: 43px;
        letter-spacing: -2.4px
    }
}

.navbar_menu a:hover {
    color: #daf9a0
}

.navbar_opened .header_logo svg {
    fill: #daf9a0
}

.navbar_opened .header_nav {
    display: none
}

.navbar_opened .btn_fixed {
    background: #daf9a0;
    color: #101703
}

.btn_fixed {
    position: fixed;
    right: 36px;
    bottom: 36px;
    z-index: 12;
    transition: all .3s
}

@media screen and (max-width: 767px) {
    .btn_fixed {
        bottom: 12px;
        right: 16px
    }
}

@media screen and (max-width: 576px) {
    .btn_fixed {
        left: 16px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -.28px
    }
}

.btn_fixed.hidden {
    opacity: 0;
    visibility: hidden
}

.all {
    padding: 12px 12px 0
}

@media screen and (max-width: 767px) {
    .all {
        padding: 0
    }
}

.content_section {
    border-radius: 24px;
    margin-bottom: 12px
}

@media screen and (max-width: 767px) {
    .content_section {
        border-radius: 8px;
        margin-bottom: 8px
    }
}

.content_section:last-child {
    margin-bottom: 0
}

.top_section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 12px
}

@media screen and (max-width: 991px) {
    .top_section {
        position: static;
        height: auto;
        padding: 0
    }
}

.top_wrap {
    display: flex;
    height: 100%
}

@media screen and (max-width: 991px) {
    .top_wrap {
        flex-direction: column;
        height: auto
    }
}

.top_left {
    width: 50%;
    border-radius: 24px;
    background: #fff;
    margin-right: 6px;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    .top_left {
        order: 2;
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
        padding: 32px 0
    }
}

@media screen and (max-width: 767px) {
    .top_left {
        margin-bottom: 8px;
        border-radius: 8px
    }
}

.top_projects {
    width: 81.48%;
    height: 100%;
    margin: 0 auto
}

@media screen and (max-width: 991px) {
    .top_projects {
        width: auto;
        height: auto
    }
}

.top_projects_slider {
    height: 100%
}

.top_projects_slider.swiper {
    padding: 0 65px;
    margin: 0 -65px;
    width: auto
}

.top_projects_slider.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: linear
}

.top_projects_marquee {
    transform: translateY(-33.3333%);
    animation: marqueeVerical linear 25s infinite;
    height: fit-content
}

@media screen and (max-width: 991px) {
    .top_projects_marquee {
        transform: translate(-33.3333%, 0);
        animation: marquee linear 25s infinite;
        height: auto;
        width: fit-content;
        display: flex
    }
}

.top_project_item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .1);
    margin-bottom: 70px
}

@media screen and (max-width: 991px) {
    .top_project_item {
        margin: 0 32px 0 0;
        width: 440px
    }
}

@media screen and (max-width: 767px) {
    .top_project_item {
        border-radius: 4px
    }
}

.top_project_item:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 991px) {
    .top_project_item:last-child {
        margin-right: 0
    }
}

.top_project_item.swiper-slide {
    height: auto
}

.top_project_item img {
    width: 100%
}

@keyframes marquee {
    0% {
        transform: translateX(-33.3333%)
    }
    100% {
        transform: translateX(-67%)
    }
}

@keyframes marqueeVerical {
    0% {
        transform: translateY(-33.3333%)
    }
    100% {
        transform: translateY(-67%)
    }
}

.top_right {
    display: flex;
    align-items: flex-end;
    width: 50%;
    border-radius: 24px;
    background: #daf9a0;
    padding: 24px;
    margin-left: 6px
}

@media screen and (max-width: 991px) {
    .top_right {
        order: 1;
        width: 100%;
        border-radius: 0;
        padding: 174px 24px 32px;
        margin-left: 0;
        margin-bottom: 12px
    }
}

@media screen and (max-width: 767px) {
    .top_right {
        margin-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px
    }
}

.top_info {
    width: 100%;
    transition: all .3s
}

.top_info.hidden {
    opacity: 0
}

@media screen and (max-width: 991px) {
    .top_info.hidden {
        opacity: 1
    }
}

.top_info .title_page {
    max-width: 39.4375rem;
    margin-bottom: 48px
}

@media screen and (max-width: 991px) {
    .top_info .title_page {
        margin-bottom: 32px
    }
}

@media screen and (max-width: 767px) {
    .top_info .title_page {
        margin-bottom: 24px
    }
}

.top_info .typical_text {
    max-width: 22.5rem;
    margin-top: 45px
}

@media screen and (max-width: 991px) {
    .top_info .typical_text {
        margin-top: 32px
    }
}

@media screen and (max-width: 767px) {
    .top_info .typical_text {
        margin-top: 24px
    }
}

@media screen and (max-width: 576px) {
    .top_info .typical_text {
        max-width: none
    }
}

.top_logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -16px -32px
}

@media screen and (max-width: 480px) {
    .top_logos {
        flex-wrap: wrap
    }
}

.top_logo_item {
    margin: 0 16px 32px;
    opacity: .6
}

@media screen and (max-width: 480px) {
    .top_logo_item {
        width: calc(50% - 32px)
    }
}

.top_intro {
    position: relative;
    margin: -12px -12px 12px;
    min-height: 100vh;
    padding: 196px 24px 24px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 767px) {
    .top_intro {
        padding-top: 160px;
        margin: 0 0 8px
    }
}

.top_intro_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #3f00ff;
}

.top_intro_bg img, .top_intro_bg video {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.top_intro_bg video {
    mix-blend-mode: luminosity;
    opacity: .4;
    filter:blur(24px)
}

.top_intro_body {
    position: relative;
    z-index: 2;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.top_intro_center {
    text-align: center;
    max-width: 55.9rem;
    margin: auto auto
}

.top_intro_center .title_section {
    margin-bottom: 24px
}

.top_intro_text {
    max-width: 28.2rem;
    margin: 0 auto;
    color: #fff;
    font-size: .9rem;
    line-height: 1.35rem;
    letter-spacing: -2%
}

.top_tags {
    margin-bottom: 40px
}

.top_tags_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -4px -8px
}

.top_tags_wrap span {
    padding: 6px 16px;
    margin: 0 4px 6px;
    border-radius: 5rem;
    background-color: rgba(218, 249, 160, .05);
    color: #daf9a0;
    font-size: .8rem;
    line-height: 1.2rem;
    letter-spacing: -2%
}

.top_book {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 56px
}

.top_book_btn {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #101703;
    font-weight: 700;
    font-size: .9rem;
    line-height: 1.44rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    letter-spacing: -2%;
    white-space: nowrap;
    padding: 1rem 1.6rem 1rem 1.2rem;
    border-radius: 16px;
    border: none;
    background: #fff;
    transition: all .3s
}

@media screen and (max-width: 767px) {
    .top_book_btn {
        border-radius: 12px;
        padding: 12px 32px
    }
}

.top_book_btn:hover {
    background-color: #e5a0fa;
    color: #101703
}

.top_book_btn svg {
    fill: #101703;
    margin-right: 12px
}

.book_profile {
    position: relative;
    width: 3.45rem;
    height: 3.45rem;
    margin-left: 8px
}

@media screen and (max-width: 767px) {
    .book_profile {
        width: 47px;
        height: 47px
    }
}

.book_profile:after {
    content: "";
    position: absolute;
    top: -2.5px;
    right: -2.5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #c870e3
}

@media screen and (max-width: 767px) {
    .book_profile:after {
        top: -1.5px;
        right: -1.5px;
        width: 10px;
        height: 10px;
        border-width: 1px
    }
}

.book_profile img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.book_profile_inner {
    border: 3px solid #daf9a0;
    background-color: #daf9a0;
    border-radius: 16px;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .book_profile_inner {
        border-width: 2px
    }
}

.top_intro_bottom {
    width: 100%;
    display: flex;
    margin-top: 6rem
}

@media screen and (max-width: 767px) {
    .top_intro_bottom {
        flex-direction: column
    }
}

.intro_logos {
    display: flex;
    margin: 0 -6px;
    flex: 1 1 auto
}

@media screen and (max-width: 576px) {
    .intro_logos {
        flex-wrap: wrap;
        margin-bottom: -6px
    }
}

.intro_logo_item {
    flex: 1 1 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(218, 249, 160, .05);
    border-radius: 20px;
    margin: 0 6px;
    padding: 1rem
}

@media screen and (max-width: 576px) {
    .intro_logo_item {
        flex: auto;
        width: calc(50% - 12px);
        margin-bottom: 6px;
        padding: 12px;
        min-height: 74px
    }
}

.intro_scroll {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.575rem 1.2rem;
    border-radius: 20px;
    background-color: rgba(218, 249, 160, .15);
    color: #daf9a0;
    min-width: 10rem;
    margin-left: 12px
}

@media screen and (max-width: 767px) {
    .intro_scroll {
        margin: 8px 0 0
    }
}

.intro_scroll svg {
    fill: #daf9a0;
    margin-left: 8px
}

.content_home {
    position: relative;
    z-index: 2;
    background-color: #f1f1f1
}

.intro_section {
    position: relative;
    padding: 100px 0;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    .intro_section {
        padding: 64px 0
    }
}

@media screen and (max-width: 767px) {
    .intro_section {
        padding: 56px 16px
    }
}

.intro_description {
    text-align: center;
    max-width: 56.4rem;
    margin: 0 auto 56px
}

@media screen and (max-width: 991px) {
    .intro_description {
        max-width: 640px
    }
}

@media screen and (max-width: 767px) {
    .intro_description {
        max-width: none;
        margin-bottom: 32px
    }
}

.intro_description .title_section {
    margin-bottom: 24px;
    color: #000000;
}

@media screen and (max-width: 767px) {
    .intro_description .title_section {
        max-width: 320px;
        margin: 0 auto 16px
    }
}

@media screen and (max-width: 360px) {
    .intro_description .title_section {
        font-size: 20px;
        line-height: 22px;
        letter-spacing: -1px
    }
}

.intro_description .title_section span {
    position: relative
}

.intro_description .title_section img {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -1.1rem;
    width: 21rem
}

@media screen and (max-width: 991px) {
    .intro_description .title_section img {
        margin-top: -10px;
        max-width: 224px
    }
}

@media screen and (max-width: 767px) {
    .intro_description .title_section img {
        margin-top: -6px;
        max-width: 142px
    }
}

@media screen and (max-width: 360px) {
    .intro_description .title_section img {
        margin-top: -4px;
        max-width: 122px
    }
}

.intro_description .typical_text {
    max-width: 42.6rem;
    margin: 0 auto
}

.intro_line_1 {
    position: absolute;
    top: 92px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -410px;
    width: 100%;
    max-width: 54rem
}

@media screen and (max-width: 1920px) {
    .intro_line_1 {
        left: 0;
        transform: translateX(0);
        margin-left: 0;
        width: 54rem;
        max-width: 57.41%
    }
}

@media screen and (max-width: 1800px) {
    .intro_line_1 {
        top: 100px
    }
}

@media screen and (max-width: 1600px) {
    .intro_line_1 {
        top: 110px
    }
}

@media screen and (max-width: 1440px) {
    .intro_line_1 {
        top: 100px;
        width: 50.8125rem
    }
}

@media screen and (max-width: 1300px) {
    .intro_line_1 {
        top: 110px
    }
}

@media screen and (max-width: 1200px) {
    .intro_line_1 {
        display: none
    }
}

.intro_links {
    overflow: hidden;
    border-radius: 1000px;
    background: #e5a0fa;
    padding: 10px 0;
    width: 33.0625rem;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .intro_links {
        width: 100%;
        max-width: 300px;
        padding: 6px 0;
        border-radius: 563px
    }
}

.intro_links a {
    text-decoration: none;
    color: #101703;
    font-weight: 800;
    font-size: 2rem;
    line-height: 3.1875rem;
    letter-spacing: -.64px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-right: 40px
}

@media screen and (max-width: 767px) {
    .intro_links a {
        font-size: 18px;
        line-height: 29px;
        letter-spacing: -.36px;
        margin-right: 23px
    }
}

.intro_links svg {
    fill: #101703;
    min-width: 35px;
    margin-right: 40px
}

@media screen and (max-width: 767px) {
    .intro_links svg {
        width: 20px;
        min-width: 20px;
        height: 17px;
        margin-right: 23px
    }
}

.intro_links svg:last-child {
    margin-right: 0
}

.intro_links_marquee {
    display: flex;
    align-items: center;
    transform: translate(-33.3333%, 0);
    animation: marquee linear 8s infinite;
    height: auto;
    width: fit-content;
    animation-play-state: running
}

.intro_links_marquee:hover {
    animation-play-state: paused
}

.benefits_section {
    position: relative;
    padding: 100px 0 16px
}

@media screen and (max-width: 767px) {
    .benefits_section {
        padding: 52px 0 12px
    }
}

.benefits_section .title_block {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 0 16px;
    margin-bottom: 56px
}

@media screen and (max-width: 767px) {
    .benefits_section .title_block {
        padding: 0 12px;
        margin-bottom: 32px
    }
}

.benefits_vector {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    width: 19.4375rem
}

@media screen and (max-width: 767px) {
    .benefits_vector {
        width: 100%;
        max-width: 166px
    }
}

.benefits_vector img {
    width: 100%
}

.benefits_slider {
    position: relative;
    z-index: 3
}

.benefits_slider.swiper {
    padding: 0 16px
}

@media screen and (max-width: 767px) {
    .benefits_slider.swiper {
        padding: 0 12px
    }
}

.benefit_item {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden
}

.benefit_item:nth-child(1) .hover_1 {
    transform-origin: 100% 70%
}

.benefit_item:nth-child(1) .hover_2 {
    transform-origin: 0 0
}

.benefit_item:nth-child(1) .hover_3 {
    transform-origin: 0 0
}

.benefit_item:nth-child(1):hover .hover_1 {
    transform: rotate(-7deg)
}

.benefit_item:nth-child(1):hover .hover_2 {
    transform: rotate(-15deg)
}

.benefit_item:nth-child(1):hover .hover_3 {
    transform: rotate(12deg) translate(10px, 0)
}

.benefit_item:nth-child(2):hover .hover_1 {
    transform: scale(1.1)
}

.benefit_item:nth-child(2) .benefit_item_img:after {
    display: none
}

@media screen and (max-width: 767px) {
    .benefit_item:nth-child(2) .benefit_item_img:after {
        display: block
    }
}

.benefit_item:nth-child(3):hover .hover_1 {
    transform: rotate(1deg)
}

.benefit_item:nth-child(4):hover .hover_1 {
    transform: scale(.9)
}

.benefit_item:nth-child(4):hover .hover_2 {
    transform: scale(1.1)
}

.benefit_item:nth-child(4):hover .hover_3 {
    transform: translate(5px, -5px)
}

.benefit_item:nth-child(4) .benefit_item_img:after {
    display: none
}

@media screen and (max-width: 767px) {
    .benefit_item:nth-child(4) .benefit_item_img:after {
        display: block
    }
}

.benefit_item.swiper-slide {
    height: auto
}

@media screen and (max-width: 1200px) {
    .benefit_item.swiper-slide {
        width: 337px
    }
}

@media screen and (max-width: 767px) {
    .benefit_item.swiper-slide {
        width: 253px;
        border-radius: 8px
    }
}

.benefit_item_img {
    position: relative;
    margin-bottom: 72px
}

@media screen and (max-width: 991px) {
    .benefit_item_img {
        margin-bottom: 32px
    }
}

@media screen and (max-width: 767px) {
    .benefit_item_img {
        margin-bottom: 0
    }
}

.benefit_item_img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 95.15%)
}

.benefit_item_img .hover_elem {
    transform-box: fill-box;
    transform-origin: 50% 50%;
    transition: transform .3s
}

.benefit_item_img img {
    width: 100%
}

.benefit_item_info {
    padding: 0 16px 40px
}

@media screen and (max-width: 767px) {
    .benefit_item_info {
        position: relative;
        z-index: 2;
        padding: 0 12px 38px 18px;
        margin-top: -12px
    }
}

.benefit_item_name {
    color: #101703;
    font-weight: 800;
    font-size: 1.7rem;
    line-height: 2rem;
    font-family: Poppins, sans-serif;
    letter-spacing: -1.4px;
    margin-bottom: 8px
}

@media screen and (max-width: 767px) {
    .benefit_item_name {
        font-size: 20px;
        line-height: 22px;
        letter-spacing: -1px;
        margin-bottom: 6px
    }
}

.benefits_content {
    display: flex;
    margin-bottom: 12px
}

@media screen and (max-width: 991px) {
    .benefits_content {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .benefits_content {
        padding: 0 16px;
        margin-bottom: 8px
    }
}

.benefits_left {
    position: relative;
    width: 50%;
    border-radius: 24px;
    padding: 24px;
    margin-right: 6px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

@media screen and (max-width: 991px) {
    .benefits_left {
        width: 100%;
        margin-bottom: 12px;
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .benefits_left {
        border-radius: 8px;
        margin-bottom: 8px
    }
}

.benefits_left .title_section {
    position: relative;
    z-index: 3;
    margin-bottom: 32px
}

.benefits_global {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 20.1875rem
}

@media screen and (max-width: 767px) {
    .benefits_global {
        width: 100%;
        max-width: 166px
    }
}

.benefits_global img {
    width: 100%
}

.benefits_logos {
    position: relative;
    z-index: 3;
    display: flex;
    margin: -2px -6px;
}

.benefit_logo_item {
    width: calc(30% - 3px);
    margin: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    background: #ffffff;
    padding: 12px 24px
}

@media screen and (max-width: 767px) {
    .benefit_logo_item {
        border-radius: 8px
    }
}

.benefits_right {
    width: 50%;
    margin-left: 6px
}

@media screen and (max-width: 991px) {
    .benefits_right {
        width: 100%;
        margin-left: 0
    }
}

.benefits_triggers {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px -12px
}

@media screen and (max-width: 480px) {
    .benefits_triggers {
        display: block;
        margin: 0
    }
}

.benefit_trigger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(50% - 12px);
    min-height: 380px;
    margin: 0 6px 12px;
    padding: 40px 24px 24px;
    border-radius: 24px;
    background: #0c35ed00;
}

@media screen and (max-width: 767px) {
    .benefit_trigger {
        border-radius: 8px;
        min-height: 300px
    }
}

@media screen and (max-width: 480px) {
    .benefit_trigger {
        width: 100%;
        margin: 0 0 8px
    }
}

@media screen and (max-width: 480px) {
    .benefit_trigger:last-child {
        margin-bottom: 0
    }
}

.benefit_trigger_name {
    color: #101703;
    font-weight: 800;
    font-size: 2rem;
    line-height: 2.1875rem;
    letter-spacing: -1.6px;
    margin-bottom: 16px
}

@media screen and (max-width: 767px) {
    .benefit_trigger_name {
        font-size: 20px;
        line-height: 22px;
        letter-spacing: -1px
    }
}

.benefit_trigger_icon {
    margin-top: 24px
}

.testimonials_section {
    overflow: hidden
}

.testimonials_slider {
    width: 100%
}

.testimonials_slider:before {
    content: "";
    position: absolute;
    top: 0;
    right: 34px;
    z-index: -1;
    width: 34px;
    height: 100%;
    background: #e8ffbd;
    border-radius: 0 24px 24px 0;
    transition: all .3s
}

@media screen and (max-width: 767px) {
    .testimonials_slider:before {
        right: 14px;
        width: 14px;
        border-radius: 0 8px 8px 0
    }
}

.testimonials_slider:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    width: 68px;
    height: 100%;
    background: #e5a0fa;
    border-radius: 0 24px 24px 0;
    transition: all .3s
}

@media screen and (max-width: 767px) {
    .testimonials_slider:after {
        width: 28px;
        border-radius: 0 8px 8px 0
    }
}

.testimonials_slider.swiper {
    padding: 0 68px 0 0
}

@media screen and (max-width: 767px) {
    .testimonials_slider.swiper {
        padding: 0 28px 0 0
    }
}

.testimonials_slider.reverse:before {
    background: #e5a0fa
}

.testimonials_slider.reverse:after {
    background: #daf9a0
}

.testimonials_slider.violet .swiper-slide-prev {
    background: #daf9a0
}

.testimonials_slider.violet .swiper-slide-prev .testimonial_item_text:before {
    color: #e5a0fa
}

.testimonials_slider.violet .swiper-slide-prev .testimonial_item_text span {
    color: #e5a0fa
}

.testimonials_slider.violet .swiper-slide-next {
    background: #e5a0fa
}

.testimonials_slider.violet .swiper-slide-next .testimonial_item_text:before {
    color: #e8ffbd
}

.testimonials_slider.violet .swiper-slide-next .testimonial_item_text span {
    color: #e8ffbd
}

.testimonials_slider.green .swiper-slide-next {
    background: #daf9a0
}

.testimonials_slider.green .swiper-slide-next .testimonial_item_text:before {
    color: #e5a0fa
}

.testimonials_slider.green .swiper-slide-next .testimonial_item_text span {
    color: #e5a0fa
}

.testimonials_slider.green .swiper-slide-prev {
    background: #e5a0fa
}

.testimonials_slider.green .swiper-slide-prev .testimonial_item_text:before {
    color: #e8ffbd
}

.testimonials_slider.green .swiper-slide-prev .testimonial_item_text span {
    color: #e8ffbd
}

.testimonials_slider.about_testimonials .testimonial_item_text {
    font-size: 1.75rem;
    line-height: 1.93rem;
    font-family: Poppins, sans-serif;
    letter-spacing: -1.4px
}

@media screen and (max-width: 767px) {
    .testimonials_slider.about_testimonials .testimonial_item_text {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -1.2px
    }
}

.testimonial_item {
    border-radius: 24px;
    background: #e5a0fa;
    padding: 100px 0
}

@media screen and (max-width: 991px) {
    .testimonial_item {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media screen and (max-width: 767px) {
    .testimonial_item {
        padding: 56px 0;
        border-radius: 8px
    }
}

.testimonial_item.swiper-slide {
    height: auto
}

.testimonial_item.violet {
    background: #4f15ff;
}

.testimonial_item.violet .testimonial_item_text:before {
    color: #e8ffbd
}

.testimonial_item.violet .testimonial_item_text span {
    color: #e8ffbd
}

.testimonial_item.green {
    background: #0c35ed;
}

.testimonial_item.green .testimonial_item_text:before {
    color: #e5a0fa
}

.testimonial_item.green .testimonial_item_text span {
    color: #e5a0fa
}

.testimonial_item_text {
    color: #ffffff;
    font-weight: 800;
    max-width: 84rem;
    font-size: 1.75rem;
    line-height: 1.93rem;
    font-family: Poppins, sans-serif;
    letter-spacing: -1.4px
}

@media screen and (max-width: 767px) {
    .testimonial_item_text {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -1.2px
    }
}

.testimonial_item_text:before {
    content: "“";
    display: block;
    color: #e8ffbd
}

.testimonial_item_text span {
    color: #e8ffbd
}

.testimonial_item_author {
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -.32px;
    margin-top: 24px
}

@media screen and (max-width: 767px) {
    .testimonial_item_author {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: -.28px
    }
}

.recent_projects {
    overflow: hidden;
    padding: 140px 0 200px
}

@media screen and (max-width: 991px) {
    .recent_projects {
        padding: 64px 0
    }
}

@media screen and (max-width: 767px) {
    .recent_projects {
        padding: 56px 0
    }
}

.recent_projects .title_section {
    text-align: center;
    margin-bottom: 100px;
    color: #FFFFFF;
}

@media screen and (max-width: 991px) {
    .recent_projects .title_section {
        margin-bottom: 48px
    }
}

.projects_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -42px -100px
}

@media screen and (max-width: 991px) {
    .projects_wrap {
        margin: 0 -16px -48px
    }
}

@media screen and (max-width: 767px) {
    .projects_wrap {
        flex-direction: column;
        margin: 0
    }
}

.projects_wrap.projects_home {
    margin-bottom: -50px
}

@media screen and (max-width: 991px) {
    .projects_wrap.projects_home {
        margin-bottom: -48px
    }
}

@media screen and (max-width: 767px) {
    .projects_wrap.projects_home {
        margin-bottom: 0
    }
}

.projects_wrap.projects_home .project_item {
    margin-bottom: 50px
}

@media screen and (max-width: 991px) {
    .projects_wrap.projects_home .project_item {
        margin-bottom: 48px
    }
}

.projects_wrap.projects_home .project_item:nth-child(even) {
    margin-top: 150px
}

@media screen and (max-width: 991px) {
    .projects_wrap.projects_home .project_item:nth-child(even) {
        margin-top: 80px
    }
}

@media screen and (max-width: 767px) {
    .projects_wrap.projects_home .project_item:nth-child(even) {
        margin-top: 0
    }
}

.project_item {
    width: calc(50% - 84px);
    margin: 0 42px 100px;
    text-decoration: none
}

.artist_item {
    width: calc(33% - 84px);
    margin: 0 42px 100px;
    text-decoration: none
}

@media screen and (max-width: 991px) {
    .project_item {
        width: calc(33% - 32px);
        margin: 0 16px 48px
    }
    .artist_item {
        width: calc(50% - 32px);
        margin: 0 16px 48px
    }
}

@media screen and (max-width: 767px) {
    .project_item {
        width: 69.83%;
        margin: 0 0 48px
    }
    .artist_item {
        width: 69.83%;
        margin: 0 0 48px
    }
}

.project_item:hover .project_item_name {
    color: #e5a0fa
}

@media screen and (max-width: 767px) {
    .project_item:nth-child(even) {
        margin-top: 0;
        margin-left: auto
    }
}

@media screen and (max-width: 767px) {
    .project_item:nth-child(even) .project_item_name {
        text-align: right
    }
}

@media screen and (max-width: 767px) {
    .project_item:nth-child(even) .typical_text {
        text-align: right
    }
}

@media screen and (max-width: 767px) {
    .project_item:last-child {
        margin-bottom: 0
    }
}

.project_item .typical_text {
    max-width: 25rem
}

@media screen and (max-width: 767px) {
    .project_item .typical_text {
        max-width: none
    }
}

.project_item_img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 32px
}

@media screen and (max-width: 767px) {
    .project_item_img {
        border-radius: 4px;
        margin-bottom: 24px
    }
}

/*.project_item_img img {*/
/*    margin-top: -8%;*/
/*    margin-bottom: -8%;*/
/*    object-fit: cover*/
/*}*/

.project_item_name {
    color: #101703;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 2.75rem;
    font-family: Poppins, sans-serif;
    letter-spacing: -2px;
    margin-bottom: 16px;
    transition: all .3s
}

@media screen and (max-width: 991px) {
    .project_item_name {
        font-size: 32px;
        line-height: 36px
    }
}

@media screen and (max-width: 767px) {
    .project_item_name {
        font-size: 20px;
        line-height: 22px;
        letter-spacing: -1px
    }
}

.we_do {
    padding: 100px 0
}

@media screen and (max-width: 991px) {
    .we_do {
        padding: 64px 0
    }
}

@media screen and (max-width: 767px) {
    .we_do {
        padding: 56px 0
    }
}

.we_do_panel {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
    padding: 0 24px
}

@media screen and (max-width: 991px) {
    .we_do_panel {
        margin-bottom: 32px;
        padding: 0 16px
    }
}

.we_do_panel .title_section {
    margin-right: 24px
}

.we_do_nav {
    display: flex;
    align-items: center
}

.we_do_arrow {
    cursor: pointer;
    margin-right: 24px;
    transition: all .3s
}

.we_do_arrow:last-child {
    margin-right: 0
}

.we_do_arrow.swiper-button-disabled {
    opacity: .4
}

.we_do_arrow svg {
    display: block;
    fill: #101703
}

.we_do_prev svg {
    transform: rotate(-180deg)
}

.we_do_slider.swiper {
    padding: 0 24px
}

@media screen and (max-width: 991px) {
    .we_do_slider.swiper {
        padding: 0 16px
    }
}

.we_do_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 27px 24px;
    border-radius: 16px;
    background: #fff
}

@media screen and (max-width: 767px) {
    .we_do_item {
        padding: 24px 16px
    }
}

.we_do_item.swiper-slide {
    width: 400px;
    height: auto
}

@media screen and (max-width: 1440px) {
    .we_do_item.swiper-slide {
        width: 320px
    }
}

@media screen and (max-width: 767px) {
    .we_do_item.swiper-slide {
        width: calc(100vw - 90px);
    }
}

.we_do_num {
    color: #0c35ed;
    font-weight: 800;
    font-size: 3rem;
    line-height: 3.3125rem;
    font-family: Poppins, sans-serif;
    letter-spacing: -2.4px;
    margin-bottom: 1rem
}

@media screen and (max-width: 991px) {
    .we_do_num {
        /*margin-bottom: 64px*/
    }
}

@media screen and (max-width: 767px) {
    .we_do_num {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -1.2px;
        /*margin-bottom: 24px*/
    }
}

.we_do_name a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.we_do_name {
    color: #101703;
    font-weight: 800;
    font-size: 2rem;
    line-height: 2.1875rem;
    letter-spacing: -1.6px;
    margin-bottom: 16px
}

@media screen and (max-width: 767px) {
    .we_do_name {
        font-size: 20px;
        line-height: 22px;
        letter-spacing: -1px
    }
}

.we_do_last {
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #101703;
    padding: 27px 24px
}

.we_do_last.swiper-slide {
    display: flex;
    width: 400px;
    height: auto
}

@media screen and (max-width: 1440px) {
    .we_do_last.swiper-slide {
        width: 320px
    }
}

@media screen and (max-width: 767px) {
    .we_do_last.swiper-slide {
        width: 250px;
        padding: 24px 16px
    }
}

.we_do_deep {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.we_do_deep p {
    color: #ffffff;
    font-weight: 800;
    font-size: 2rem;
    line-height: 2.1875rem;
    font-family: Poppins, sans-serif;
    letter-spacing: -1.6px
}

@media screen and (max-width: 767px) {
    .we_do_deep p {
        font-size: 24px;
        line-height: 26px
    }
}

.we_do_deep svg {
    fill: #0c35ed;
    margin-top: 16px
}

.get_started {
    padding: 100px 0 80px
}

@media screen and (max-width: 991px) {
    .get_started {
        padding: 64px 0
    }
}

@media screen and (max-width: 767px) {
    .get_started {
        padding: 56px 0
    }
}

.get_started_wrap {
    display: flex
}

@media screen and (max-width: 767px) {
    .get_started_wrap {
        display: block
    }
}

.get_started_left {
    width: 47.57%;
    padding-right: 40px
}

@media screen and (max-width: 767px) {
    .get_started_left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 32px
    }
}

.get_started_description {
    max-width: 25.375rem
}

@media screen and (max-width: 767px) {
    .get_started_description {
        max-width: none
    }
}

.get_started_title {
    color: #101703;
    font-weight: 800;
    font-size: 4rem;
    line-height: 4.375rem;
    font-family: Poppins, sans-serif;
    letter-spacing: -3.2px;
    margin-bottom: 24px
}

@media screen and (max-width: 991px) {
    .get_started_title {
        font-size: 48px;
        line-height: 54px
    }
}

@media screen and (max-width: 767px) {
    .get_started_title {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -1.6px;
        margin-bottom: 16px
    }
}

.get_started_right {
    width: 52.43%
}

@media screen and (max-width: 767px) {
    .get_started_right {
        width: 100%
    }
}

.request_form_row {
    display: flex;
    margin: 0 -10px 40px
}

@media screen and (max-width: 767px) {
    .request_form_row {
        margin-bottom: 32px
    }
}

@media screen and (max-width: 576px) {
    .request_form_row {
        display: block
    }
}

.request_form_row:last-child {
    margin-bottom: 0
}

.request_form_row .request_form_item {
    flex: 1 1 auto;
    margin: 0 10px
}

@media screen and (max-width: 576px) {
    .request_form_row .request_form_item {
        margin: 0 0 32px
    }
}

@media screen and (max-width: 576px) {
    .request_form_row .request_form_item:last-child {
        margin-bottom: 0
    }
}

.request_form_item {
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    .request_form_item {
        margin-bottom: 32px
    }
}

.request_form_item:last-child {
    margin-bottom: 0
}

.request_form_label {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.request_form_num {
    padding: 2px 8px;
    border-radius: 10000px;
    border: 1px solid rgba(16, 23, 3, .2);
    margin-right: 8px;
    color: #101703;
    font-size: .875rem;
    line-height: 1.3125rem;
    letter-spacing: -.28px
}

.request_form_info {
    width: 100%;
    padding-top: 4px
}

.request_form_name {
    color: #101703;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -.32px
}

@media screen and (max-width: 767px) {
    .request_form_name {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: -.28px
    }
}

.request_form_field input, .request_form_field textarea {
    width: 100%;
    height: 2.75rem;
    background: 0 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(16, 23, 3, .1);
    color: #101703;
    font: 1rem "Plus Jakarta Sans", sans-serif;
    letter-spacing: -.32px;
    transition: all .3s
}

.request_form_field input::-webkit-input-placeholder, .request_form_field textarea::-webkit-input-placeholder {
    color: #101703;
    opacity: .3
}

.request_form_field input:-moz-placeholder, .request_form_field textarea:-moz-placeholder {
    color: #101703;
    opacity: .3
}

.request_form_field input::-moz-placeholder, .request_form_field textarea::-moz-placeholder {
    color: #101703;
    opacity: .3
}

.request_form_field input:-ms-input-placeholder, .request_form_field textarea:-ms-input-placeholder {
    color: #101703;
    opacity: .3
}

.request_form_field input:focus, .request_form_field textarea:focus {
    border-bottom-color: #101703
}

@media screen and (max-width: 767px) {
    .request_form_field input, .request_form_field textarea {
        height: 41px;
        font-size: 14px;
        letter-spacing: -.28px
    }
}

.request_form_field textarea {
    resize: none;
    height: 7.75rem;
    padding-top: 10px;
    padding-bottom: 10px
}

.request_file {
    position: relative;
    display: flex;
    align-items: center
}

.request_file.active .request_file_item {
    display: flex
}

.request_file.active .request_file_btn {
    display: none
}

.request_file .wpcf7-form-control-wrap, .request_file input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer
}

.request_file_item {
    display: none;
    align-items: center
}

.request_file_name {
    color: #1c2707;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -.32px
}

.request_file_remove {
    cursor: pointer;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #f1f1f1;
    margin-left: 10px;
    transition: all .3s
}

.request_file_remove:hover {
    background-color: #c870e3
}

.request_file_remove:hover svg {
    stroke: #f1f1f1
}

.request_file_remove svg {
    stroke: #1c2707;
    transition: all .3s
}

.request_file_btn {
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #1c2707;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -.32px;
    white-space: nowrap;
    transition: all .3s
}

.request_file_btn:hover {
    color: #c870e3
}

.request_file_btn svg {
    stroke: #c870e3;
    margin-left: 10px
}

.request_form_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 576px) {
    .request_form_bottom {
        display: block
    }
}

@media screen and (max-width: 576px) {
    .request_form_bottom .request_file {
        margin-bottom: 24px
    }
}


@media screen and (max-width: 576px) {
    .request_form_send {
        margin-left: 0;
        width: 100%
    }
}

.footer {
    position: relative;
    z-index: 2;
    background-color: #f1f1f1
}

.footer_main {
    padding: 80px 0 40px;
    border-radius: 24px
}

@media screen and (max-width: 991px) {
    .footer_main {
        padding: 64px 0 32px
    }
}

@media screen and (max-width: 767px) {
    .footer_main {
        padding: 40px 0;
        border-radius: 8px
    }
}

.footer_main_wrap {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .footer_main_wrap {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .footer_main_left {
        margin-bottom: 32px
    }
}

.footer_info {
    display: flex
}

@media screen and (max-width: 576px) {
    .footer_info {
        display: block
    }
}

.footer_info .footer_info_box {
    margin-right: 80px
}

@media screen and (max-width: 991px) {
    .footer_info .footer_info_box {
        margin-right: 40px
    }
}

@media screen and (max-width: 767px) {
    .footer_info .footer_info_box {
        width: 50%;
        margin-right: 0;
        padding-right: 16px
    }
}

@media screen and (max-width: 576px) {
    .footer_info .footer_info_box {
        width: 100%;
        padding-right: 0;
        margin-bottom: 32px
    }
}

.footer_info .footer_info_box:last-child {
    margin-right: 0
}

@media screen and (max-width: 576px) {
    .footer_info .footer_info_box:last-child {
        margin-bottom: 0
    }
}

.footer_info_icon {
    display: flex;
    align-items: center;
    color: #fff;
    min-height: 36px;
    font-size: 1.5rem;
    line-height: 2.25rem;
    letter-spacing: -.48px;
    margin-bottom: 10px
}

.footer_info_text {
    color: rgba(255, 255, 255, .7);
    font-size: .875rem;
    line-height: 1.3125rem;
    letter-spacing: -.28px
}

.footer_info_text a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    transition: all .3s
}

.footer_info_text a:hover {
    color: #fff
}

.footer_soc {
    display: flex;
    margin-top: 10px
}

.footer_soc a {
    text-decoration: none;
    margin-right: 8px
}

.footer_soc a:hover svg {
    fill: #fff
}

.footer_soc a:last-child {
    margin-right: 0
}

.footer_soc a svg {
    fill: rgba(255, 255, 255, .6);
    display: block;
    transition: all .3s
}

.footer_bottom {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .footer_bottom {
        flex-direction: column;
        align-items: flex-start
    }
}

.footer_cop {
    width: 33.33%;
    color: rgba(16, 23, 3, .5);
    font-size: .875rem;
    line-height: 1.3125rem;
    letter-spacing: -.28px
}

@media screen and (max-width: 767px) {
    .footer_cop {
        width: auto;
        order: 2;
        margin-bottom: 24px
    }
}

.footer_logo {
    display: inline-block
}

@media screen and (max-width: 767px) {
    .footer_logo {
        order: 1;
        margin-bottom: 24px
    }
}

.footer_logo img {
    display: block
}

.footer_links {
    width: 33.33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

@media screen and (max-width: 767px) {
    .footer_links {
        width: auto;
        order: 3
    }
}

.footer_links a {
    text-decoration: none;
    color: rgba(16, 23, 3, .5);
    font-size: .875rem;
    line-height: 1.3125rem;
    letter-spacing: -.28px;
    margin-right: 27px
}

.footer_links a:hover {
    text-decoration: underline
}

.footer_links a:last-child {
    margin-right: 0
}

.call_button {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 50;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    padding: 14px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    transition: all .5s
}

.call_button:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 0 22px #e5a0fa
}

.call_button svg {
    fill: #fff;
    transition: all 1s
}

.call_button span {
    position: absolute;
    top: 14px;
    left: 44px;
    opacity: 0;
    visibility: hidden
}

.call_button.anime {
    justify-content: flex-start;
    width: 190px;
    height: 48px;
    border-radius: 1000px
}

.call_button.anime svg {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.call_button.anime span {
    opacity: 1;
    visibility: visible;
    transition: all .3s .3s
}

.cookies {
    position: fixed;
    bottom: 32px;
    left: 32px;
    z-index: 30;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, .2);
    max-width: 23.25rem;
    padding: 40px 24px 24px 24px
}

@media screen and (max-width: 767px) {
    .cookies {
        bottom: 16px;
        left: 16px;
        border-radius: 8px;
        padding: 24px 16px 16px
    }
}

@media screen and (max-width: 767px) {
    .cookies {
        max-width: none;
        right: 16px
    }
}

.cookies_icon {
    position: absolute;
    top: -30px;
    left: 9px
}

@media screen and (max-width: 767px) {
    .cookies_icon {
        top: -20px;
        max-width: 30px
    }
}

.cookies_buttons {
    display: flex;
    align-items: center;
    margin-top: 24px
}

.cookies_buttons .btn {
    padding: .75rem 1.5rem;
    margin-right: 32px
}

.cookies_buttons .btn:last-child {
    margin-right: 0
}

.cookies_buttons .link {
    text-decoration: none;
    color: #1c2707;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: -.32px;
    transition: all .3s
}

.cookies_buttons .link:hover {
    color: #e5a0fa
}

.top_page {
    padding: 156px 0 60px;
    border-radius: 24px;
    margin-bottom: 12px
}

@media screen and (max-width: 991px) {
    .top_page {
        padding-bottom: 48px
    }
}

@media screen and (max-width: 767px) {
    .top_page {
        padding-top: 104px;
        border-radius: 0 0 8px 8px;
        margin-bottom: 8px
    }
}

.top_page_description {
    max-width: 55.9375rem
}

.top_page_description .title_page {
    margin-bottom: 24px
}

.top_page_description .title_page:last-child {
    margin-bottom: 0
}

.top_page_description .typical_text {
    max-width: 42.9375rem
}

.projects_content {
    padding-bottom: 95px
}

@media screen and (max-width: 991px) {
    .projects_content {
        padding-bottom: 64px
    }
}

@media screen and (max-width: 767px) {
    .projects_content {
        padding-bottom: 56px
    }
}

.projects_content .top_page_description {
    margin-bottom: 80px
}

@media screen and (max-width: 991px) {
    .projects_content .top_page_description {
        margin-bottom: 56px
    }
}

.link_more {
    text-decoration: none;
    display: flex;
    flex-direction: column
}

.link_more.dark .link_more_circle {
    background-color: #101703
}

.link_more.dark .link_more_circle svg {
    fill: #c6e886
}

.link_more.dark .link_more_text {
    color: #101703
}

.link_more:hover .link_more_circle svg {
    transform: rotate(0)
}

.link_more_circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    /*background-color: #daf9a0;*/
    text-align: center
}

.link_more_circle svg {
    width: 2.25rem;
    height: 1.875rem;
    fill: #101703;
    transform: rotate(-45deg);
    transition: all .3s
}

.link_more_text {
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.3125rem;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    margin-top: 24px;
    white-space: nowrap
}

.project_top_row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

@media screen and (max-width: 576px) {
    .project_top_row {
        display: block
    }
}

.project_top_info {
    padding-right: 40px
}

@media screen and (max-width: 576px) {
    .project_top_info {
        padding-right: 0;
        margin-bottom: 32px
    }
}

.project_top_description {
    max-width: 42.5rem
}

@media screen and (max-width: 576px) {
    .project_top_description {
        max-width: none
    }
}

.project_top_description .title_page {
    margin-bottom: 24px
}

.project_top_subtitle {
    color: #daf9a0;
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    letter-spacing: -.36px;
    margin-bottom: 40px
}

.project_scope {
    margin-top: 56px
}

.project_scope_title {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -.36px;
    margin-bottom: 12px
}

.project_scope_tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -12px
}

.project_scope_tags a {
    text-decoration: none;
    color: rgba(255, 255, 255, .6);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.32px;
    margin-right: 24px;
    margin-bottom: 12px;
    transition: all .3s
}

.project_scope_tags a:hover {
    color: #fff
}

.project_scope_tags a:last-child {
    margin-right: 0
}

.project_about_row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 576px) {
    .project_about_row {
        display: block
    }
}

.project_about_row .project_about_description {
    margin-right: 40px
}

@media screen and (max-width: 576px) {
    .project_about_row .project_about_description {
        margin-right: 0
    }
}

@media screen and (max-width: 576px) {
    .project_about_row .link_more {
        margin-top: 32px
    }
}

.project_about_description {
    max-width: 50rem
}

.project_about_description .title_section {
    margin-bottom: 24px
}

.project_about_img {
    padding: 0 24px 24px 24px;
    border-radius: 16px;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    .project_about_img {
        padding: 0 16px 16px 16px
    }
}

@media screen and (max-width: 767px) {
    .project_about_img {
        border-radius: 8px
    }
}

.project_about_img img {
    width: 100%
}

.projects_more .title_section {
    margin-bottom: 56px
}

@media screen and (max-width: 991px) {
    .projects_more .title_section {
        margin-bottom: 40px
    }
}

.project_result .stats_wrap {
    margin-top: 80px
}

@media screen and (max-width: 991px) {
    .project_result .stats_wrap {
        margin-top: 64px
    }
}

.stats_wrap {
    display: flex;
    margin-right: -32px
}

@media screen and (max-width: 1200px) {
    .stats_wrap {
        margin-right: -16px
    }
}

@media screen and (max-width: 991px) {
    .stats_wrap {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -16px -32px
    }
}

.stat_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(20% - 32px);
    padding-right: 32px;
    margin-right: 32px;
    border-right: 1px solid rgba(16, 23, 3, .1)
}

@media screen and (max-width: 1200px) {
    .stat_item {
        width: calc(20% - 16px);
        padding-right: 16px;
        margin-right: 16px
    }
}

@media screen and (max-width: 991px) {
    .stat_item {
        width: calc(33.33% - 32px);
        padding-right: 0;
        margin: 0 16px 32px;
        border-right: 0;
        text-align: center
    }
}

@media screen and (max-width: 480px) {
    .stat_item {
        width: calc(50% - 32px)
    }
}

.stat_item:last-child {
    border-right: none
}

.stat_item_name {
    color: rgba(16, 23, 3, .6);
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -.32px;
    margin-bottom: 12px
}

@media screen and (max-width: 767px) {
    .stat_item_name {
        font-size: 14px;
        line-height: 21px
    }
}

.stat_item_num {
    color: #101703;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 2.75rem;
    font-family: Poppins, sans-serif;
    letter-spacing: -2px;
    transition: all .3s
}

@media screen and (max-width: 991px) {
    .stat_item_num {
        font-size: 32px;
        line-height: 36px
    }
}

@media screen and (max-width: 767px) {
    .stat_item_num {
        font-size: 20px;
        line-height: 22px;
        letter-spacing: -1px
    }
}

.process_content .container {
    padding-right: 0
}

@media screen and (max-width: 767px) {
    .process_content .container {
        margin-right: 16px
    }
}

.process_content_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.process_main {
    max-width: 50rem;
    margin-right: 40px
}

@media screen and (max-width: 767px) {
    .process_main {
        max-width: none;
        margin-right: 0
    }
}

.process_block {
    margin-bottom: 100px
}

@media screen and (max-width: 991px) {
    .process_block {
        margin-bottom: 64px
    }
}

@media screen and (max-width: 767px) {
    .process_block {
        margin-bottom: 56px
    }
}

.process_block:last-child {
    margin-bottom: 0
}

.process_name {
    color: #101703;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-family: Poppins, sans-serif;
    letter-spacing: -1.2px;
    text-transform: lowercase;
    margin-bottom: 16px
}

@media screen and (max-width: 767px) {
    .process_name {
        font-size: 20px;
        line-height: 22px;
        letter-spacing: -1px
    }
}

.process_name span {
    color: #e5a0fa
}

.process_img {
    overflow: hidden;
    border-radius: 16px;
    margin-top: 40px
}

@media screen and (max-width: 767px) {
    .process_img {
        border-radius: 8px;
        margin-top: 32px
    }
}

.process_nav {
    position: sticky;
    top: 100px;
    min-width: 200px
}

@media screen and (max-width: 767px) {
    .process_nav {
        display: none
    }
}

.process_nav ul {
    text-align: right
}

.process_nav li {
    margin-bottom: 24px
}

.process_nav li:last-child {
    margin-bottom: 0
}

.process_nav li.active a {
    color: #101703
}

.process_nav li.active a:after {
    opacity: 1
}

.process_nav a {
    position: relative;
    padding-right: 32px;
    text-decoration: none;
    color: rgba(16, 23, 3, .4);
    font-weight: 800;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -.36px;
    transition: all .3s
}

.process_nav a:hover {
    color: #101703
}

.process_nav a:hover:after {
    opacity: 1
}

.process_nav a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 27px;
    border-radius: 8px 0 0 8px;
    background: #e5a0fa;
    opacity: 0;
    transition: all .3s
}

.page_img {
    border-radius: 24px;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .page_img {
        border-radius: 8px
    }
}

.page_img img {
    width: 100%
}

.about_section {
    padding: 24px
}

@media screen and (max-width: 767px) {
    .about_section {
        padding: 56px 16px 16px
    }
}

.about_wrap {
    display: flex;
    align-items: flex-end
}

@media screen and (max-width: 767px) {
    .about_wrap {
        flex-direction: column
    }
}

.about_left {
    width: 37.65%;
    padding-right: 56px
}

@media screen and (max-width: 1200px) {
    .about_left {
        padding-right: 24px
    }
}

@media screen and (max-width: 767px) {
    .about_left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 32px
    }
}

.about_left .title_section {
    margin-bottom: 56px
}

@media screen and (max-width: 767px) {
    .about_left .title_section {
        margin-bottom: 32px
    }
}

@media screen and (max-width: 767px) {
    .about_tabs {
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 16px;
        display: flex;
        overflow: auto;
        scrollbar-width: none
    }
}

@media screen and (max-width: 767px) {
    .about_tabs::-webkit-scrollbar {
        width: 0;
        display: none
    }
}

.about_tabs li {
    cursor: pointer;
    border-radius: 16px;
    padding: 32px 24px;
    background-color: #fff;
    color: #101703;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-family: Poppins, sans-serif;
    letter-spacing: -1.6px;
    margin-bottom: 12px;
    opacity: .6;
    transition: all .3s
}

@media screen and (max-width: 1200px) {
    .about_tabs li {
        padding: 24px 16px;
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -1.2px
    }
}

@media screen and (max-width: 767px) {
    .about_tabs li {
        white-space: nowrap;
        padding: 0;
        background: 0 0;
        border-radius: 0;
        margin-right: 15px;
        font-size: 20px;
        line-height: 22px;
        letter-spacing: -1px
    }
}

.about_tabs li:hover {
    opacity: 1
}

.about_tabs li:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .about_tabs li:last-child {
        margin-right: 0
    }
}

.about_tabs li.current {
    opacity: 1
}

.about_right {
    width: 62.35%
}

@media screen and (max-width: 767px) {
    .about_right {
        width: 100%
    }
}

.about_item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(rgba(16, 23, 3, 0) 0px, rgb(16 23 3 / 0%) 100%);
}

.about_item.swiper-slide {
    height: auto;
    min-height: 41.0625rem;
    display: flex;
    align-items: flex-end;
}

@media screen and (max-width: 767px) {
    .about_item.swiper-slide {
        min-height: auto
    }
}

.about_item_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.about_item_img img {
    width: 96%;
    height: 70%;
    object-fit: contain;
    aspect-ratio: 1;
}

.about_item_row {
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 24px 36px;
    /* background: linear-gradient(180deg, rgb(16 23 3 / 0%) 0, #10170300 100%); */
}

@media screen and (max-width: 991px) {
    .about_item_row {
        flex-direction: column;
        align-items: flex-start
    }
}

@media screen and (max-width: 767px) {
    .about_item_row {
        padding: 56px 16px 24px
    }
}

.about_item_row .link_more {
    margin-left: 40px
}

@media screen and (max-width: 991px) {
    .about_item_row .link_more {
        margin-left: 0;
        margin-top: 32px
    }
}

.about_item_row .link_more_text {
    margin: 0 0 24px
}

.about_item_info {
    max-width: 38.25rem
}

@media screen and (max-width: 991px) {
    .about_item_info {
        max-width: none
    }
}

.about_item_tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -12px;
    margin-top: 24px
}

.about_item_tags a, .about_item_tags span {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.32px;
    margin-right: 24px;
    margin-bottom: 12px
}

.about_item_tags a:last-child, .about_item_tags span:last-child {
    margin-right: 0
}

.about_item_tags a {
    text-decoration: none
}

.global_section {
    position: relative;
    overflow: hidden
}

.global_section:last-child {
    margin-bottom: 12px
}

@media screen and (max-width: 767px) {
    .global_section:last-child {
        margin-bottom: 8px
    }
}

.about_map {
    height: 45rem
}

@media screen and (max-width: 991px) {
    .about_map {
        height: 600px
    }
}

.about_map .cluster, .about_map [role=img] {
    cursor: default !important
}

.global_description {
    position: absolute;
    top: 80px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    max-width: 50rem;
    padding: 0 16px
}

@media screen and (max-width: 991px) {
    .global_description {
        top: 64px
    }
}

@media screen and (max-width: 767px) {
    .global_description {
        top: 56px
    }
}

.global_description .title_section {
    margin-bottom: 24px
}

.global_stats {
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    padding: 0 16px
}

@media screen and (max-width: 991px) {
    .global_stats {
        bottom: 40px
    }
}

.global_stat_item {
    text-align: center;
    width: 200px;
    margin: 0 12px
}

@media screen and (max-width: 991px) {
    .global_stat_item {
        width: 100px;
        margin: 0 8px
    }
}

.global_stat_num {
    color: #fff;
    font-weight: 800;
    font-size: 3.5rem;
    line-height: 3.875rem;
    font-family: Poppins, sans-serif;
    letter-spacing: -2.8px;
    text-transform: lowercase;
    margin-bottom: 8px
}

@media screen and (max-width: 991px) {
    .global_stat_num {
        font-size: 40px;
        line-height: 46px
    }
}

@media screen and (max-width: 767px) {
    .global_stat_num {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -1.2px
    }
}

.global_stat_value {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -.32px
}

@media screen and (max-width: 767px) {
    .global_stat_value {
        font-size: 14px;
        line-height: 21px
    }
}

.contact_content {
    padding-bottom: 100px
}

@media screen and (max-width: 991px) {
    .contact_content {
        padding-bottom: 64px
    }
}

@media screen and (max-width: 767px) {
    .contact_content {
        padding-bottom: 56px
    }
}

.contact_content .top_page_description {
    margin-bottom: 56px
}

.contact_box {
    margin-bottom: 56px
}

.contact_box:last-child {
    margin-bottom: 0
}

.contact_box .typical_text {
    opacity: .7
}

.contact_box_icon {
    display: flex;
    align-items: center;
    color: #fff;
    min-height: 36px;
    font-size: 1.5rem;
    line-height: 2.25rem;
    letter-spacing: -.48px;
    margin-bottom: 10px
}

.contact_soc {
    display: flex
}

.contact_soc a {
    text-decoration: none;
    margin-right: 8px
}

.contact_soc a:hover svg {
    fill: #101703
}

.contact_soc a:last-child {
    margin-right: 0
}

.contact_soc a svg {
    fill: rgba(16, 23, 3, .6);
    display: block;
    transition: all .3s
}

.thanks_content {
    padding: 9.75rem 0
}

.thanks_description {
    text-align: center
}

.thanks_description .title_page {
    margin-bottom: 24px
}

.thanks_description .btn {
    margin-top: 40px
}

.thanks_icon {
    color: #101703;
    font-weight: 800;
    font-size: 4.375rem;
    line-height: 3.9375rem;
    font-family: Poppins, sans-serif;
    letter-spacing: -3.5px;
    margin-bottom: 40px
}

@media screen and (max-width: 991px) {
    .thanks_icon {
        font-size: 56px;
        line-height: 50px
    }
}

@media screen and (max-width: 767px) {
    .thanks_icon {
        font-size: 36px;
        line-height: 32px;
        letter-spacing: -1.8px
    }
}

.typical_content {
    padding-bottom: 100px
}

@media screen and (max-width: 991px) {
    .typical_content {
        padding-bottom: 64px
    }
}

@media screen and (max-width: 767px) {
    .typical_content {
        padding-bottom: 56px
    }
}

.typical_content_wrap {
    display: flex
}

@media screen and (max-width: 767px) {
    .typical_content_wrap {
        display: block
    }
}

.typical_content_nav {
    width: 20rem;
    min-width: 20rem;
    padding-right: 40px
}

@media screen and (max-width: 767px) {
    .typical_content_nav {
        width: auto;
        min-width: auto;
        padding-right: 0;
        margin-bottom: 56px
    }
}

.typical_content_nav li {
    cursor: pointer;
    margin-bottom: 24px;
    color: #101703;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.625rem;
    font-family: Poppins, sans-serif;
    letter-spacing: -1.2px;
    opacity: .6
}

@media screen and (max-width: 767px) {
    .typical_content_nav li {
        font-size: 20px;
        line-height: 22px;
        letter-spacing: -1px
    }
}

.typical_content_nav li:last-child {
    margin-bottom: 0
}

.typical_content_nav li.current {
    opacity: 1
}

.tab_container {
    display: none
}

.tab_container.active {
    display: block
}

.careers_content .title_section {
    margin-bottom: 100px
}

@media screen and (max-width: 991px) {
    .careers_content .title_section {
        margin-bottom: 48px
    }
}

.toggle_container {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-out
}

.faq_section .title_block {
    text-align: center;
    margin-bottom: 56px
}

@media screen and (max-width: 767px) {
    .faq_section .title_block {
        margin-bottom: 40px
    }
}

.faq_accordion_box {
    border-bottom: 1px solid #e5e7e3
}

.faq_accordion_trigger {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    transition: padding .3s
}

@media screen and (max-width: 576px) {
    .faq_accordion_trigger {
        padding: 24px 0
    }
}

.faq_accordion_trigger.active .faq_accordion_arrow svg {
    transform: rotate(180deg)
}

.faq_accordion_name {
    color: #101703;
    font-weight: 800;
    font-size: 2rem;
    line-height: 2.25rem;
    font-family: Poppins, sans-serif;
    letter-spacing: -1.6px;
    transition: all .3s
}

@media screen and (max-width: 1200px) {
    .faq_accordion_name {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -1.2px
    }
}

@media screen and (max-width: 767px) {
    .faq_accordion_name {
        font-size: 20px;
        line-height: 22px;
        letter-spacing: -1px
    }
}

.faq_accordion_arrow {
    opacity: .6;
    margin-left: 24px;
    margin-top: 5px
}

@media screen and (max-width: 767px) {
    .faq_accordion_arrow {
        margin-top: 0
    }
}

.faq_accordion_arrow svg {
    display: block;
    stroke: #101703
}

.faq_accordion_info {
    padding: 0 0 30px
}

@media screen and (max-width: 576px) {
    .faq_accordion_info {
        padding: 0 0 24px
    }
}

.faq_accordion_info .btn {
    margin-top: 32px
}

.popup_careers {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 100%;
    padding: 12px 12px 0;
    background-color: rgba(16, 23, 3, .9);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.popup_careers.visible {
    opacity: 1;
    visibility: visible
}

.popup_careers.visible .popup_careers_inner {
    transform: translateY(0)
}

.popup_careers_inner {
    position: relative;
    padding: 80px 0 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 100%;
    overflow: auto;
    transform: translateY(100%);
    transition: all .3s .3s
}

.popup_careers_inner .get_started_title {
    font-size: 2rem;
    line-height: 2.2rem;
    letter-spacing: -1.6px
}

@media screen and (max-width: 767px) {
    .popup_careers_inner .get_started_title {
        font-size: 32px;
        line-height: 36px
    }
}

.popup_careers_close {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
    width: 65px;
    padding-top: 18px;
    text-align: right
}

@media screen and (max-width: 767px) {
    .popup_careers_close {
        top: 16px;
        right: 16px;
        padding-top: 8px;
        width: 35px
    }
}

.popup_careers_close:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #101703
}

@media screen and (max-width: 767px) {
    .popup_careers_close:before {
        top: 6px;
        height: 2px
    }
}

.popup_careers_close span {
    color: #101703;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.1875rem;
    letter-spacing: -.24px
}

@media screen and (max-width: 767px) {
    .popup_careers_close span {
        font-size: 10px;
        line-height: 16px;
        letter-spacing: -.2px
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg, .swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}
