.top_banner {
    position: relative;
    color: #ffffff;
}
.top_banner .bg {
    position: relative;
    padding-bottom: 123.4375%;
    height: 0;
    background-color: #0E2034;
}
.top_banner .bg img{
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
}
.top_banner .logos_wrapper {
    position: absolute;
    top:10vw;
    left:0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 5.625vw;
}
.top_banner .hi_fund_logo {
    width:41.5vw;
}
.top_banner .sanctioned_logo {
    width:42vw;
}
.top_banner .title_wrapper {
    position: absolute;
    top: 58%;
    left: 0;
    right:0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.top_banner .title1 {
    font-size: 7.8125vw;
    text-align: center;
    margin: 0;
}
.top_banner .title2 {
    font-family: OpenSansHebrew-ExtraBold;
    font-size: 18.75vw;
    text-align: center;
    margin: 0;
}
.top_banner .subtitle {
    font-size: 5vw;
    text-align: center;
    margin: 0;
}

.how_it_works {
    padding: 5.9375vw 0 10vw;
    background-color: #f7f7f7;
}
.how_it_works  .title {
    font-family: OpenSansHebrew-ExtraBold;
    text-align: center;
}
.how_it_works .title.mobile {
    font-size: 10.9375vw;
}
.how_it_works .title.desktop {
    display: none;
}
.how_it_works  .subtitle {
    font-size: 5vw;
    width: 50.93vw;
    margin: 0 auto 5vw;
    text-align: center;
}
.how_it_works .slider {
    display: flex;
    flex-wrap: wrap;
}
.how_it_works .slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 37.1875vw;
    margin: 0 auto 10vw;
}
.how_it_works .img_wrapper {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 6px 2px rgba(0,0,0,0.2);
}
.how_it_works .owl-item:last-child .img_wrapper:after {
    content:none;
}
.how_it_works .num {
    width: 12.8125vw;
    height:12.8125vw;
    border-radius: 50%;
    background-color: #08068A;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 6vw;
    font-family: OpenSansHebrew-Bold;
    margin: 6vw 0 3vw;
}
.how_it_works .text {
    font-size: 5.625vw;
    text-align: center;
    width: 48vw;
}

.club .bg {
    position: relative;
    padding-bottom: 164.0625%;
    height: 0;
    background-color: #2E435D;
}
.club .bg img{
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
}
.club .content {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    color:#ffffff;
    padding:0 5.625vw;
}
.club .title {
    font-family: OpenSansHebrew-ExtraBold;
    font-size: 10.9375vw;
    text-align: center;
    border-bottom:1px solid rgba(255,255,255,0.5);
    padding:2vw 0;
}
.club .title .about_logo {
    width: 50%;
}
.club ul {
    margin: 5vw;
}
.club li {
    font-family: Assistant-Regular;
    font-size: 5.625vw;
    list-style: disc;
    margin-bottom: 5.8125vw;
}
.club .desktop_circles {
    display: none;
}
.club .join_btn {
    display: none;
    background-color: #d70e6e;
    width: 11.0416vw;
    height: 4.0625vw;
    border-radius: 2.1vw;
    font-size: 1.25vw;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.about {
    background-color: #f7f7f7;
    font-size: 5.625vw;
}
.col_right, .col_left {
    padding:5.9375vw;
}
.about .title {
    font-family: OpenSansHebrew-ExtraBold;
    font-size: 10.9375vw;
    color:#001a3b;
    text-align: center;
}
.about .hi_center_logo {
    width:28.125vw;
    margin: 0 auto;
    max-width: 119px;
}
.about .text1 {
    border-top: 1px solid #b5b5b5;
    padding-top: 3vw;
    margin-top: 3vw;
}
.about .text2 {
    padding-top: 7vw;
}
.about .crew {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #b5b5b5;
    padding-top: 8.4375vw;
}
.about .member {
    width:37.5vw;
    flex: 0 0 37.5vw;
    text-align: center;
    font-size: 7.1875vw;
    margin-bottom: 8.125vw;
}
.about .role {
    font-size: 5vw;
    color:#d70e6e;
}
.about .img_wrapper {
    position: relative;
    padding-bottom: 100%;
    background-color: #b2b2b2;
    border-radius: 50%;
    margin-bottom: 15px;
}
.about .img_wrapper img{
    position: absolute;
    top:0;
    bottom: 0;
    right:0;
    left:0;
}

footer {
    position: relative;
    color:#ffffff;
}
footer .bg {
    position: relative;
    padding-bottom: 79.0625%;
    height: 0;
    background-color: #2E435D;
}
footer .bg img{
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
}
footer .title {
    font-size: 7.1875vw;
    margin-bottom: 5vw;
}
footer .address, footer .link  {
    font-family: OpenSansHebrew-Light;
    font-size: 4.6vw;
    margin-bottom: 5vw;
}
footer a{
    color: #ffffff;
    text-decoration: none;
}
footer .content{
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
}
footer .top {
    display: flex;
}
footer .col_right,
footer .col_left {
    position: relative;
    width:50%;
    flex: 0 0 50%;
    padding: 5.9375vw 5.9375vw 2.9375vw;
}
footer .design_line {
    position: absolute;
    left: 0;
    width: 1px;
    height:60%;
    top:20%;
    background-color:rgba(255,255,255,0.4);
}
footer .bottom {
    border-top: 1px solid rgba(255,255,255,0.5);
    margin:0 6.25vw;
    font-family: OpenSansHebrew-Light;
    font-size: 5vw;
    padding-top:4vw;
    text-align: center;
}
footer .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}
footer .link:nth-child(2) img{
    width:3.125vw;
}
footer .link:nth-child(3) img{
    width:6.25vw;
}
footer .link:nth-child(4) img {
    width: 6.75vw;
}

