
.hero {
    position: relative;
    /*height: 100vh;*/
    max-height: 1200px;
    /*background: #003750;*/
    overflow: hidden;
    padding-bottom: 80px
}

.mainBgImg {
    position: absolute;
    top: 0;
    width: 60vw;
    height: auto;
    right: -0px;
    z-index: 500;
}

.latestBgImg {
    position: absolute;
    top: 0vh;
    width: 140vw;
    height: auto;
    left: 50px;
    z-index: 0;
    pointer-events: none;
}

.fingerprintImg {
    position: absolute;
    top: 10vh;
    width: 50vw;
    height: auto;
    right: -0px;
    opacity: 40%;
    z-index: 100;
}

.lastRoundImg {
    position: absolute;
    top: -70vh;
    width: 60vw;
    height: auto;
    right: -20vw;
}

.section.cyberResilience .principle {
    padding: 15px 0;
    border-bottom: 1px solid #116990;
}

.section.cyberResilience .principle.first {
    border-top: 1px solid #116990;
}

.section.cyberResilience .title,
.section.cyberResilience .text,
.section.cyberResilience .image {
    font-family: "Din", Sans-serif;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

.section.cyberResilience .principle img {
    max-width: 250px;
}

.section.cyberResilience .principle .text {
    color: white;
    font-size: 20px;
    font-weight: 300;
}

.section.cyberResilience .principle .link {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.section.cyberResilience {*/
/*    background: url(../img/bg-src/empreinte.png) no-repeat 0 50%;*/
/*    background-position: right;*/
/*}*/

.is-touch .hero {
    /*height: var(--vh);*/
    max-height: none
}

.hero__wrap {
    position: relative;
    z-index: 500;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hero__content {
    display: none
}

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

.hero__bg-video img, .hero__bg-video video {
    -o-object-fit: cover;
    object-fit: cover
}

.hero__bg-video video {
    position: relative;
    z-index: 0;
    height: 100%;
    width: 100%
}

.is-edge .hero__bg-video video, .is-ie .hero__bg-video video {
    -o-object-fit: none;
    object-fit: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150vw;
    height: 150vh
}

.hero__bg-shapes, .hero__bg-video img, .hero__canvas-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.hero__bg-shapes {
    pointer-events: none;
    opacity: 0;
    font-size: 0
}

.hero__bg-shapes.is-visible {
    opacity: 1
}

.hero__bg-shapes .svg {
    position: absolute;
    top: 530px;
    left: -537px;
    width: 5300px;
    height: 5300px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.hero__bg-shapes .shapes {
    top: 152px;
    left: calc(50% + 480px);
    width: 70%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hero__bg-shapes .circles, .is-ie .hero__bg-shapes .lines {
    position: absolute
}

.hero__bg-shapes .lines {
    position: fixed;
    -webkit-clip-path: url(#rect-mask-lines);
    clip-path: url(#rect-mask-lines)
}

.hero__bg-shapes .lines--fat {
    -webkit-clip-path: url(#circle-mask-lines);
    clip-path: url(#circle-mask-lines)
}

.hero__bg-shapes .circles--fat {
    -webkit-clip-path: url(#circle-mask);
    clip-path: url(#circle-mask)
}

.banner-nl-wrapper {
    display: none
}

.banner-nl-wrapper.is-active {
    display: block
}

.banner-nl {
    background: #fff;
    border-radius: 24px;
    -webkit-box-shadow: 0 32px 32px rgba(0, 55, 80, .1);
    box-shadow: 0 32px 32px rgba(0, 55, 80, .1)
}

.banner-nl .btn span {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.latestContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.latest-updates__slider-wrap {
    margin: 0 -36px
}

/*.latest-updates__slider-wrap .swiper-slide {*/
/*    padding-bottom: 32px*/
/*}*/

/*.latest-updates__slider-wrap .swiper-container {*/
/*    padding: 0 24px 24px*/
/*}*/

.latest-updates__slider-wrap .swiper-pagination {
    display: none;
    position: static;
    width: 100%
}

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

.latest-updates-section__bg-block {
    position: relative;
    height: 100%
}

.latest-updates-section__bg-block::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 5000px;
    z-index: -1;
    /*background: #00bed7*/
}

.latest-updates-section__bg .col, .latest-updates-section__bg .m-container, .latest-updates-section__bg .row {
    height: 100%
}

.latest-updates-section__circles {
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 3;
    font-size: 0;
    -webkit-transform: translate(-8%, -50%);
    -ms-transform: translate(-8%, -50%);
    transform: translate(-8%, -50%);
    pointer-events: none
}

.latest-updates-section__lines {
    position: absolute;
    top: 0;
    left: 0;
    background-attachment: fixed;
    z-index: 2;
    background-position: left 0
}

.latest-updates-section .block__content, .wall {
    z-index: 4
}

.hero-wrapper {
    position: relative;
    z-index: 3
}

.home-main-wrapper {
    position: relative;
    z-index: 4
}

.banner-wrapper {
    position: relative
}

.banner-wrapper .banner-nl-wrapper {
    width: 100%;
    position: absolute;
    z-index: 6;
    bottom: 100%;
    left: 50%;
    opacity: 0;
    -webkit-transition: opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1);
    transition: transform .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1);
    transition: transform .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate(-50%, 102%);
    -ms-transform: translate(-50%, 102%);
    transform: translate(-50%, 102%);
    min-height: 255px
}

.is-edge .banner-wrapper .banner-nl-wrapper {
    -webkit-transform-style: flat;
    transform-style: flat
}

.banner-wrapper .banner-nl-wrapper.is-show {
    opacity: 1;
    -webkit-transform: translate(-50%, 66%);
    -ms-transform: translate(-50%, 66%);
    transform: translate(-50%, 66%)
}

@media only screen and (max-height: 800px) and (min-width: 1025px) {
    .hero {
        padding-bottom: 0
    }

    .hero__container {
        padding-top: 0
    }

    .hero__wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .hero__content-wrap.col {
        width: 65%
    }

    .hero__content-wrap .title {
        font-size: 40px
    }
}

@media only screen and (orientation: portrait) {
    .is-touch .hero__bg-shapes .svg {
        top: 738px
    }
}

@media only screen and (min-width: 1921px) {
    .hero__bg-shapes .svg {
        top: 630px
    }
}

@media only screen and (max-height: 900px) and (max-width: 900px) and (orientation: landscape) and (max-width: 959px) {
    .is-touch .hero {
        padding-bottom: 200px
    }
}

@media only screen and (max-height: 900px) and (max-width: 900px) and (orientation: landscape) and (max-width: 719px) {
    .is-touch .hero {
        padding-bottom: 120px
    }
}

@media only screen and (max-height: 900px) and (max-width: 900px) {
    .is-touch .hero {
        height: auto;
        min-height: var(--vh)
    }

    .hero__wrap {
        height: auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .is-touch .hero__bg-shapes .svg.svg {
        top: 100px;
        left: -340px
    }

    .hero__bg-shapes div.shapes {
        left: 0;
        width: 100%;
        top: calc(var(--vh) * .6)
    }

    .is-touch .hero__bg-shapes div.shapes {
        left: 0
    }

    .hero__bg-shapes path.lines--fat {
        -webkit-clip-path: url(#circle-mask-lines-mob);
        clip-path: url(#circle-mask-lines-mob)
    }

    .hero__bg-shapes g.circles--fat {
        -webkit-clip-path: url(#circle-mask-mob);
        clip-path: url(#circle-mask-mob)
    }
}

@media only screen and (max-height: 900px) and (max-width: 900px) and (orientation: landscape) {
    .hero .hero__container {
        padding-top: 0
    }

    .hero .hero__container .col {
        width: 85%
    }

    .is-touch .hero__bg-shapes .svg.svg {
        left: -50px;
        top: 60px
    }
}

@media only screen and (max-width: 1239px) {

    #ctf .ctf-tweet-items {
        flex-wrap: wrap;
    }

    #ctf .ctf-tweet-items .ctf-item {
        width: 47%;
    }

    .section.cyberResilience .principle .text {
        font-size: 18px;
        line-height: 22px;
    }

    .section.cyberResilience .principle img {
        max-width: 200px;
    }

    .footer__bottom-text .footer__menu {
        flex-direction: row;
        justify-content: center;
        gap: 2rem;
    }

    .hero {
        padding-bottom: 154px
    }

    .hero__bg-shapes .svg {
        left: -600px
    }

    .hero__bg-shapes .shapes {
        top: 136px;
        left: calc(50% + 288px)
    }

    .is-touch .hero__bg-shapes .shapes {
        left: calc(50% + 274px)
    }

    .latest-updates__slider-wrap .swiper-pagination {
        display: block
    }

    .latest-updates__slider-wrap .swiper-pagination.is-hide-on-tablet {
        display: none
    }

    .banner-wrapper .banner-nl-wrapper.is-show {
        -webkit-transform: translate(-50%, 70%);
        -ms-transform: translate(-50%, 70%);
        transform: translate(-50%, 70%)
    }
}

@media only screen and (max-width: 959px) {
    .section.cyberResilience .title, .section.cyberResilience .text, .section.cyberResilience .image {
        justify-content: center;
        text-align: center;
    }

    .section.cyberResilience .principle .link {
        display: none;
    }

    .section.cyberResilience .image img {
        max-width: 300px;
    }

    .hero__bg-shapes .svg {
        left: -700px;
        top: 738px
    }

    .hero__bg-shapes .shapes {
        left: calc(50% + 256px)
    }

    .is-touch .hero__bg-shapes .shapes {
        left: calc(50% + 230px)
    }

    .latest-updates__slider-wrap .swiper-pagination.is-hide-on-tablet {
        display: none
    }

    .banner-wrapper .banner-nl-wrapper.is-show {
        -webkit-transform: translate(-50%, 54%);
        -ms-transform: translate(-50%, 54%);
        transform: translate(-50%, 54%)
    }
}

@media (max-width: 767px) {
    .footer__bottom-text .footer__menu {
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
    }

    #ctf .ctf-tweet-content {
        margin-left: 0;
    }

    #ctf .ctf-tweet-items .ctf-item {
        width: 100%;
    }

    .plyr__time + .plyr__time {
        display: none
    }
}

@media only screen and (max-width: 719px) {

    .section.cyberResilience .image img {
        max-width: 200px;
    }

    .hero {
        padding-bottom: 0
    }

    .mainBgImg {
        width: 80vw;
        right: -50px;
    }

    .latestBgImg {
        top: 10vh;
        width: 180vw;
        left: 0;
    }

    .fingerprintImg {
        width: 70vw;
    }

    .hero__wrap {
        align-items: start;
    }

    .latest-updates__slider-wrap .swiper-slide {
        text-align: center
    }

    .latest-updates__slider-wrap .swiper-container {
        padding: 0 24px
    }

    .latest-updates__slider-wrap .swiper-pagination.is-hide-on-tablet {
        display: block
    }


    .banner-wrapper .banner-nl-wrapper.is-show {
        -webkit-transform: translate(-50%, 87%);
        -ms-transform: translate(-50%, 87%);
        transform: translate(-50%, 87%)
    }
}



.forefront.order1 {
    background-color: #183753;
    border-radius: 7px;
    padding: 1rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
    max-width:1200px;
    margin:auto;
}

.charter-friends-container {
    width:100%;
}

.forefront.order1 a, .charter-friend-item  {
    width: 16.66667%;
    margin-left: 4.16667%;
    margin-right: 4.16667%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:10px;
}

.forefront.order1 a img, .charter-friend-item img {
    max-height: 70px;
    padding: 10px 15px;
}

.forefront.order1.partners a:last-child img {
    padding: 0;
}
.partners-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width:100%;
}

.partners-list__item {
    width: 16.66667%;
    margin-left: 4.16667%;
    margin-right: 4.16667%
}

.goals__row::before {
    right: 0
}

.goals-slider__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.goals-slider__slide {
    width: 27.27273%
}

.goals-slider__pagination {
    position: static;
    display: none;
    text-align: center
}

.goals-slider__pagination .swiper-pagination-bullet {
    background: #00bed7;
    opacity: 1
}

.goals-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #bec328
}

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

.goal-block__pic {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto
}

.goal-block__pic svg {
    width: 100%;
    display: block
}
/*# sourceMappingURL=home-page.css.map */
