@font-face {
    font-family: 'HelveticaNeue';
    src: url('../../fonts/fpt-ai/HelveticaNeue.woff2') format('woff2'),
        url('../../fonts/fpt-ai/HelveticaNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../../fonts/fpt-ai/HelveticaNeue-Medium.woff2') format('woff2'),
        url('../../fonts/fpt-ai/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../../fonts/fpt-ai/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../../fonts/fpt-ai/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
#page-workFPT {
    font-family: "HelveticaNeue";
    font-size: 15px;
    font-weight: 100;
    line-height: 1.7;
    color: #9b9b9b;
}

#page-workFPT .page-content {
    padding-top:  0;
}

#page-workFPT .footer {
    padding-top: 0;
}

#page-workFPT .fptBounce {
    -webkit-animation: fptBounce 3s linear infinite;
    animation: fptBounce 3s linear infinite;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

#page-workFPT .scrollmagicfadeUp > .effect {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
    -o-transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
    transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
}

#page-workFPT .scrollmagicfadeUp > .effect-left {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
    -o-transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
    transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
}

#page-workFPT .scrollmagicfadeUp > .effect-right {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
    -o-transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
    transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
}

#page-workFPT .scrollmagicfadeUp.scroll-css > .effect {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

#page-workFPT .scrollmagicfadeUp.scroll-css > .effect-left,
#page-workFPT .scrollmagicfadeUp.scroll-css > .effect-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

#page-workFPT .scrollmagicfadeUp.scroll-css[data-delay=".1s"] > .effect,
#page-workFPT .scrollmagicfadeUp.scroll-css[data-delay=".1s"] > .effect-left,
#page-workFPT .scrollmagicfadeUp.scroll-css[data-delay=".1s"] > .effect-right {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

#page-workFPT .scrollmagicfadeUp.scroll-css[data-delay=".2s"] > .effect,
#page-workFPT .scrollmagicfadeUp.scroll-css[data-delay=".2s"] > .effect-left,
#page-workFPT .scrollmagicfadeUp.scroll-css[data-delay=".2s"] > .effect-right {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

#page-workFPT .scrollmagicfadeUp.scroll-css[data-delay=".3s"] > .effect,
#page-workFPT .scrollmagicfadeUp.scroll-css[data-delay=".3s"] > .effect-left,
#page-workFPT .scrollmagicfadeUp.scroll-css[data-delay=".3s"] > .effect-right {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

#page-workFPT .scrollmagicfadeUp.scroll-css[data-delay=".4s"] > .effect,
#page-workFPT .scrollmagicfadeUp.scroll-css[data-delay=".4s"] > .effect-left,
#page-workFPT .scrollmagicfadeUp.scroll-css[data-delay=".4s"] > .effect-right {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

#page-workFPT .scrollmagicfadeUp.scroll-css[data-delay=".5s"] > .effect,
#page-workFPT .scrollmagicfadeUp.scroll-css[data-delay=".5s"] > .effect-left,
#page-workFPT .scrollmagicfadeUp.scroll-css[data-delay=".5s"] > .effect-right {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

#page-workFPT h1,
#page-workFPT h2,
#page-workFPT h3,
#page-workFPT h4,
#page-workFPT h5,
#page-workFPT h6 {
    font-family: "HelveticaNeue";
    font-weight: bold;
    color: #000;
    margin-top: 0;
}

@media (min-width: 1200px) {
    #page-workFPT .container {
        width: 86%;
    }
}

#page-workFPT .section {
    position: relative;
    z-index: 1;
    padding-top: 65px;
    padding-bottom: 65px;
}

@media (min-width: 768px) {
    #page-workFPT .section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media (min-width: 992px) {
    #page-workFPT .section {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (min-width: 1200px) {
    #page-workFPT .section {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

@media (min-width: 1441px) {
    #page-workFPT .section {
        padding-top: 180px;
        padding-bottom: 180px;
    }
}

#page-workFPT .fpt-title {
    margin-bottom: 30px;
}

#page-workFPT .fpt-textbox .fpt-textbox__subtitle {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #4a4a4a;
    margin-bottom: 22px;
}

#page-workFPT .fpt-textbox .fpt-textbox__text {
    max-width: 470px;
}

#page-workFPT .fpt-textbox .fpt-textbox__divider {
    display: block;
    width: 96px;
    height: 1px;
    background: -webkit-linear-gradient(50.35deg, #82fefd 0%, #4eb0e8 100%);
    background: -o-linear-gradient(50.35deg, #82fefd 0%, #4eb0e8 100%);
    background: linear-gradient(39.65deg, #82fefd 0%, #4eb0e8 100%);
    margin-left: auto;
}

#page-workFPT .fpt-textbox .fpt-textbox__info {
    text-align: right;
}

#page-workFPT .fpt-textbox .fpt-textbox__info a {
    font-weight: 500;
    color: #f8f8f8;
}