footer a,footer a:link,footer a:active,footer a:hover,footer a:visited {
    color:#ffffff;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .top_banner .bg {
        padding-bottom: 35.520833333333336%;
    }
    .top_banner .logos_wrapper {
        position: absolute;
        top: 1.1vw;
        left: 7vw;
        right: auto;
        padding: 0;
    }
    .top_banner .hi_fund_logo {
        width: 9.5vw;
        margin-right: 5vw;
    }
    .top_banner .sanctioned_logo {
        width: 11.2vw;
    }
    .top_banner .title_wrapper {
        position: absolute;
        top: 50%;
        left: auto;
        right: 5.57vw;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .top_banner .title1 {
        font-size: 3.64583vw;
        text-align: right;
    }
    .top_banner .title2 {
        font-size: 9.739583vw;
        text-align: right;
    }
    .top_banner .subtitle {
        font-size: 1.614583vw;
        text-align: right;
        width: 44.7916vw;
    }

    .how_it_works .title.mobile {
        display: none;
    }
    .how_it_works .title.desktop {
        display: block;
        font-size: 50px;
    }
    .how_it_works .subtitle {
        font-size: 30px;
        width: auto;
    }
    .how_it_works .owl-carousel {
        display: block;
    }
    .how_it_works .slider {
        display: flex;
        max-width: 1400px;
        margin: 0 auto;
    }
    .how_it_works .slide {
        width: 120px;
        justify-content: flex-start;
    }
    .how_it_works .img_wrapper:after {
        content: none;
    }
    .how_it_works .num {
        width: 41px;
        height: 41px;
        font-size: 21px;
        margin: 54px 0 20px;
    }
    .how_it_works .text {
        position: relative;
        font-size: 16px;
        width: 160px;
    }
    .how_it_works .text:after {
        content: '';
        background: url(../../images/arrow.svg) no-repeat;
        width: 3.38541vw;
        height: 9px;
        position: absolute;
        top: 9px;
        left: -3.7vw;
    }
    .how_it_works .slide:last-child .text:after {
        content: none;
    }
    .how_it_works .img_wrapper {
        box-shadow: 0 0px 12px 4px rgba(0, 0, 0, 0.2);
    }

    .club .bg {
        padding-bottom: 42.1875%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .club .bg img {
        width: 105%;
        height: 105%;
        filter: blur(5px);
        -webkit-filter: blur(5px);
    }
    .club .desktop_circles {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .club .desktop_circles img {
        width: 67.55208333333333%;
    }
    .club .title {
        font-size: 2vw;
        border-bottom: 0;
        padding: 0;
        width: 24vw;
        position: absolute;
        top: 42%;
        right: 38%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .club .title .about_logo {
        width: 33%;
        margin: 0.6vw 0 1.6vw;
    }
    .club li {
        position: absolute;
        font-size: 1.25vw;
        width: 10vw;
        list-style: none;
        text-align: center;
    }
    .club li:nth-child(1) {
        top: 20%;
        right: 28.5%;
        width: 10vw;
    }
    .club .text_num {
        display: block;
        font-size: 2.60416vw;
    }
    .club li:nth-child(2) {
        top: 33%;
        right: 17.4%;
        width: 7vw;
    }
    .club li:nth-child(3) {
        top: 55%;
        right: 26%;
    }
    .club li:nth-child(4) {
        top: 78%;
        right: 33.6%;
        width: 7vw;
    }
    .club li:nth-child(5) {
        top: 12%;
        right: 60%;
        width: 8vw;
    }
    .club li:nth-child(6) {
        top: 23.4%;
        right: 75.4%;
        width: 7vw;
    }
    .club li:nth-child(7) {
        top: 48.4%;
        right: 65.6%;
    }
    .club li:nth-child(8) {
        top: 70.3%;
        right: 70.8%;
    }
    .club .join_btn {
        font-family: Assistant-Regular;
        font-weight: 100;
        /*display: flex;*/
    }

    .about {
        display: flex;
        font-size: 18px;
        padding:0 13.3333vw;
    }
    .about .col_right,
    .about .col_left {
        width:50%;
        flex: 0 0 50%;
    }
    .about .col_left {
        padding-left: 0;
        padding-right: 0;
    }
    .about .col_right {
        padding-right: 0;
    }
    .about .title {
        font-size: 2.60416666vw;
        text-align: right;
    }
    .about .title_desktop {
        display: flex;
        justify-content: space-between;
        max-width: 521px;
    }
    .about .title_desktop .title {
        display: flex;
        align-items: center;
    }
    .about .hi_center_logo {
        display: flex;
        align-items: center;
    }
    .about .text1 {
        border:none;
        padding-top:30px;
        margin:0;
        max-width: 521px;
    }
    .about .text2 {
        padding-top:30px;
        max-width: 521px;
    }
    .about .crew {
        border:none;
        padding: 0;
    }
    .about .member {
        width:15.46875vw;
        flex: 0 0 15.46875vw;
        margin-bottom: 3.802083vw;
    }
    .about .member:nth-child(3), .about .member:nth-child(4) {
        margin-bottom: 0;
    }
    .about .name {
        font-size: 1.71875vw;
    }
    .about .role {
        font-size: 1.0416vw;
        color:rgba(0, 26, 59, 0.39);
    }
    .about .col_left .title {
        position: absolute;
        transform: rotate(-90deg);
        left: 2vw;
        top: 18vw;
        opacity: 0.16;
    }
    .about .col_left .title .design_line {
        border-bottom: 1px solid #000000;
        position: absolute;
        width: 44vw;
        bottom: 0.75vw;
        right: 3px;
        opacity: 0.7;
    }

    footer .top {
        justify-content: flex-start;
        padding-top: 2vw;
    }
    footer .bg {
        padding-bottom: 24.47916%;
    }
    footer .content {
        padding: 0 16.14583vw;
    }
    footer .col_right,
    footer .col_left {
        width:25vw;
        flex: 0 0 25vw;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    footer .title {
        font-family: OpenSansHebrew-Light;
        font-size: 1.71875vw;
        margin-bottom: 8px;
    }
    footer .address, footer .link  {
        font-size: 12px;
        margin-bottom: 8px;
    }
    footer .link {
        width: 50%;
    }
    footer .link:nth-child(2) img {
        width:0.78125vw;
    }
    footer .link:nth-child(3) img {
        width:1.19791vw;
    }
    footer .link:nth-child(4) img {
        width:1.19791vw;
    }

    footer .bottom {
        position: absolute;
        width: 80%;
        right: 10%;
        bottom: 0;
        margin: 0;
        padding: 16px 0;
        font-size: 12px;
    }
    footer .design_line {
        height: 66%;
        top: 12%;
    }
}
@media screen and (min-width: 1100px) {
    footer .top {
        padding-top: 5.5vw;
    }
}
@media screen and (min-width: 1200px) {
    .how_it_works .slide {
        width: 190px;
    }
    .how_it_works .num {
        width: 41px;
        height:41px;
        font-size: 21px;
        margin: 54px 0 20px;
    }
    .how_it_works .text {
        font-size: 21px;
        width: 260px;
    }
    .how_it_works .text:after {
        left: -3.7vw;
    }

    .about {
        font-size: 20px;
    }
    footer .content {

    }
    footer .col_right,
    footer .col_left {
        width:25vw;
        flex: 0 0 25vw;
        padding: 2vw 5.3375vw;
    }
    footer .title {
        font-size: 33px;
    }
    footer .top {
        padding-top: 2vw;
    }
    footer .bottom {
        font-size: 16px;
    }
}
@media screen and (min-width: 1600px) {
    footer .content {
        padding: 0 10vw;
    }
    footer .content {
        padding-top: 2vw;
    }
    footer .col_right {
        width:19vw;
        flex: 0 0 19vw;
    }
    footer .col_left {
        width:30vw;
        flex: 0 0 30vw;
    }
    footer .link {
        width: 30%;

    }
    footer .title {
        margin-bottom: 22px;
    }
    footer .link, footer .address {
        margin-bottom: 22px;
        font-size: 16px;
    }
}