@font-face {
    font-family: 'Graphik';
    src: url('/assets/fonts/Graphik-Medium.eot');
    src: local('Graphik Medium'), local('Graphik-Medium'),
        url('/assets/fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Graphik-Medium.woff2') format('woff2'),
        url('/assets/fonts/Graphik-Medium.woff') format('woff'),
        url('/assets/fonts/Graphik-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('/assets/fonts/Graphik-Semibold.eot');
    src: local('Graphik Semibold'), local('Graphik-Semibold'),
        url('/assets/fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Graphik-Semibold.woff2') format('woff2'),
        url('/assets/fonts/Graphik-Semibold.woff') format('woff'),
        url('/assets/fonts/Graphik-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('/assets/fonts/Graphik-Regular.eot');
    src: local('Graphik Regular'), local('Graphik-Regular'),
        url('/assets/fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Graphik-Regular.woff2') format('woff2'),
        url('/assets/fonts/Graphik-Regular.woff') format('woff'),
        url('/assets/fonts/Graphik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    line-height: 1.2;
    font-family: 'Graphik';
    font-weight: normal;
    overflow-x: hidden;
}

body {
    margin: 0;
    background: #000;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1170px;
    padding: 0px 15px;
    margin: auto;
}

.visible-xs {
    display: none !important;
}

.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.head-wrapper {
    justify-content: space-between;
}

header#masthead {
    padding: 15px 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.main_slider {
    padding-top: 156px;
    padding-bottom: 80px;
    background: linear-gradient(0deg, rgb(0 0 0 / 45%) 0%, rgb(0 0 0 / 45%) 100%), url(/assets/img/slide_bg.jpg) lightgray 50% / cover no-repeat;
}

h1 {
    color: var(--Surface-main, #FFF);
    font-family: Unbounded;
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 64px; /* 114.286% */
    text-transform: uppercase;
    max-width: 650px;
    margin-top: 30px;
    margin-bottom: 15px;
}

nav.nav-menu a {
    margin: 0px 12px;
    padding: 16px 8px;
    color: var(--Header-Footer-text-reversed, #FFF);

/* Body 1 */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.main-btn {
    color: var(--text-text-reversed, #000);
    text-align: center;

/* Button */
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
    padding: 18px 16px 14px;
    border-radius: 16px;
    background: #FCA928;
    display: inline-block;
    line-height: 1.1;
}

.slider-content p {
    color: var(--Surface-main, #FFF);
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    max-width: 550px;
    margin-bottom: 40px;
}

.main_slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 95px;
    background: linear-gradient(0deg, rgba(28, 2, 74, -9.55) 0%, rgb(0 0 0 / 45%) 100%);
}

.main_slider:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(28, 2, 74, -9.55) 0%, #000000 100%);
    height: 130px;
}

header#masthead {
    z-index: 2;
}

.slider-content {
    position: relative;
    z-index: 3;
}

.align-baseline {
    align-items: flex-start;
}

div#about {
    padding: 48px 0px;
}

.mission-text {
    width: calc(55% - 40px);
    margin-right: 40px;
}

.default-title {
    color: #FFF;
    font-family: Unbounded;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2; /* 125% */
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 40px;
    max-width: 100%;
}

p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}

ul.mission-list {
    padding-left: 0;
    width: 45%;
    margin: 0px;
    list-style: none;
}

ul.mission-list li {
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 24px;
    display: flex;
    overflow: hidden;
    min-height: 144px;
}

.mission-icon {
    background: rgba(255, 255, 255, 0.05);
    padding: 16px 32px;
    max-width: 170px;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 3px solid #fec22b6b;
}

ul li .mission-text {
    width: auto;
    margin-right: 0;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
    padding: 20px 40px;
}

span.mission_item-title {
    color: var(--Surface-main, #FFF);
    font-family: Unbounded;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2; /* 175% */
    text-transform: uppercase;
    display: block;
    margin-bottom: 7px;
}

span.mission_item-desc {
    color: #FFDA65;
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.mission-icon {}

.text-center {
    text-align: center;
}

div#what-we-do {
    background: linear-gradient(180deg, #000 0%, rgba(28, 2, 74, 0.00) 100%), linear-gradient(180deg, rgba(28, 2, 74, 0.00) 0%, #000 100%), url('/assets/img/what_bg.jpg') lightgray 60% / cover no-repeat;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 64px 0px;
}

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

.what_lists .what_item {
    flex-basis: calc(50% - 24px);
    margin: 12px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.what_item-head {
    border-bottom: 2px solid rgb(252 169 40 / 30%);
    background: rgb(252 169 40 / 10%);
    color: #FFF;
    font-family: Unbounded;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    padding: 24px 40px;
}

.what_item-body ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.what_item-body {
    padding: 24px 40px;
}

.what_item-body ul li {
    border-radius: 16px;
    border: 2px solid rgb(252 169 40 / 15%);
    background: rgba(255, 255, 255, 0.10);
    padding: 8px 16px;
    margin-right: 8px;
    margin-bottom: 16px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.what_bottom {
    margin-top: 40px;
}

a.main-btn.add_padding {
    padding-left: 50px;
    padding-right: 50px;
}

.main_slider {
    position: relative;
}

div#team {
    padding-top: 48px;
    padding-bottom: 64px;
}

.team_inner {
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 40px;
}

.team-content p {
    margin-top: 0;
}

.team-image {
    margin-right: -160px;
    margin-top: -60px;
}

.team-content {
    width: 69%;
    margin-right: 40px;
}

ul.team_lists {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0px -12px;
    align-items: baseline;
}

ul.team_lists li {
    flex-basis: calc(50% - 24px);
    margin: 12px;
    border-left: 2px solid rgb(252 169 40 / 30%);
    padding-left: 16px;
}

ul.team_lists p {
    font-size: 16px;
    margin-bottom: 0;
}

span.team_item-title {
    color: #FCA928;
    font-family: Unbounded;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 16px;
}

p.subtitle {
    text-align: center;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2; /* 133.333% */
}

#platforms .default-title {
    margin-bottom: 16px;
}

div#platforms {
    padding: 64px 0px;
    background: linear-gradient(180deg, #000 0%, rgba(28, 2, 74, 0.00) 100%), linear-gradient(180deg, rgba(28, 2, 74, 0.00) -40%, #000 100%), url('/assets/img/what_bg.jpg') lightgray 50% / cover no-repeat;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-position: center;
}

ul.platforms_lists {
    margin: 40px -20px 0px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

ul.platforms_lists li.platform_item {
    flex-basis: calc(33.33% - 40px);
    margin: 20px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out;
}

ul.platforms_lists li.platform_item a {
    display: flex;
    align-items: center;
    padding: 32px;
}

.platforms_lists a span {
    color: #FFF;
    font-family: Graphik;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2; /* 133.333% */
    text-transform: capitalize;
    margin-left: 24px;
}

nav.nav-menu a {
    transition: border 0.4s ease-in-out;
    border-bottom: 2px solid transparent;
}

nav.nav-menu a:hover, nav.nav-menu a.active-menu {
    border-bottom: 2px solid #FCA928;
}

.main-btn {
    border: 1px solid #FCA928;
    transition: all 0.4s ease-in-out;
}

.main-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

ul.mission-list li {
    transition: all 0.4s ease-in-out;
}

ul.mission-list li:hover {
    transform: translate(0px, -4px);
}

.what_item-body ul li:hover {
    background: #FCA928;
    color: #000;
}

.what_item-body ul li {
    transition: all 0.4s ease-in-out;
}

ul.platforms_lists li.platform_item {
    transition: all 0.4s ease-in-out;
}

ul.platforms_lists li.platform_item:hover {
    border: 1px solid #FCA928;
    background: rgb(252 169 40 / 20%);
}

.slider-content p span {
    color: #FFDA65;
    font-weight: 600;
}
.main_wrapper.faq_wrapper {
    background: linear-gradient(180deg, #000 0%, rgba(28, 2, 74, 0.00) 100%), linear-gradient(180deg, rgba(28, 2, 74, 0.00) 0%, #000 100%), url('/assets/img/what_bg.jpg') lightgray 60% / cover no-repeat;
    padding-top: 130px;
    background-position-x: left;
    padding-bottom: 80px;
}

.faq_lists {
    max-width: 765px;
    margin-left: auto;
}

.faq_item-head {
    border-radius: 32px;
    background: rgb(252 169 40 / 10%);
    padding: 24px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
    font-family: Unbounded;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}

.faq_item {
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    margin-bottom: 15px;
}

span.faq_btn-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    min-width: 55px;
    min-height: 55px;
    border-radius: 16px;
    border: 1px solid #FCA928;
    background: rgba(255, 255, 255, 0.05);
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

span.faq_btn-toggle:hover {
    background-color: #FCA928;
}

span.faq_btn-toggle span {
    width: 20px;
    height: 2px;
    background: #fff;
    display: block;
}

span.faq_btn-toggle span:first-child {
    position: absolute;
    transform: rotate(90deg);
    transition: all 0.4s ease-in-out;
}

.faq_body-inner p {
    color: #FFF;
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-top: 0;
}

.faq_body-inner {
    padding: 24px 40px;
}

.faq_body-inner p:last-child {
    margin-bottom: 0;
}

.faq_item-body {
    transition: all 0.4s ease-in-out;
    max-height: 0px;
    overflow: hidden;
    border-top: 2px solid rgb(252 169 40 / 0%);
}

.open .faq_item-body {
    border-color: rgb(252 169 40 / 30%);
    max-height: 200px;
}

.open .faq_item-head {
    border-radius: 32px 32px 0px 0px;
}

.open span.faq_btn-toggle span:first-child {
    transform: rotate(0deg);
}

.joinus_form {
    border-radius: 32px;
    border: 1px solid #FCA928;
    max-width: 640px;
    margin: auto;
    padding: 40px;
    margin-top: 50px;
}

.joinus_form form {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    padding: 32px;
}

.form_step {
    display: none;
}

.form_step.active {
    display: block;
}

.bottom_form {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}

.next_step {
    border-radius: 16px;
    border: 1px solid #FCA928;
    background: rgba(255, 255, 255, 0.08);
    color: #FFF;
    text-align: center;
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
    padding: 16px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.next_step:hover {
    background-color: #FCA928;
}

.form_back {
    display: none;
}

.value_dropdown-wrapper {
    border-radius: 16px;
    border: 1px solid var(--outline-outline-secondary, #A3A3A3);
    background: rgba(255, 255, 255, 0.05);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.custom_dropdown {
    position: relative;
}

.current_value-dropdown {
    color: #FFF;
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

span.arrow-down {
    width: 24px;
    height: 24px;
    display: block;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M7.41 8.59003L12 13.17L16.59 8.59003L18 10L12 16L6 10L7.41 8.59003Z" fill="white"/></svg>');
}

.dropdown_value {
    border-radius: var(--Corner-radius-corner-small, 4px);
    background: #000;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.14), 0px 3px 14px 0px rgba(0, 0, 0, 0.12), 0px 5px 5px 0px rgba(0, 0, 0, 0.20);
    position: absolute;
    left: 0;
    right: 0;
    top: 63px;
    transition: all 0.4s ease-in-out;
    max-height: 0px;
    overflow: hidden;
}

.dropdown_value div {
    overflow: hidden;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2; /* 150% */
    padding: 8px 16px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.dropdown_value div:hover {
    background: rgb(252 169 40 / 12%);
}

.open .dropdown_value {
    max-height: 500px;
}

span.error-text {
    font-size: 14px;
    display: block;
    margin-top: 5px;
    color: red;
}

.form-control-group input, .form-control-group textarea {
    border-radius: 16px;
    border: 1px solid var(--outline-outline-secondary, #A3A3A3);
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    padding: 16px;
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.form-control-group {
    margin-bottom: 16px;
}

.form-control-group input::placeholder, .form-control-group textarea::placeholder {
    color: #fff;
}

.form-control-group textarea {
    height: 128px;
}

.bottom_form {
    justify-content: flex-end;
}

.form_step.first_step {
    margin-bottom: 16px;
}

div#post_form_success {
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.success_title {
    color: #FFF;
    text-align: center;
    font-family: Unbounded;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px; /* 100% */
    text-transform: uppercase;
}

.success_subtitle {
    color: #FFF;
    text-align: center;
    font-family: Graphik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    margin-top: 20px;
}

.main_wrapper.faq_wrapper.join_us-wrapper {
    min-height: 100vh;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 290%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%), url('/assets/img/what_bg.jpg') lightgray 60% / cover no-repeat;
    background-size: 160%;
    background-position-x: left;
}

input:focus, textarea:focus {
    outline: none;
    box-shadow: none;
}

footer#footer {
    padding: 50px 0px;
    margin-top: 0px;
    background: #000;
    margin-top: -1px;
    position: relative;
}

.footer-wrapper.d-flex {
    justify-content: space-between;
    align-items: flex-end;
}

.footer-social ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.footer-social ul li {
    margin-left: 20px;
}

.footer-social ul li:first-child {
    margin-left: 0;
}

.footer-social-title {
    font-family: Graphik;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #fff;
}

.footer-menu img {
    margin-bottom: 24px;
}

.footer-nav-title {
    font-family: Graphik;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

.footer-nav nav a {
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #fff;
    margin-right: 25px;
}

.mission-icon img {
    max-width: 80px;
}

.footer-powered {
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #fff;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 2px solid rgb(252 169 40 / 30%);
}

a.main-btn-transparent {
    color: var(--text-text-reversed, #FFF);
    text-align: center;
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    padding: 18px 16px 14px;
    border-radius: 16px;
    background: transparent;
    display: inline-block;
    line-height: 1.1;
    border: 1px solid #FCA928;
    margin-right: 5px;
    transition: all 0.4s ease-in-out;
}

a.main-btn-transparent:hover {
    background: #FCA928;
    color: #000;
}

.slide-inner {
    border-radius: 32px;
    border: 2px solid rgb(252 169 40 / 30%);
    background: #ffda652e;
    padding: 8px;
}

.slide-image img {
    width: 100%;
    border-radius: 32px 32px 0px 0px;
}

.slide-caption {
    border-radius: 0px 0px 32px 32px;
    background: rgb(255 218 101 / 5%);
    backdrop-filter: blur(10px);
    padding: 16px 24px;
}

span.slide-item-title {
    color: #FFF;
    font-family: Unbounded;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3; /* 133.333% */
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.slide-item-title img {
    margin-left: 8px;
}

.slide-bar {
    border-radius: 24px;
    background: rgb(255 218 101 / 5%);
    padding: 16px 24px;
    margin-top: 15px;
}

span.percent-value {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Unbounded;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
}

span.percent-title {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Graphik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.slick-arrow-wrapper {
    display: flex;
    align-items: center;
}

.item-slide {
    margin: 0px 12px;
}

.slick-prev {
    transform: rotate(180deg);
}

button.custom-slick-arrow {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    border-radius: 64px;
    background: #ffda6552;
    width: 64px;
    height: 64px;
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.title-with-arrow {
    align-items: baseline;
}

.slick-arrow-wrapper button {
    margin-left: 10px;
}

button.custom-slick-arrow.slick-disabled {
    background: rgba(255, 255, 255, 0.05);
}

button.custom-slick-arrow.slick-disabled img {
    opacity: 0.5;
}

.who-we-work ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    list-style: none;
    padding: 0px;
}

.who-we-work ul.slick-dots button {
    content: '';
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.40);
    border: none;
    width: 12px;
    font-size: 0px;
    height: 12px;
    margin: 0px 8px;
}


.who-we-work li.slick-active button {
    width: 28px;
    background: #fff;
}

/* .who-we-work .slick-track {
    margin-left: calc((100vw - 1170px) / 2);
    padding-right: calc((100vw - 1170px) / 2);
} */
  
.percent-circle {
    position: relative;
    width: 120px;
    height: 120px;
}

.percent-circle svg {
    position: absolute;
}

.slide-bar.d-flex {
    align-items: center;
    justify-content: space-between;
}

span.percent-slide.percent-men {
    text-align: right;
    /* margin-right: 10px; */
}

.percent-men span.percent-title:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #000;
    border-radius: 100%;
    margin-left: 6px;
}

span.percent-title {
    display: flex;
    align-items: center;
}

.percent-men span.percent-title {
    justify-content: flex-end;
}

span.percent-title.percent-women:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #FCA928;
    border-radius: 100%;
    margin-right: 6px;
}

.percent-circle {
    margin: 0px 10px;
}

.percent-circle svg {
    width: 100%;
    /* transform: rotate(-75deg); */
}

.percent-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

span.percent-circle-val {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Unbounded;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
}

span.percent-circle-text {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Graphik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; /* 24px */
}

div#who-we-work {
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%), url(/assets/img/staff/we-work-bg.jpg) lightgray 60% / cover no-repeat;
    padding: 64px 0px;
}

.item-scale-slide {
    margin: 0px 15px;
}

.item-scale-inner img {
    width: 100%;
}

.item-scale-inner img {}

.item-scale-inner img {
    border-radius: 32px;
}

.item-scale-inner {
    border: 1px solid rgba(245, 34, 192, 0.30);
    border-radius: 32px;
    padding: 8px;
    position: relative;
}

.item-scale-content {
    border: 2px solid rgba(245, 34, 192, 0.30);
    background: rgba(245, 34, 192, 0.15);
    backdrop-filter: blur(6px);
    position: absolute;
    left: 8px;
    right: 8px;
    padding: 24px;
    top: calc(50% - 55px);
    height: 110px;
}

span.scale-item-title {
    display: block;
    text-align: center;
    color: #FFF;
    font-family: Unbounded;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3; /* 114.286% */
    text-transform: uppercase;
}

span.scale-item-subtitle {
    text-align: center;
    display: block;
    color: #FFDA65;
    font-family: Graphik;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 150% */
}

.item-scale-inner img {
    width: 100%;
}

.item-scale-inner img {}

.item-scale-inner img {
    border-radius: 32px;
}

.item-scale-inner {
    border: 1px solid rgb(239 197 102 / 30%);
    border-radius: 32px;
    padding: 8px;
    position: relative;
}

.item-scale-content {
    border: 2px solid rgb(239 197 102 / 30%);
    background: rgb(239 197 102 / 15%);
    backdrop-filter: blur(6px);
    position: absolute;
    left: 8px;
    right: 8px;
    padding: 24px;
    top: calc(50% - 55px);
    height: 110px;
}

span.scale-item-title {
    display: block;
    text-align: center;
    color: #FFF;
    font-family: Unbounded;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3; /* 114.286% */
    text-transform: uppercase;
}

span.scale-item-subtitle {
    text-align: center;
    display: block;
    color: #FFDA65;
    font-family: Graphik;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 150% */
}

.scale_project_wrapper {
    padding: 64px 0px 40px;
}

.default-subtitle-scale {
    color: #FFF;
    text-align: center;
    font-family: Graphik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 133.333% */
    margin-bottom: 40px;
}

p.bottom-scale-text {
    color: #FFF;
    text-align: center;
    font-family: Unbounded;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4; /* 100% */
    text-transform: uppercase;
}

.scale_project_wrapper ul.slick-dots {
    list-style: none;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scale_project_wrapper ul.slick-dots button {
    content: '';
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.40);
    border: none;
    width: 12px;
    font-size: 0px;
    height: 12px;
    margin: 0px 8px;
}

.scale_project_wrapper li.slick-active button {
    width: 28px;
    background: #fff;
}

.scale_project_wrapper ul.slick-dots {
    margin: 40px 0px;
}

.logo img {
    width: 100%;
    max-width: 70px;
}







@media (min-width: 1360px) {
    .mission-text {
        position: sticky;
        top: 30%;
    }
}



@media (max-width: 1440px) {
    .slide-caption {
        padding: 15px;
    }
    
    .slide-inner {
        padding: 5px;
    }

    span.percent-value {
        font-size: 17px;
    }

    span.percent-circle-val {
        font-size: 19px;
    }
    
    span.slide-item-title {
        font-size: 19px;
    }
    
    .slide-bar.d-flex {
        padding: 16px;
    }
    
    span.percent-title {
        font-size: 14px;
    }

}


@media (max-width: 1360px) {
    .team-image {
        max-width: 300px;
    }
    
    .team-image img {
        width: 100%;
    }
}

@media (max-width: 1140px) {
    .team-image img {
        width: 100%;
    }
    
    .team-image {
        margin-right: -40px;
    }

    h1 {
        line-height: 1.2;
        font-size: 44px;
    }

    span.mission_item-title {
        font-size: 25px;
    }
    
    ul li .mission-text {
        padding: 20px;
    }
    
    .what_item-head {
        padding: 24px 30px;
    }
    
    .what_item-body {
        padding: 24px 30px;
    }

    nav.nav-menu a {
        margin: 0px 5px;
    }

    .item-scale-slide {
        margin: 0px 7px;
    }

    span.scale-item-title {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .visible-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none;
    }

    .hidden-xs {
        display: none;
    }
    
    .logo img {
        max-width: 45px;
    }
    
    h1 {
        font-size: 36px;
        text-align: center;
        text-transform: none;
        margin-left: auto;
        margin-right: auto;
    }
    
    .scale_project_wrapper {
        padding: 32px 0px 32px;
    }

    div#who-we-work {
        padding: 32px 0px;
    }

    .slider-content p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .main_slider .main-btn {
        width: 100%;
    }
    
    .main_slider {
        padding-top: 110px;
    }
    
    div#about {
        padding: 32px 0px;
    }
    
    .flex-column-mob {
        flex-direction: column;
    }
    
    .mission-text {
        width: 100%;
        margin-right: 0;
    }
    
    ul.mission-list {
        width: 100%;
    }
    
    span.mission_item-title {
        font-size: 16px;
    }
    
    .mission-icon img {
        width: 56px;
        
    }
    
    .mission-icon {
        padding: 16px 24px;
        width: 140px;
        min-width: 140px;
    }
    
    ul.mission-list li {
        min-height: 110px;
    }
    
    div#what-we-do {
        padding: 10px 0px 40px;
    }
    
    .default-title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    
    .what_lists .what_item {
        flex-basis: 100%;
        min-width: calc(100vw - 70px);
    }

    .slick-list.draggable {
        padding-left: 0px !important;
    }
    
    .what_lists {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    
    .what_item-head {
        font-size: 16px;
    }
    
    .team_inner {
        padding: 40px 24px 24px;
    }
    
    .default-subtitle-scale {
        text-align: left;
        font-size: 16px;
    }
    
    .team-content {
        width: 100%;
        margin-right: 0;
    }
    
    .team-content h2 {
        text-align: center;
    }
    
    .team-content p {
        font-size: 16px;
    }
    
    ul.team_lists li {
        flex-basis: calc(100% - 24px);
    }
    
    div#team {
        padding: 40px 0px;
    }
    
    a.main-btn.add_padding {
        width: 100%;
    }
    
    ul.platforms_lists {
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-top: 20px;
    }
    
    p.subtitle {
        margin-bottom: 0;
        font-size: 16px;
    }
    
    ul.platforms_lists li.platform_item a {
        padding: 16px 24px;
        white-space: nowrap;
    }

    nav.nav-menu {
        background: #000;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        min-height: 100vh;
        flex-direction: column;
        display: flex;
        text-align: center;
        padding-top: 70px;
        transform: translate(0px, -100%);
        opacity: 0;
        visibility: hidden;
    }
    
    header#masthead {
        z-index: 9;
        padding: 7px 0px;
        position: fixed;
        left: 0;
        right: 0;
        right: 0;
        background: #000;
        backdrop-filter: blur(10px);
    }
    
    nav.nav-menu a {
        padding: 8px;
    }
    
    .logo {
        position: relative;
        z-index: 9;
        width: 100%;
        text-align: center;
        padding-right: 32px;
    }
    
    
    .btn-menu.toggle-menu {
        background: transparent;
        border: none;
    }
    
    .btn-menu.toggle-menu span {
        height: 2px;
        width: 20px;
        background: #fff;
        display: block;
        margin: 5px 0px;
    }
    
    .head-wrapper.d-flex.align-center {
        flex-direction: row-reverse;
    }

    ul.platforms_lists {
        margin: 40px -15px 0px;
        display: block;
    }

    .platform_item a img {
        height: 74px;
    }

    div#about {
        overflow: hidden;
    }
    
    div#what-we-do {
        overflow: hidden;
    }
    
    div#platforms {
        overflow: hidden;
    }

    .main_slider {
        padding-top: 80px;
    }

    nav.nav-menu {
        transition: all 0.4s ease-in-out;
    }
    
    .open-menu nav.nav-menu {
        transform: translate(0px, 0px);
        opacity: 1;
        visibility: visible;
    }
    
    .btn-menu.toggle-menu {
        position: relative;
        z-index: 91;
    }
    
    button.visible-xs.btn-menu.toggle-menu span {
        transition: all 0.4s ease-in-out;
    }
    
    .open-menu button.visible-xs.btn-menu.toggle-menu span:nth-child(2) {
        opacity: 0;
    }
    
    .open-menu button.visible-xs.btn-menu.toggle-menu span:last-child {
        transform: rotate(45deg);
        position: relative;
        top: -10px;
    }
    
    .open-menu button.visible-xs.btn-menu.toggle-menu span:first-child {
        transform: rotate(-45deg);
        position: relative;
        top: 4px;
    }

    .mission-text p {
        font-size: 16px;
    }

    .main_wrapper.faq_wrapper {
        padding-top: 80px;
    }
    
    .faq_item-head {
        font-size: 16px;
        padding: 20px;
    }
    
    .faq_item-head > span {
        margin-left: 10px;
    }
    
    .faq_body-inner {
        padding: 20px;
    }

    .main_wrapper.faq_wrapper.join_us-wrapper {
        background: #1c0649;
    }
    
    .joinus_form {
        padding: 16px;
    }
    
    .joinus_form form {
        padding: 32px 16px;
    }
    
    .success_title {
        font-size: 24px;
        line-height: 1.4;
    }
    
    .success_subtitle {
        font-size: 16px;
    }
    
    div#post_form_success {justify-content: flex-start;padding-top: 20px;}

    .footer-wrapper.d-flex {
        flex-direction: column;
        align-items: baseline;
    }
    
    .footer-social {
        margin-top: 30px;
    }
    
    .footer-menu a {
        margin-bottom: 10px;
        display: inline-block;
    }

    ul.slick-dots button {
        content: "";
        font-size: 0px;
        line-height: 0;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        padding: 0px;
        border: none;
        background: rgba(255, 255, 255, 0.4);
    }
    
    ul.slick-dots {
        list-style: none;
        padding: 0px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    ul.slick-dots li {
        margin: 0px 2px;
    }
    
    ul.slick-dots .slick-active button {
        width: 16px;
        background: rgba(255, 255, 255, 1);
    }

    nav.nav-menu a:last-child {
        border-bottom: 1px solid #FCA928;
        background: #FCA928;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 10px;
    }

    .who-we-work ul.slick-dots {
        margin-top: 10px;
    }
    
    .who-we-work ul.slick-dots button {
        width: 8px;
        height: 8px;
        margin: 0px 0px;
    }
    
    ul.slick-dots .slick-active button {
        width: 12px;
    }

    .scale_project_wrapper ul.slick-dots {
        margin-top: 10px;
    }
    
    .scale_project_wrapper ul.slick-dots button {
        width: 8px;
        height: 8px;
        margin: 0px 0px;
    }
    
    ul.slick-dots .slick-active button {
        width: 12px;
    }

    p.bottom-scale-text {
        font-size: 18px;
        margin-top: -20px;
    }

    span.scale-item-title {
        font-size: 20px;
        margin-bottom: 4px;
        margin-top: -3px;
    }

}

@media (max-width: 450px) {
    .main_slider {
        padding-top: 50px;
        padding-bottom: 230px;
        background-size: 200%;
        background-color: transparent;
        background-position-y: 330px;
    }

    div#about {
        padding-top: 0px;
    }
}


@media (max-width: 375px) {
    .what_item-head {
        padding: 20px;
    }
    
    .what_item-body {
        padding: 20px;
    }
    
    .what_item-body ul li {
        padding: 8px 12px;
        font-size: 15px;
    }

    h1 {
        font-size: 32px;
    }
}

.footer-menu img {
    max-width: 100px;
}