#page-workFPT .section-1 {
    background-color: #000;
    padding-top: 120px;
}

#page-workFPT .section-1 .section-1__header {
    position: relative;
    margin-bottom: 90px;
}

#page-workFPT .section-1 .section-1__header .fpt-textbox .fpt-textbox__subtitle,
#page-workFPT .section-1 .section-1__header .fpt-textbox .fpt-textbox__text {
    color: #f8f8f8;
}

#page-workFPT .section-1 .section-1__header .fpt-textbox .fpt-textbox__subtitle {
    font-size: 15px;
}

#page-workFPT .section-1 .section-1__header .f-wave {
    position: absolute;
}

#page-workFPT .section-1 .section-1__image {
    margin-bottom: 55px;
    text-align: center;
}

#page-workFPT .section-1 .section-1__image .img-wrap {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1220px;
}

#page-workFPT .section-1 .section-1__image .img-wrap svg,
#page-workFPT .section-1 .section-1__image .img-wrap img {
    width: 100%;
}

#page-workFPT .section-1 .section-1__image .img-wrap .sharp {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-animation: fptCustomSharp 10s linear infinite;
    animation: fptCustomSharp 10s linear infinite;
}

#page-workFPT .section-1 .section-1__footer {
    z-index: 1;
}

#page-workFPT .section-1 .section-1__footer .f-wave {
    position: absolute;
    bottom: 3%;
    right: 0;
    max-width: 18%;
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
}

#page-workFPT .section-1 .section-1__footer .f-subtitle {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #d8d8d8;
    margin-bottom: 22px;
}

#page-workFPT .section-1 .section-1__footer .f-title {
    font-size: 26px;
    font-weight: normal;
    max-width: 470px;
    background-image: -webkit-gradient(linear, left top, right top, from(#4fb7ea), to(#81fffe));
    background-image: -webkit-linear-gradient(left, #4fb7ea 0%, #81fffe 100%);
    background-image: -o-linear-gradient(left, #4fb7ea 0%, #81fffe 100%);
    background-image: linear-gradient(to right, #4fb7ea 0%, #81fffe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

#page-workFPT .section-1 .section-1__footer .f-divider {
    display: block;
    height: 1px;
    max-width: 157px;
    width: 100%;
    background: -webkit-linear-gradient(309.02deg, #25eefe 0%, #123785 100%);
    background: -o-linear-gradient(309.02deg, #25eefe 0%, #123785 100%);
    background: linear-gradient(140.98deg, #25eefe 0%, #123785 100%);
    margin: 45px 0;
}

#page-workFPT .section-1 .section-1__footer .f-text {
    max-width: 300px;
}

#page-workFPT .section-1 .section-1__footer .f-text .f-text__title {
    font-size: 15px;
    font-weight: normal;
    color: #f8f8f8;
    margin-bottom: 13px;
}

#page-workFPT .section-1 .section-1__footer .f-text .f-text__text {
    color: #9b9b9b;
    margin-bottom: 0;
}

#page-workFPT .section-1 .section-1__footer.scrollmagicfadeUp .f-subtitle,
#page-workFPT .section-1 .section-1__footer.scrollmagicfadeUp .f-title,
#page-workFPT .section-1 .section-1__footer.scrollmagicfadeUp .f-divider,
#page-workFPT .section-1 .section-1__footer.scrollmagicfadeUp .f-wave img {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#page-workFPT .section-1 .section-1__footer.scrollmagicfadeUp .f-title {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

#page-workFPT .section-1 .section-1__footer.scrollmagicfadeUp .f-divider {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

#page-workFPT .section-1 .section-1__footer.scrollmagicfadeUp .f-wave img {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

#page-workFPT .section-1 .section-1__footer.scrollmagicfadeUp.scroll-css .f-subtitle,
#page-workFPT .section-1 .section-1__footer.scrollmagicfadeUp.scroll-css .f-title,
#page-workFPT .section-1 .section-1__footer.scrollmagicfadeUp.scroll-css .f-divider,
#page-workFPT .section-1 .section-1__footer.scrollmagicfadeUp.scroll-css .f-wave img {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

@media (max-width: 767px) {
    #page-workFPT .section-1 .section-1__header .f-wave {
        right: 0;
        top: -5px;
        max-width: 64%;
        -webkit-transform: translate(50%, -100%);
        -ms-transform: translate(50%, -100%);
        transform: translate(50%, -100%);
    }
    #page-workFPT .section-1 .section-1__header .fpt-textbox__info {
        display: none;
    }
    #page-workFPT .section-1 .section-1__image {
        margin-left: -70px;
        margin-right: -70px;
    }
    #page-workFPT .section-1 .section-1__footer .f-wave {
        display: none;
    }
    #page-workFPT .section-1 .section-1__footer .row-f-text [class*='col-']:nth-child(n+2) .f-text {
        margin-top: 40px;
    }
}

