a#subscribeButton{
color: white !important;
}

}.Heading5 {    font-size: 24px;
    line-height: 22px;
    color: #003366;
}

A:link {
    color: #1736d6e0;
    text-decoration: none;
}

.skin_wrapper{
width:100% !important;
}

#Body
{
background: none !important;
}

.logo_style
{
margin-top: -50px !important;
}

#dnn_dnnLOGO_imgLogo {
 
}
.skin_header {
    padding: 3em 0;
}

.menu_style {
    position: absolute;
    right: 10px;
    top: 50px;
}

  

/*2025*/

.grid-sp {
    max-width: 1000px;
    margin: 0 auto;
    display: grid
;
    grid-template-columns: repeat(auto-fit, 230px);
    grid-auto-rows: 150px;
    grid-gap: 10px;
    padding: 1em;
    text-align: center;
    justify-content: center;
}
.grid-sp {
    & div {
        height: -webkit-fill-available;
        padding-block: 2em;
        background-image: var(--img_sp);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        place-items: center;
        place-content: center;
    }
}
.grid-sp img {
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
}
.table_sp{
max-width: 850px !important;
& td{
    padding: .5em !important;
    width: 20% !important;
place-content: center;
place-items: center;
}
}
.sp__gold{
    & img{
        object-fit: contain;
    width: 100% !important;

}
}
.sp__blue{
    & img{
        object-fit: contain;
    width: 85% !important;
    
}
}
.sp__red{
    & img{
        object-fit: contain;
    width: 80% !important;
  
}
}
































