.card1781944347 {
    
}

.card1781944347 .mhead {
    border-radius: 17px 17px 0 0;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.card1781944347 .mhead::before,
.card1781944347 .mhead::after{
    content:"";
    flex:1;
    height:1px;
    background:
    linear-gradient(
        90deg,
        transparent,
        #FFD700,
        transparent
    );
    box-shadow:  0 0 10px #FFD700;
}

.card1781944347 .mtitle {
    padding-bottom: 20px;
    margin: 0;
    font-family: 'BMorvarid';
    font-size: 56px;
    font-weight: 900;
    line-height: 2.2;
    color:#FFD700;
    text-align:center;
    text-shadow:
        0 2px 0 #b8860b,
        0 4px 0 #8b6508,
        0 0 15px rgba(255,215,0,.7),
        0 0 30px rgba(255,215,0,.4);
    background:
    linear-gradient(
        180deg,
        #fff7c2 0%,
        #ffd700 35%,
        #d4af37 65%,
        #8b6508 100%
    );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    letter-spacing:-1px;
}

.card1781944347 .mdesc {
    
}

.card1781944347 .mbody {
    
}

.card1781944347 .mcontent {
    
}

/*Module specific style*/
.card1781944347 .card {
    margin:30px;
    overflow:hidden;
    background: transparent;
    margin-top: 0;
    border:2px solid #d4af37;
    border-radius:32px;
    padding: 13px;
    position:relative;
    box-shadow: 0 0 0 1px rgba(255,215,0,.3),
        0 0 25px rgba(255,215,0,.15),
        inset 0 0 20px rgba(255,215,0,.05);
            height: -webkit-fill-available;
}

.card1781944347 .card::before{
    content:"";
    position:absolute;
    inset:-2px;
    border-radius:32px;
    background:
    linear-gradient(
        135deg,
        transparent,
        rgba(255,215,0,.8),
        transparent
    );
    z-index:-1;
    filter:blur(8px);
}


.card1781944347 .card-background {
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-size:100% 100%;
    z-index:1;
}

.card1781944347 .card-foreground:not(.card-header) {
    z-index: 2;

    border-radius: 15px;
    padding: 10px;
        /*height: 782px;*/
}

.card1781944347 .card-header {
    text-align:center;
    border-bottom: 1px solid #ac941f63;
}

.card1781944347 .card-header a{
        color: #d3ae36;
    font-size: 39px;
    font-weight: bold;
    font-family: 'BMorvarid';  
}


.card1781944347 .card-title {
    text-align:center;
}

.card1781944347 .card-body {
    text-align:justify;
}

.card1781944347 .card-image {
    text-align: center;
}

.card1781944347 .card-icon {
    text-align: center;
    font-size: 35px;
    padding: 15px 0;
}

.card1647172899 .card-text {
    font-size:small;
    text-align:center;
}

.card1647172899 .image-link {
    text-align:center;
}

.card1781944347 .list-group {
    font-size:smaller;
}

.card1781944347 .list-group li {
      background: transparent;
      border: 0;
      color: #fff;
          font-size: 16px;
              text-align: justify;
}

.card1781944347 .list-group li:before{
    content:"✓";
    color: #d4af37;
    padding: 0;
    width: auto;
    height: 20px;
    display: grid-lanes;
    margin-left: 15px;
    font-size: 20px;
}

.card1781944347 .list-group li a{
     color: #fff;
     font-size: 17px;
}

.card1781944347 .card-link {
    font-size:smaller;
}
/*Module specific style*/

@media (max-width: 767px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
    
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 1200px) {
	
}