
/*** Homepage hero ****/
.hp-hero {
    position: relative;
    padding: 100px 0 315px 0;

}
.hp-hero:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 69%, 0% 100%);
    background: linear-gradient(264deg, #7DBAB9 6.98%, #1E2749 78.14%);
}
.hp-hero:before {
    content: '';
    width: 100%;
    height: calc(100% - 60px);
    position: absolute;
    top: 0;
    left: 0;
    background: #1E2749;
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 100% 69%, 0% 100%);
}
.hp-hero > .wrapper-indent {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.hp-hero-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 640px;
    color: #fff;
}

.hp-hero-side-decoration {
    position: absolute;
    bottom: 9px;
    left: 0;
    transform: rotate(-2deg);
    opacity: .7;
}

.hp-hero-side-top-decoration {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0.6;
    pointer-events: none;
}

.page-content article {
    position: relative;
}
.hp-hero-scroll-btn {
    /*position: absolute;*/
    flex-shrink: 0;
    margin-right: 100px;
    position: relative;
    height: 170px;
    width: 170px;
    border-radius: 100%;
    border: none;
    border: 2px dotted #EA626A99;
    background: transparent;
    transition: all .2s .12s ease;
    /*background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23EC3463' stroke-width='2' stroke-dasharray='0%25%2c 5%25' stroke-dashoffset='100' stroke-linecap='square'/%3e%3c/svg%3e");*/
}
.hp-hero-scroll-btn:is(:hover,:focus){
    transform: scale(.95);
}

.hp-scroll-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    border: 2px dotted #EA626A99;
    border-spacing: 10px;
    transform: translate(-50%,-50%);
    transition: all .2s ease;
}
.hp-scroll-circle:first-of-type {
    transition-delay: 0s;
    width: 560px;
    height: 560px;
}
.hp-scroll-circle:nth-of-type(2) {
    transition-delay: 0.04s;
    width: 430px;
    height: 430px;
}
.hp-scroll-circle:last-of-type {
    transition-delay: 0.08s;
    width: 300px;
    height: 300px;
}

.hp-hero-scroll-btn:is(:hover,:focus) .hp-scroll-circle{
    transform: translate(-50%,-50%) scale(.95);
}

.hp-hero-red-decoration--right {
    position: absolute;
    right: -10px;
    bottom: 215px;
}
.hp-hero-red-decoration--left {
    position: absolute;
    left: -10px;
    bottom: -13px;
    transform: rotate(-2deg);
}


.home .fintech-arrow {
    top: 230px;
}
.fintech-arrow path {
    fill: #424770;
}

@media (min-width: 2300px) {
    .hp-hero-red-decoration--left {
        transform: rotate(1deg);
        bottom: -21px;
    }
    .hp-hero-red-decoration--right {
        bottom: 221px;
        transform: rotate(2deg);
    }
    .hp-hero-side-decoration {
        bottom: -10px;
        transform: rotate(1deg);
    }
}
@media (max-width: 1440px) {
    .hp-hero-side-decoration {
        bottom: 20px;
        transform: rotate(356deg);
    }
    .hp-hero-red-decoration--right {
        transform: rotate(-4deg);
    }
    .hp-hero-red-decoration--left {
        transform: rotate(-4deg);
    }
}
@media (max-width: 1200px) {
    .hp-hero-scroll-btn {
        height: 110px;
        width: 110px;
        min-width: 110px;
    }
    .hp-hero-scroll-btn svg {
        width: 30px;
        height: 16px;
    }
    .hp-scroll-circle:first-of-type {
        width: 500px;
        height: 500px;
    }
    .hp-scroll-circle:nth-of-type(2) {
        width: 370px;
        height: 370px;
    }
    .hp-scroll-circle:last-of-type {
        width: 240px;
        height: 240px;
    }

    .hp-hero-side-decoration {
        bottom: 34px;
        transform: rotate(353deg);
    }

    .hp-hero-red-decoration--right {
        transform: rotate(-5deg);
        bottom: 207px;
    }
    .hp-hero-red-decoration--left {
        transform: rotate(-5deg);
    }

    .home .fintech-arrow {
        top: 239px;
    }
}
@media (max-width: 992px) {
    .hp-hero {
        position: relative;
        padding: 80px 0 220px 0;
    }

    .hp-hero-scroll-btn {
        height: 104px;
        width: 104px;
        min-width: 104px;
        position: absolute;
        right: 60px;
        bottom: 242px;
    }
    .hp-scroll-circle:first-of-type {
        width: 340px;
        height: 340px;
    }
    .hp-scroll-circle:nth-of-type(2) {
        width: 260PX;
        height: 260px;
    }
    .hp-scroll-circle:last-of-type {
        width: 180px;
        height: 180px;
    }

    .hp-hero-side-decoration {
        bottom: 24px;
        height: 140px;
        width: 400px;
        transform: rotate(358deg);
    }

    .hp-hero:before {
        height: calc(100% - 50px);
        clip-path: polygon(0 0, 100% 0, 100% 79%, 0% 100%);
    }
    .hp-hero:after {
        clip-path: polygon(0 0, 100% 0, 100% 79%, 0% 100%);
    }

    .hp-hero-red-decoration--left {
        display: none;
    }
    .hp-hero-red-decoration--right {
        transform: rotate(-1deg);
        bottom: 114px;
        height: 56px;
        width: 162px;
    }
    .hp-hero-side-top-decoration {
        width: 315px;
        opacity: 0.4;
    }

    .home .fintech-arrow {
        top: 226px;
    }
}
@media (max-width: 586px) {
    .hp-hero {
        position: relative;
        padding: 44px 0 150px 0;
    }
    .hp-hero:before {
        height: calc(100% - 40px);
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    }
    .hp-hero:after {
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    }


    .hp-hero-scroll-btn {
        height: 103px;
        width: 103px;
        min-width: 103px;
        position: absolute;
        right: 24px;
        bottom: 130px;
        margin-right: 0;
    }

    .hp-hero-red-decoration--right {
        transform: rotate(-2deg);
        bottom: 21px;
        height: 60px;
        width: 154px;
    }
    .hp-hero-side-decoration {
        bottom: -32px;
        height: 141px;
        width: 188px;
        transform: rotate(356deg);
        left: -100px;
    }
    .hp-hero-side-top-decoration {
        display: none !important;
    }
}
