.swiper-button-next{
    right: 0px !important;
}

.swiper-button-prev {
    left: 0px !important;
}

.btn-blue {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    background-color: #0f2a76;
}

.btn-blue:hover {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #0f2a76;
    background-color: #fff;
    border: 1px solid #0f2a76;
}

.btn-white {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #0f2a76;
    background-color: #fff;
    border: 1px solid #0f2a76;
}

.btn-white:hover {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    background-color: #0f2a76;
}

@media (max-width: 767px) {

    .btn-blue,
    .btn-white {
        font-size: 16px;
    }

    .btn-blue:hover,
    .btn-white:hover {
        font-size: 16px;
    }
}


/*fpkn-intro*/
.fpkn-intro {
    min-height: 700px;
    padding-bottom: 50px;
}

.fpkn-intro__title {
    font-weight: 600;
    font-size: 40px;
    line-height: 115%;
    color: #000;
    padding-bottom: 50px;
    padding-top: 50px;
}

.fpkn-intro__subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #000;
    padding-bottom: 50px;
}

.fpkn-intro__action {
    padding-bottom: 50px;
}

.fpkn-intro__foto {
    padding-bottom: 55px;
    padding-top: 55px;
}

.fpkn-leader__info {
    background: #b78e1c;
    padding: 20px;
    border-radius: 20px;
    top: -230px;
    left: -30px;
    width: 70%;
}

.fpkn-leader__name {
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    color: #fff;
}

.fpkn-leader__specs {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #fff;
}