@media (min-width: 768px) {
    #page-workFPT .section-1 .section-1__header {
        margin-bottom: 110px;
    }
    #page-workFPT .section-1 .section-1__header .f-wave {
        right: 0;
        bottom: 0;
        max-width: 27%;
    }
    #page-workFPT .section-1 .section-1__image {
        margin-bottom: 90px;
    }
    #page-workFPT .section-1 .section-1__footer .f-wave {
        max-width: 25%;
    }
    #page-workFPT .section-1 .section-1__footer .f-divider {
        margin: 80px 0;
    }
}

@media (min-width: 992px) {
    #page-workFPT .section-1 {
        padding-top: 150px;
    }
    #page-workFPT .section-1 .section-1__header {
        margin-bottom: 150px;
    }
    #page-workFPT .section-1 .section-1__image {
        margin-bottom: 150px;
    }
}

@media (min-width: 1200px) {
    #page-workFPT .section-1 {
        padding-top: 200px;
    }
    #page-workFPT .section-1 .section-1__header {
        margin-bottom: 200px;
    }
    #page-workFPT .section-1 .section-1__header .f-wave {
        max-width: 22%;
    }
    #page-workFPT .section-1 .section-1__image {
        margin-bottom: 220px;
    }
    #page-workFPT .section-1 .section-1__footer .f-wave {
        bottom: 4%;
        max-width: 18%;
    }
}

@media (min-width: 1441px) {
    #page-workFPT .section-1 .section-1__header {
        margin-bottom: 270px;
    }
    #page-workFPT .section-1 .section-1__header .f-wave {
        max-width: 17%;
    }
    #page-workFPT .section-1 .section-1__image {
        margin-bottom: 280px;
    }
}

#page-workFPT .section-2 {
    background-color: #f1f1f1;
}

#page-workFPT .section-2 .fpt-textbox {
    margin-bottom: 45px;
}

#page-workFPT .section-2 .section-2__imgwrap {
    position: relative;
    z-index: 1;
}

#page-workFPT .section-2 .section-2__imgwrap .section-2__img {
    max-width: 1460px;
    margin: auto;
}

#page-workFPT .section-2 .section-2__imgwrap .section-2__img svg {
    width: 100%;
}

#page-workFPT .section-2 .section-2__imgwrap .sharp {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    right: 0;
}

@media (max-width: 767px) {
    #page-workFPT .section-2 .fpt-textbox .fpt-textbox__divider {
        display: none;
    }
}

@media (min-width: 768px) {
    #page-workFPT .section-2 .fpt-textbox {
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {
    #page-workFPT .section-2 .fpt-textbox {
        margin-bottom: 120px;
    }
}

#page-workFPT .section-3 [class*='col-'] {
    position: static;
}

#page-workFPT .section-3 .section-3__left .f-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 35px;
}

#page-workFPT .section-3 .section-3__left .f-divider {
    display: block;
    width: 60px;
    height: 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, #4db0e7), to(#82fefc));
    background: -webkit-linear-gradient(0, #4db0e7 0%, #82fefc 100%);
    background: -o-linear-gradient(0, #4db0e7 0%, #82fefc 100%);
    background: linear-gradient(0, #4db0e7 0%, #82fefc 100%);
    margin-bottom: 35px;
}

#page-workFPT .section-3 .section-3__left .f-entry {
    color: #d1d5f0;
}

#page-workFPT .section-3 .section-3__left .f-entry p,
#page-workFPT .section-3 .section-3__left .f-entry ul {
    margin-bottom: 20px;
}

#page-workFPT .section-3 .section-3__left .f-entry ul {
    color: #f8f8f8;
    font-size: 15px;
}

#page-workFPT .section-3 .section-3__right .img1 img {
    width: 100%;
}

#page-workFPT .section-3 .section-3__right.scrollmagicfadeUp .img1,
#page-workFPT .section-3 .section-3__right.scrollmagicfadeUp .img2 .layer2 g,
#page-workFPT .section-3 .section-3__right.scrollmagicfadeUp .img2 .layer3 g,
#page-workFPT .section-3 .section-3__right.scrollmagicfadeUp .img2 .layer4 g {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.5s cubic-bezier(0.63, -0.51, 0.31, 1.5);
    -o-transition: all 0.5s cubic-bezier(0.63, -0.51, 0.31, 1.5);
    transition: all 0.5s cubic-bezier(0.63, -0.51, 0.31, 1.5);
}

