

.landingBtn{
    background-color: #000;
    border: none;
    padding: 12px 35px;
    border-radius: 50px;
    cursor: pointer;
    color: #000;
    position: relative;
    width: auto;
}

.landingBtn::after{
    content: attr(data-title);
    background-color: #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50px;
    transition: 0.3s;
    font-family: 'Variable2','RobotoLocal',sans-serif;
}

.landingBtn.--red::after{
    background-color: #E40147;
    color: #fff;
}

.landingBtn.--outline::after{
    color: #E40147;
    border: 2px solid #E40147;
}


.landingBtn:hover::after{
    transform: translateY(-5px);
}

#topHero{
    background-size: cover;
}

#topHeroContent{
    background-color: #fff;
    color: #000;
}

@media (max-width: 1200px){
    #topHeroContent{
        height: auto;
    }
}

#topHeroContent > div{
    padding: 48px 0;
}

@media (max-width: 1200px){
    #topHeroContent > div{
        padding: 20px;
        margin: 0;
    }
}

#TopHeroLogos {
    height: 70px;
}
#topHero a[href="#firstStep"]{
    transition: .3s;
    text-decoration: none;
    text-underline-offset: 10px;
    color: #E40147;
}
#topHero a[href="#firstStep"]:hover{
    text-decoration: underline;
}

#firstStepOne, #firstStepTwo{
    border-radius: 0 32px 32px 0;
    padding-left: 220px;
}
@media (max-width: 1400px){
    #firstStepOne, #firstStepTwo{
        padding: 20px 20px 20px 220px;
    }
}
@media (max-width: 1200px){
    #firstStepOne, #firstStepTwo{
        background-image: none !important; 
        padding-left: 34px;
        padding-top: 0px;
        padding-bottom: 0px;
        text-align: center;
        margin-top: 8px;
    }
}

@media (max-width: 460px){
    #firstStepOne, #firstStepTwo{
        padding-left: 0;
        padding-right: 0;
    }
}
#beneficiaries > .row{
    background-color: #F6F2F2;
}
@media(max-width: 1200px){
    #beneficiaries > .row{
        background-color: #F2F4F6;
    }
}

#beneficiariesSearch{
    color: #fff; 
    cursor: pointer;
    background: #E40147;
    padding: 10px 40px;
    
}

#beneficiariesSearch span{
    transition: 0.3s;
    line-height: 26px;
}
#beneficiariesSearch:hover span{
    transform: scale(1.2);
}
.avalonSection{
    background: #F6F2F2;
    padding: 100px 0;
}

.avalonSection:has(#beneficiaries){
    background: #fff;
}
@media (max-width: 1200px){
    .avalonSection{
        background: #F3F6FE;
        padding: 30px 0;
    }
}


#secondStep{
    margin: 100px 0;
}

@media (max-width: 1200px){
    #secondStep{
        margin: 30px 0;
    }

    #secondStep > div{
        padding: 0;
    }
}

.halfWidthWithGap{
    width: calc(50% - 15px);
}

@media (max-width: 1200px){
    .halfWidthWithGap{
        width: 100%;
    }
}

.p20{
    padding: 20px;
}

.p30{
    padding: 30px;
}

.p34{
    padding: 34px;
}


.py34{
    padding: 34px 0;
}

.py10{
    padding-top: 10px;
    padding-bottom: 10px;
}

.px40{
    padding-left: 40px;
    padding-right: 40px;
}

.py20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.my34{
    margin: 34px 0;
}

.my30{
    margin: 30px 0;
}
.mb30{
    margin-bottom: 30px;
}
.ml20{
    margin-left: 20px;
}

.mt20{
    margin-top: 20px;
}
.fs14{
    font-size: 14px;
}

.square75{
    width: 75px;
    height: 75px;
}

.bgWhite{
    background-color: #fff;
}
.beneficiaryAvalonItem{
    margin-bottom: 20px;
}

.beneficiaryAvalonItem .--red{
    margin: 0 16px 0 20px
}

.beneficiaryAvalonItem .landingBtn{
    padding: 10px 40px;
}

@media (max-width: 992px){
    .beneficiaryAvalonItem{
        margin-bottom: 30px;
    }
    .beneficiaryAvalonItem .--red{
        margin: 20px 0 16px 0;
    }
}

.mw-50{
    max-width: 50%;
}

.mt-30{
    margin-top: 30px;
}

@media (min-width: 1200px){
    .h-xl-100{
        height: 100% !important;
    }
    .fw-xl-bold{
        font-weight: bold !important;
    }
    .text-xl-left{
        text-align: left !important;
    }
    .ml-xl-20{
        margin-left: 20px;
    }
    .p-xl-34{
        padding: 34px;
    }
    .p-xl-30{
        padding: 30px;
    }
}

@media (min-width: 992px){
    .w-lg-auto{
        width: auto !important;
    }
}

@media (min-width: 768px){
    .h-sm-100{
        height: 100%;
    }
    .fs-sm-2{
        font-size: 2rem !important;
    }
}