body {
    font-family: 'Satoshi', sans-serif;
}

.a1 {
    position: absolute;
    z-index: 999999999999;
    width: 100%;
}

.a2 {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    z-index: 999999999;
    position: absolute;
    background-image: url(images/bg.png);
    background-position: 10% 220%;

    background: #efefbb;
    background: linear-gradient(to top, #ffffff00, #ffffff);
}

.a3 {
    background: #F5F1EA;
    position: relative;
    top: -90px;
    width: 90%;
    margin: 0 auto;
}

.a4 {
    width: 100% !important;
    height: 20vh !important;
    object-fit: cover;
    z-index: 999999999;
    position: absolute;
    background-image: url(images/bg.png);
    background-position: 10% 220%;

    background: #efefbb;
    background: linear-gradient(to top, #ffffff00, #ffffff);
}



.a5 {
    width: 100% !important;
    height: 57vh !important;
    object-fit: cover;
    z-index: 999999999;
    position: absolute;
    background-image: url(images/bg.png);
    background-position: 10% 220%;

    background: #efefbb;
    background: linear-gradient(to bottom, #ffffff00, #ffffff);
}


.a6 {
    background: #F5F1EA;
    position: absolute;
    left: 10px;
    width: 50%;
    margin: 0 auto;
    left: 10px;
    top: 210px;
}

.a43 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #f4f1eb;
    padding: 40px;
    border-radius: 20px;
}
.a44 {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.circle {
    font-size: 7px;
    position: relative;
    top: -2px;
}

.w-35 {
    width: 35% !important;
}

.w-50px {
    width: 50px;
}

.color-1 {
    color: #090F8C !important;
}

.color-1:hover {
    color: #0c3ac3 !important;
}

.color-2 {
    color: #2C2C2C !important;
}

.color-3 {
    color: #2C2C2C !important;
    text-decoration: none;

}

.color-3:hover {
 
    text-decoration: underline;
}

.color-4 {
    color: #090F8C !important;
}

.fs-13 {
    font-size: 13px;
}

.fs-12 {
    font-size: 12px;
}

.mb-color-1 {
    border-color: #090F8C !important;
}

.m0 {
    margin: 0 auto;
}

.cardFilter {
    filter: grayscale(0);
}

.cardFilter:hover {
    filter: grayscale(1);
}

.w25 {
    width: 65% !important;
}

.a15 {
    border-bottom: solid 1px #979797c7;
    width: 100%;
    outline: none;
    padding: 10px 0px;
    border-left: solid 0px rgba(0, 0, 0, 0.1);
    border-right: solid 0px rgba(0, 0, 0, 0.1);
    border-top: solid 0px rgba(0, 0, 0, 0.1);
  }
  

.a17 {
    width: 1em;
    height: 1em;
    background-color: #e9e6dd;
    border-radius: 100%;
    margin-right: 1.5em;
    padding: 34px;
    color: #212529;
    margin: 0 auto;
    font-size: 27px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}



@media screen and (max-width: 500px) {
    
    .a2 {
        width: 100% !important;
        height: 40% !important;
        object-fit: cover;
        z-index: 999999999;
        position: absolute;
        background-image: url(images/bg.png);
        background-position: 10% 220%;
        background: #efefbb;
        background: linear-gradient(to top, #ffffff00, #ffffff);
    }

    .w25 {
        width: 100px !important;

    }

    .a43 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        background: #f4f1eb;
        padding: 30px;
        border-radius: 20px;
        text-align: center;
    }

}