#page-workFPT .section-3 .section-3__right.scrollmagicfadeUp .img2 .layer2 g {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

#page-workFPT .section-3 .section-3__right.scrollmagicfadeUp .img2 .layer3 g {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

#page-workFPT .section-3 .section-3__right.scrollmagicfadeUp .img2 .layer4 g {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

#page-workFPT .section-3 .section-3__right.scrollmagicfadeUp.scroll-css .img1,
#page-workFPT .section-3 .section-3__right.scrollmagicfadeUp.scroll-css .img2 .layer2 g,
#page-workFPT .section-3 .section-3__right.scrollmagicfadeUp.scroll-css .img2 .layer3 g,
#page-workFPT .section-3 .section-3__right.scrollmagicfadeUp.scroll-css .img2 .layer4 g {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 767px) {
    #page-workFPT .section-3 {
        padding: 0;
    }
    #page-workFPT .section-3 .section-3__left,
    #page-workFPT .section-3 .section-3__right {
        padding: 45px 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    #page-workFPT .section-3 .section-3__left {
        background-color: #101e76;
    }
    #page-workFPT .section-3 .section-3__right .img2 {
        position: relative;
        z-index: 1;
        margin-right: -15px;
        margin-top: -30%;
    }
}

@media (min-width: 768px) {
    #page-workFPT .section-3 .align-items-center {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    #page-workFPT .section-3 .bg-left {
        position: absolute;
        z-index: -1;
        width: 50%;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: #101e76;
    }
    #page-workFPT .section-3 .section-3__left .f-title {
        margin-bottom: 70px;
    }
    #page-workFPT .section-3 .section-3__left .f-divider {
        margin-bottom: 50px;
    }
    #page-workFPT .section-3 .section-3__right .img1 {
        margin-bottom: 70px;
    }
    #page-workFPT .section-3 .section-3__right .img2 {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 33%;
    }
}

@media (min-width: 992px) {
    #page-workFPT .section-3 .section-3__right .img1 {
        margin-bottom: 50px;
    }
    #page-workFPT .section-3 .section-3__right .img2 {
        width: 30%;
    }
}

@media (min-width: 1200px) {
    #page-workFPT .section-3 .section-3__right .img1 {
        padding-left: 40px;
        margin-bottom: 0;
    }
    #page-workFPT .section-3 .section-3__right .img2 {
        position: absolute;
        bottom: auto;
        top: 5%;
        right: 0;
        width: 28%;
    }
}

@media (min-width: 1441px) {
    #page-workFPT .section-3 .section-3__left .f-title {
        margin-bottom: 150px;
    }
    #page-workFPT .section-3 .col-xl-3 {
        width: 25%;
    }
    #page-workFPT .section-3 .col-xl-6 {
        width: 50%;
    }
    #page-workFPT .section-3 .col-xl-offset-3 {
        margin-left: 25%;
    }
    #page-workFPT .section-3 .section-3__right .img1 {
        padding-left: 70px;
    }
}

#page-workFPT .section-4 {
    overflow: hidden;
    background-color: #000;
}

#page-workFPT .section-4 .fpt-textbox .fpt-textbox__subtitle {
    color: #9b9b9b;
}

#page-workFPT .section-4 .section-4__content {
    margin-bottom: 55px;
}

#page-workFPT .section-4 .section-4__content .f-font-1,
#page-workFPT .section-4 .section-4__content .f-font-2 {
    font-family: 'IBM Plex Sans';
}

#page-workFPT .section-4 .section-4__content .f-font-1 {
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}

#page-workFPT .section-4 .section-4__content .f-font-2 {
    max-width: 660px;
    font-size: 32px;
    line-height: 1.2;
    background-image: -webkit-gradient(linear, left top, right top, from(#26eefe), to(#185d9e));
    background-image: -webkit-linear-gradient(left, #26eefe 0%, #185d9e 100%);
    background-image: -o-linear-gradient(left, #26eefe 0%, #185d9e 100%);
    background-image: linear-gradient(to right, #26eefe 0%, #185d9e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#page-workFPT .section-4 .section-4__footer .f-color {
    text-align: center;
}

#page-workFPT .section-4 .section-4__footer .f-color svg {
    width: 100%;
    max-width: 700px;
}

#page-workFPT .section-4 .section-4__footer .f-color svg .layer4 ellipse,
#page-workFPT .section-4 .section-4__footer .f-color svg .layer3 circle,
#page-workFPT .section-4 .section-4__footer .f-color svg .layer2 circle,
#page-workFPT .section-4 .section-4__footer .f-color svg .layer1 circle {
    -webkit-transition: all 0.5s cubic-bezier(0.24, 0.56, 0.27, 0.85);
    -o-transition: all 0.5s cubic-bezier(0.24, 0.56, 0.27, 0.85);
    transition: all 0.5s cubic-bezier(0.24, 0.56, 0.27, 0.85);
}

#page-workFPT .section-4 .section-4__footer .f-color svg:hover .layer4 ellipse {
    -webkit-transform: translate(-112px, -99px);
    -ms-transform: translate(-112px, -99px);
    transform: translate(-112px, -99px);
}

#page-workFPT .section-4 .section-4__footer .f-color svg:hover .layer3 circle {
    -webkit-transform: translate(353px, -161px);
    -ms-transform: translate(353px, -161px);
    transform: translate(353px, -161px);
}