@media (max-width: 767px) {
    .fpkn-intro {
        min-height: auto;
        padding-bottom: 30px;
    }

    .fpkn-intro__title {
        font-size: 28px;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .fpkn-intro__subtitle {
        font-size: 16px;
        padding-bottom: 30px;
    }

    .fpkn-intro__action {
        padding-bottom: 30px;
    }

    .fpkn-intro__foto {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .fpkn-leader__info {
        padding: 15px;
        border-radius: 15px;
        top: -150px;
        left: -15px;
        width: 80%;
    }

    .fpkn-leader__name {
        font-size: 10px;
    }

    .fpkn-leader__specs {
        font-size: 10px;
    }
}


/*fpkn-methods*/
.fpkn-methods {
    background: #f0f2fb;
    padding-bottom: 50px;
    padding-top: 50px;
}

.fpkn-methods__title {
    font-weight: 600;
    font-size: 25px;
    line-height: 125%;
    color: #000;
    padding-bottom: 45px;
}

.method-item__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #000;
}

.fpkn-methods__item {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .fpkn-methods {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .fpkn-methods__title {
        font-size: 20px;
        padding-bottom: 30px;
    }

    .method-item__text {
        font-size: 12px;
    }

    .fpkn-methods__item {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*fpkn-stats*/
.fpkn-stats {
    padding-top: 120px;
    padding-bottom: 120px;
}

.fpkn-stats__title {
    font-weight: 600;
    font-size: 40px;
    line-height: 115%;
    color: #000;
    padding-bottom: 65px;
}

.fpkn-stats__item {
    padding: 30px;
    border: 1px solid #aabae4;
    border-radius: 30px;
    line-height: 120%;
}

.stat-item__value {
    font-weight: 600;
    font-size: 50px;
    color: #b78e1c;
    padding-bottom: 25px;
}

.stat-item__label {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    line-height: 140%;
}

.fpkn-stats__actions {
    padding-top: 80px;
}

@media (max-width: 767px) {
    .fpkn-stats {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .fpkn-stats__title {
        font-size: 28px;
        padding-bottom: 40px;
    }

    .fpkn-stats__item {
        padding: 20px;
        border-radius: 20px;
    }

    .stat-item__value {
        font-size: 35px;
        padding-bottom: 15px;
    }

    .stat-item__label {
        font-size: 14px;
    }

    .fpkn-stats__actions {
        padding-top: 40px;
    }
}


/*fpkn-goals*/
.fpkn-goals {
    padding-bottom: 50px;
    padding-top: 50px;
}

.fpkn-goals__headline {
    background: #0f2a76;
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    padding: 45px;
    line-height: 120%;
    min-height: 60%;
}

.goals-list {
    background: #f0f2fb;
    border-radius: 25px;
    padding: 45px;
    transform: translate(-90%, 40px);
}

.goals-list__item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #000;
    padding-bottom: 15px;
    padding-top: 15px;
}

.goals-list__item-desc {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #000;
    padding-bottom: 25px;
    border-bottom: 1px solid #aabae4;
}

@media (max-width: 991px) {
    .goals-list {
        transform: translate(0px);
    }

}

@media (max-width: 767px) {
    .fpkn-goals {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .fpkn-goals__headline {
        font-size: 28px;
        padding: 30px;
        border-radius: 20px;
        height: auto;
    }

    .goals-list {
        padding: 30px;
        border-radius: 20px;
        transform: none;
    }

    .goals-list__item-title {
        font-size: 16px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .goals-list__item-desc {
        font-size: 11px;
        padding-bottom: 20px;
    }
}


/*fpkn-join*/
.fpkn-join {
    padding-top: 120px;
    padding-bottom: 120px;
}

.fpkn-join__title {
    font-weight: 600;
    font-size: 40px;
    color: #000;
    padding-bottom: 100px;
}

.fpkn-join__item {
    padding: 20px 25px;
    background: #f0f2fb;
    border-radius: 30px;
}

.join-option__icon {
    padding-bottom: 55px;
}

.join-option__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    color: #000;
    padding-bottom: 30px;
}

.join-option__desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #000;
}

.join-option__action {
    padding-top: 120px;
}


@media (max-width: 767px) {
    .fpkn-join {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .fpkn-join__title {
        font-size: 28px;
        padding-bottom: 50px;
    }

    .fpkn-join__item {
        padding: 15px 20px;
        border-radius: 20px;
    }

    .join-option__icon {
        padding-bottom: 30px;
    }

    .join-option__title {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .join-option__desc {
        font-size: 12px;
    }

    .join-option__action {
        padding-top: 60px;
    }
}


/*fpkn-values*/
.fpkn-values {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #f0f2fb;
}

.fpkn-values__title {
    font-weight: 600;
    font-size: 40px;
    color: #000;
    padding-bottom: 100px;
}

.fpkn-values__item {
    border-top: 1px solid #b78e1c;
    padding-top: 30px;
    padding-bottom: 30px;
}

.value-item__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    color: #000;
    padding-bottom: 30px;
}

.value-item__desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #000;
    padding-bottom: 40px;
}

.value-item__desc a {
    color: #0075ff;
    text-decoration: underline !important;
}

@media (max-width: 767px) {
    .fpkn-values {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .fpkn-values__title {
        font-size: 28px;
        padding-bottom: 50px;
    }

    .fpkn-values__item {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .value-item__title {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .value-item__desc {
        font-size: 12px;
        padding-bottom: 30px;
    }
}


/*fpkn-leadership*/
.fpkn-leadership {
    padding-top: 120px;
    padding-bottom: 120px;
}

.fpkn-leadership__profile {
    background: #f0f2fb;
    border-radius: 30px;
    padding: 60px;
    transform: translate(-30%, 40px);
}

.fpkn-leadership__col {
    z-index: 100;
}

.fpkn-leader-profile__role {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #b78e1c;
    padding-bottom: 40px;
}

.fpkn-leader-profile__name {
    font-weight: 600;
    font-size: 33px;
    color: #000;
    padding-bottom: 30px;
}

.fpkn-leader-profile__bio {
    font-weight: 500;
    font-size: 13px;
    color: #000;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .fpkn-leadership__profile {
        transform: translate(0px);
    }

}

@media (max-width: 767px) {
    .fpkn-leadership {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .fpkn-leadership__profile {
        padding: 30px 20px;
        border-radius: 20px;
        transform: none;
    }

    .fpkn-leader-profile__role {
        font-size: 12px;
        padding-bottom: 20px;
    }

    .fpkn-leader-profile__name {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .fpkn-leader-profile__bio {
        font-size: 11px;
        padding-bottom: 30px;
    }
}


/*fpkn-partners*/
.fpkn-partners {
    padding-top: 120px;
    padding-bottom: 120px;
}

.fpkn-partners__title {
    font-weight: 600;
    font-size: 40px;
    color: #000;
    padding-bottom: 100px;
}

.fpkn-partners__act {
    padding-top: 100px;
}

@media (max-width: 767px) {
    .fpkn-partners {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .fpkn-partners__title {
        font-size: 28px;
        padding-bottom: 50px;
    }

    .fpkn-partners__act {
        padding-top: 50px;
    }

}

/*fpkn-pisma*/
.fpkn-pisma {
    padding-top: 120px;
    padding-bottom: 120px;
}

.fpkn-pisma__title {
    font-weight: 600;
    font-size: 40px;
    color: #000;
    padding-bottom: 100px;
}

.fpkn-pisma__act {
    padding-top: 100px;
}

@media (max-width: 767px) {
    .fpkn-pisma {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .fpkn-pisma__title {
        font-size: 28px;
        padding-bottom: 50px;
    }

    .fpkn-pisma__act {
        padding-top: 50px;
    }

}



/*fpkn-contact*/
.fpkn-contact{
    padding-top: 120px;
    padding-bottom: 120px;
    background: #f0f2fb;
}


@media (max-width: 767px) {
    .fpkn-contact {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