#page-workFPT .section-4 .section-4__footer .f-color svg:hover .layer2 circle {
    -webkit-transform: translate(-20px, -120px);
    -ms-transform: translate(-20px, -120px);
    transform: translate(-20px, -120px);
}

#page-workFPT .section-4 .section-4__footer .f-color svg:hover .layer1 circle {
    -webkit-transform: translate(-32px, 301px);
    -ms-transform: translate(-32px, 301px);
    transform: translate(-32px, 301px);
}

@media (max-width: 767px) {
    #page-workFPT .section-4 .section-4__footer .f-color svg {
        max-width: 277px;
    }
}

@media (min-width: 768px) {
    #page-workFPT .section-4 .section-4__content {
        margin-bottom: 100px;
    }
    #page-workFPT .section-4 .section-4__content .f-wrapper {
        position: relative;
        z-index: 1;
        padding-top: 150px;
    }
    #page-workFPT .section-4 .section-4__content .bg {
        position: absolute;
        z-index: -1;
        right: 10%;
        top: 0;
        max-width: 50%;
    }
    #page-workFPT .section-4 .section-4__content .f-font-1 {
        font-size: 90px;
    }
    #page-workFPT .section-4 .section-4__content .f-font-2 {
        font-size: 35px;
    }
}

@media (min-width: 992px) {
    #page-workFPT .section-4 .section-4__content {
        margin-bottom: 160px;
    }
    #page-workFPT .section-4 .section-4__content .f-wrapper {
        padding-top: 230px;
    }
    #page-workFPT .section-4 .section-4__content .bg {
        max-width: 55%;
    }
    #page-workFPT .section-4 .section-4__content .f-font-1 {
        font-size: 130px;
    }
    #page-workFPT .section-4 .section-4__content .f-font-2 {
        font-size: 50px;
    }
}

@media (min-width: 1200px) {
    #page-workFPT .section-4 .section-4__content {
        margin-bottom: 220px;
    }
}

@media (min-width: 1441px) {
    #page-workFPT .section-4 .section-4__content .f-font-1 {
        font-size: 160px;
    }
    #page-workFPT .section-4 .section-4__content .f-font-2 {
        font-size: 81px;
    }
}

#page-workFPT .section-5 .fpt-textbox .fpt-textbox__text {
    color: #4a4a4a;
}

#page-workFPT .section-5 .section-5__header {
    margin-bottom: 50px;
}

#page-workFPT .section-5 .section-5__screen {
    position: relative;
}

#page-workFPT .section-5 .section-5__screen .f-wrap img {
    width: 100%;
}

@media (max-width: 767px) {
    #page-workFPT .section-5 .section-5__header .fpt-textbox {
        text-align: center;
    }
    #page-workFPT .section-5 .section-5__header .fpt-textbox .fpt-textbox__subtitle {
        margin-bottom: 5px;
    }
    #page-workFPT .section-5 .section-5__screen {
        padding: 0 15px;
    }
    #page-workFPT .section-5 .section-5__screen .f-screen1,
    #page-workFPT .section-5 .section-5__screen .f-screen2 {
        display: none;
    }
}

@media (min-width: 768px) {
    #page-workFPT .section-5 .section-5__header {
        margin-bottom: 70px;
    }
    #page-workFPT .section-5 .section-5__screen .f-screen1,
    #page-workFPT .section-5 .section-5__screen .f-screen2 {
        position: absolute;
        max-width: 14%;
    }
    #page-workFPT .section-5 .section-5__screen .f-screen1 {
        top: 35%;
        right: 0;
    }
    #page-workFPT .section-5 .section-5__screen .f-screen2 {
        bottom: 15%;
        left: 0;
    }
}

@media (min-width: 1200px) {
    #page-workFPT .section-5 .section-5__header {
        margin-bottom: 100px;
    }
    #page-workFPT .section-5 .section-5__screen .f-screen1 {
        right: 3%;
    }
    #page-workFPT .section-5 .section-5__screen .f-screen2 {
        left: 3%;
    }
}

@media (min-width: 1441px) {
    #page-workFPT .section-5 .section-5__header {
        margin-bottom: 150px;
    }
}

#page-workFPT .section-6 {
    background-color: #dfdfdf;
    padding-bottom: 85px;
}

#page-workFPT .section-6 .section-6__mb-title {
    font-size: 12px;
    font-weight: 100;
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 20px;
}

#page-workFPT .section-6 .f-page img {
    width: 100%;
}

#page-workFPT .section-6 .f-screen1,
#page-workFPT .section-6 .f-screen2 {
    margin-top: 70px;
}

#page-workFPT .section-6 .f-screen2 {
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
}

#page-workFPT .section-6 .fpt-textbox {
    text-align: right;
    margin-top: 65px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #page-workFPT .section-6 .f-page {
        padding: 0 15px;
    }
    #page-workFPT .section-6 .f-screen1,
    #page-workFPT .section-6 .f-screen2,
    #page-workFPT .section-6 .fpt-textbox {
        display: none;
    }
}

@media (min-width: 768px) {
    #page-workFPT .section-6 .section-6__mb-title {
        display: none;
    }
}

@media (min-width: 992px) {
    #page-workFPT .section-6 .f-screen1,
    #page-workFPT .section-6 .f-screen2 {
        margin-top: 90px;
    }
    #page-workFPT .section-6 .f-screen2 {
        -webkit-transform: translateX(45%);
        -ms-transform: translateX(45%);
        transform: translateX(45%);
    }
}

@media (min-width: 1200px) {
    #page-workFPT .section-6 .f-screen1 {
        margin-top: 130px;
    }
    #page-workFPT .section-6 .f-screen2 {
        margin-top: 150px;
        -webkit-transform: translateX(80%);
        -ms-transform: translateX(80%);
        transform: translateX(80%);
    }
}

#page-workFPT .section-7 {
    background-color: #000;
}

#page-workFPT .section-7 .fpt-textbox {
    margin-bottom: 40px;
}

#page-workFPT .section-7 .fpt-textbox .fpt-textbox__subtitle {
    color: #fff;
}

#page-workFPT .section-7 .section-7__left .f-img1 img,
#page-workFPT .section-7 .section-7__left .f-img2 img {
    width: 100%;
}

#page-workFPT .section-7 .section-7__left .f-img1 {
    margin-top: 70px;
}

#page-workFPT .section-7 .section-7__right .f-img3 img {
    width: 100%;
}

@media (max-width: 767px) {
    #page-workFPT .section-7 {
        padding: 0;
    }
    #page-workFPT .section-7 .fpt-textbox {
        text-align: center;
    }
    #page-workFPT .section-7 .fpt-textbox .fpt-textbox__subtitle {
        margin-bottom: 0;
    }
    #page-workFPT .section-7 .section-7__left,
    #page-workFPT .section-7 .section-7__right {
        padding: 60px 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    #page-workFPT .section-7 .section-7__left {
        background-color: #101e76;
    }
    #page-workFPT .section-7 .section-7__left .row [class*='col-'] {
        padding: 0 30px;
    }
}

@media (min-width: 768px) {
    #page-workFPT .section-7 .align-items-center {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    #page-workFPT .section-7 .fpt-textbox {
        margin-bottom: 70px;
    }
    #page-workFPT .section-7 .bg-left {
        position: absolute;
        z-index: -1;
        width: 50%;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: #101e76;
    }
}

@media (min-width: 992px) {
    #page-workFPT .section-7 .section-7__left .f-img1 {
        padding-left: 15px;
        margin-top: 170px;
    }
    #page-workFPT .section-7 .section-7__left .f-img2 {
        padding-right: 15px;
    }
    #page-workFPT .section-7 .section-7__right .f-img3 {
        padding: 0 20px;
    }
}

@media (min-width: 1200px) {
    #page-workFPT .section-7 .section-7__left .f-img1 {
        padding-left: 25%;
        margin-top: 170px;
    }
    #page-workFPT .section-7 .section-7__left .f-img2 {
        padding-right: 25%;
    }
    #page-workFPT .section-7 .section-7__right .f-img3 {
        padding: 0 14%;
    }
}

#page-workFPT .section-8 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 80px;
}

#page-workFPT .section-8 .section-8__header {
    position: relative;
    z-index: 1;
    padding-top: 80px;
}

#page-workFPT .section-8 .section-8__header.scrollmagicfadeUp .section-8__bg {
    opacity: 0;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

#page-workFPT .section-8 .section-8__header.scrollmagicfadeUp.scroll-css .section-8__bg {
    opacity: 1;
}

#page-workFPT .section-8 .section-8__bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 87%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#page-workFPT .section-8 .section-8__text {
    font-family: 'IBM Plex Sans';
    margin-bottom: 30px;
}

#page-workFPT .section-8 .section-8__text .f-sub {
    display: inline-block;
    font-size: 9px;
    letter-spacing: 1px;
    color: #daddeb;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#page-workFPT .section-8 .section-8__text .f-title {
    font-family: inherit;
    font-weight: normal;
    font-size: 26px;
    line-height: 1.12;
    background-image: -webkit-gradient(linear, left top, right top, from(#e6f4f5), color-stop(30%, #77e8f8), color-stop(70%, #f2fcfd));
    background-image: -webkit-linear-gradient(left, #e6f4f5 0%, #77e8f8 30%, #f2fcfd 70%);
    background-image: -o-linear-gradient(left, #e6f4f5 0%, #77e8f8 30%, #f2fcfd 70%);
    background-image: linear-gradient(to right, #e6f4f5 0%, #77e8f8 30%, #f2fcfd 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

#page-workFPT .section-8 .section-8__text .f-meta {
    font-size: 8px;
    color: #daddeb;
}

#page-workFPT .section-8 .section-8__text .f-meta span:not(:last-child) {
    margin-right: 15px;
}

#page-workFPT .section-8 .section-8__screen1 img,
#page-workFPT .section-8 .section-8__screen2 img {
    width: 100%;
}

#page-workFPT .section-8 .section-8__screen2 {
    margin-top: 50px;
}

@media (min-width: 768px) {
    #page-workFPT .section-8 .section-8__screen1,
    #page-workFPT .section-8 .section-8__screen2 {
        margin-left: -15px;
        margin-right: -15px;
    }
    #page-workFPT .section-8 .section-8__header {
        padding-top: 100px;
    }
    #page-workFPT .section-8 .section-8__text {
        padding: 0 20px;
        margin-bottom: 65px;
    }
    #page-workFPT .section-8 .section-8__text .f-title {
        font-size: 40px;
        margin-bottom: 25px;
    }
    #page-workFPT .section-8 .section-8__text .f-sub {
        font-size: 17px;
        margin-bottom: 15px;
    }
    #page-workFPT .section-8 .section-8__text .f-meta {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    #page-workFPT .section-8 .section-8__screen1,
    #page-workFPT .section-8 .section-8__screen2 {
        margin-left: -35px;
        margin-right: -35px;
    }
    #page-workFPT .section-8 .section-8__header {
        padding-top: 150px;
    }
    #page-workFPT .section-8 .section-8__text {
        padding: 0 35px;
    }
    #page-workFPT .section-8 .section-8__text .f-title {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    #page-workFPT .section-8 .section-8__header {
        padding-top: 200px;
    }
}

@media (min-width: 1441px) {
    #page-workFPT .section-8 .section-8__text {
        margin-bottom: 85px;
    }
    #page-workFPT .section-8 .section-8__text .f-title {
        font-size: 50px;
    }
}

#page-workFPT .section-9 {
    background-color: #e9e9e9;
    overflow: hidden;
}

#page-workFPT .section-9 .sharp1 {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    max-width: 66%;
    width: 100%;
    -webkit-transform: translate(-52%, 26%);
    -ms-transform: translate(-52%, 26%);
    transform: translate(-52%, 26%);
}

#page-workFPT .section-9 .sharp1 svg {
    width: 100%;
}

#page-workFPT .section-9 .fpt-textbox {
    margin-bottom: 40px;
}

#page-workFPT .section-9 .f-screen1 img {
    width: 100%;
}

#page-workFPT .section-9 .section-9__right {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 36%;
    background-color: #101e76;
    text-align: right;
}

#page-workFPT .section-9 .section-9__right img {
    max-width: 80%;
}

@media (max-width: 767px) {
    #page-workFPT .section-9 .sharp1 {
        max-width: 95%;
        -webkit-transform: translate(-39%, 7%);
        -ms-transform: translate(-39%, 7%);
        transform: translate(-39%, 7%);
    }
    #page-workFPT .section-9 .fpt-textbox {
        text-align: center;
    }
    #page-workFPT .section-9 .section-9__right {
        display: none;
    }
}

@media (min-width: 768px) {
    #page-workFPT .section-9 .fpt-textbox {
        margin-bottom: 70px;
    }
}

@media (min-width: 1200px) {
    #page-workFPT .section-9 .fpt-textbox {
        margin-bottom: 95px;
    }
}

#page-workFPT .section-10 {
    padding-bottom: 50px;
}

#page-workFPT .section-10 .section-10__header {
    margin-bottom: 45px;
}

#page-workFPT .section-10 .phone-screen .row {
    margin-left: -25px;
    margin-right: -25px;
}

#page-workFPT .section-10 .phone-screen .row [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
}

#page-workFPT .section-10 .phone-screen .phone-screen__item {
    margin-bottom: 50px;
}

#page-workFPT .section-10 .phone-screen .phone-screen__item img {
    width: 100%;
}

@media (max-width: 991px) {
    #page-workFPT .section-10 .phone-screen .row [class*='col-'] {
        float: none;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    #page-workFPT .section-10 .phone-screen .row [class*='col-']:nth-child(2) .phone-screen__item {
        margin-top: 100px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #page-workFPT .section-10 {
        padding-bottom: 70px;
    }
    #page-workFPT .section-10 .section-10__header {
        margin-bottom: 55px;
    }
}

@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
    #page-workFPT .section-10 .phone-screen .row [class*='col-']:nth-child(2) .phone-screen__item {
        margin-top: 100px;
    }
    #page-workFPT .section-10 .phone-screen .row [class*='col-']:nth-child(3) .phone-screen__item {
        margin-top: 200px;
    }
}

@media (min-width: 1200px) {
    #page-workFPT .section-10 {
        padding-bottom: 100px;
    }
    #page-workFPT .section-10 .section-10__header {
        margin-bottom: 120px;
    }
    #page-workFPT .section-10 .phone-screen .phone-screen__item {
        margin-bottom: 70px;
    }
    #page-workFPT .section-10 .phone-screen .row [class*='col-']:nth-child(2) .scrollmagicfadeUp .effect,
    #page-workFPT .section-10 .phone-screen .row [class*='col-']:nth-child(6) .scrollmagicfadeUp .effect,
    #page-workFPT .section-10 .phone-screen .row [class*='col-']:nth-child(8) .scrollmagicfadeUp .effect {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }
    #page-workFPT .section-10 .phone-screen .row [class*='col-']:nth-child(3) .scrollmagicfadeUp .effect,
    #page-workFPT .section-10 .phone-screen .row [class*='col-']:nth-child(9) .scrollmagicfadeUp .effect {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
    }
    #page-workFPT .section-10 .phone-screen .row [class*='col-']:nth-child(4) .scrollmagicfadeUp .effect {
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s;
    }
}

@media (min-width: 1441px) {
    #page-workFPT .section-10 {
        padding-bottom: 170px;
    }
    #page-workFPT .section-10 .section-10__header {
        margin-bottom: 180px;
    }
    #page-workFPT .section-10 .phone-screen .row {
        margin-left: -45px;
        margin-right: -45px;
    }
    #page-workFPT .section-10 .phone-screen .row [class*='col-'] {
        padding-left: 45px;
        padding-right: 45px;
    }
    #page-workFPT .section-10 .phone-screen .phone-screen__item {
        margin-bottom: 90px;
    }
}

#page-workFPT .section-11 {
    background-color: #101e76;
}

#page-workFPT .section-11 .f-img {
    margin-bottom: 90px;
}

#page-workFPT .section-11 .fpt-textbox {
    margin-bottom: 75px;
}

#page-workFPT .section-11 .fpt-textbox .fpt-textbox__subtitle {
    color: #dcdcdc;
    margin-bottom: 0;
}

#page-workFPT .section-11 .f-font {
    font-size: 52px;
    line-height: 1.2;
    background-image: -webkit-gradient(linear, left top, right top, from(#4db0e9), to(#81fdfd));
    background-image: -webkit-linear-gradient(left, #4db0e9 0%, #81fdfd 100%);
    background-image: -o-linear-gradient(left, #4db0e9 0%, #81fdfd 100%);
    background-image: linear-gradient(to right, #4db0e9 0%, #81fdfd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #page-workFPT .section-11 .f-img {
        margin-bottom: 160px;
    }
    #page-workFPT .section-11 .fpt-textbox .fpt-textbox__divider {
        width: 46px;
        margin-top: 6px;
    }
}

@media (min-width: 768px) {
    #page-workFPT .section-11 .f-font {
        font-size: 80px;
    }
}

@media (min-width: 992px) {
    #page-workFPT .section-11 .fpt-textbox {
        margin-bottom: 120px;
    }
    #page-workFPT .section-11 .f-font {
        font-size: 115px;
    }
}

@media (min-width: 1200px) {
    #page-workFPT .section-11 .f-font {
        font-size: 130px;
    }
}

@media (min-width: 1441px) {
    #page-workFPT .section-11 .f-img {
        margin-bottom: 150px;
    }
    #page-workFPT .section-11 .fpt-textbox {
        margin-bottom: 190px;
    }
    #page-workFPT .section-11 .f-font {
        font-size: 160px;
    }
}

@-webkit-keyframes fptCustomSharp {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.8);
        transform: rotate(180deg) scale(0.8);
        opacity: .5;
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
        opacity: 1;
    }
}

@keyframes fptCustomSharp {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.8);
        transform: rotate(180deg) scale(0.8);
        opacity: .5;
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes fptBounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes fptBounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
