<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scholarship-container{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 36px ;
}
.scholarship-container .photo{
    width: 366px;
    height: 366px;
    flex-shrink: 0;
    position: relative;
    background: url('../images/photo-border.png') no-repeat center center;
    top: 29px;
    left: 29px;
}

.scholarship-container .photo img{
    width: 320px;
    height: 320px;
    object-fit: cover;
    position: relative;
    top: -29px;
    left: -29px;
    z-index: -1;
}

.view-more2{
    width: fit-content;
    min-width: 280px;
	height: 60px;
    line-height: 60px;
	background: url('../images/more-view-btn2.png') no-repeat center center;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}
.text-container{
    width: 100%;
    max-width: 653px;
}
.text-container p {
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #1f1f1f;
}
.scholarship-table{
    margin-top: 70px;
}
.A{
    background: url('../images/LevelA.jpg') no-repeat center center;
    background-size: 100% 100%;
    width: 365px;
	height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.B{
    background: url('../images/LevelB.jpg') no-repeat center center;
    background-size: 100% 100%;
    width: 365px;
	height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.C{
    background: url('../images/LevelC.jpg') no-repeat center center;
    background-size: 100% 100%;
    width: 368px;
	height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.scholarship-table .table&gt;tbody&gt;tr:first-child td{
    padding: 0;
    width: fit-content;
    border-top: 2px solid #b52e26;
}
.scholarship-table .table&gt;tbody&gt;tr:last-child{
    border-bottom: 2px solid #b52e26;
}
.scholarship-table .table td{
    vertical-align:middle;
    color: #1f1f1f;
    font-size: 18px;
}
.th-container{
    height: 96px;
    width: 365px;
    position: relative;
}
.table td.td-grey{
    background-color: #f8f8f8;
}
.table td.td-white{
    background-color: #ffffff;
}
.ps{
    color: #b52e26; 
    line-height: 32px;
    font-size: 16p x;
    letter-spacing: 0px;
 
}
.italic{
    font-style: italic;
    color: #808080;
}
i.ok-icon{
    display: inline-block;
    width: 16px;
	height: 12px;
    background: url('../images/ok.png') no-repeat center center;
    background-size: contain;
    margin-right: 10px;
}
.degree-container{
    width: 100%;
    overflow: hidden;
    min-height: 600px;
    background-color: #f8f8f8;
    position: relative;
}
.right-container{
    width: 40%;
    max-width: 720px;
	height: 600px;
    flex-shrink: 0;
    position: absolute;
    right: 0;
    /* margin-right:-360px; */
}
.right-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.left-container{
    width: 100%;
    padding: 50px 0;
}
.degree-title{
    color: #1f1f1f;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.list{
    color: #1f1f1f;
    line-height: 32px;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
    padding-right: 360px;
}

.list li{
    padding-left: 90px;
    width: 706px;
    position: relative;
    margin-top: 40px;
}
.list li .index{
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
    background-color: #b52e26;
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    
}
.top{
    width: 100%;
    height: 70px;
    background-color: #f8f8f8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1f1f1f;
    font-size: 18px;
    padding: 0 30px;
}
.years{
    font-size: 24px;
    font-weight: bold;
}
.table-container .table tr&gt;td:not(:first-child){
    padding-left: 40px;
}
.table-container .table tbody&gt;tr:first-child{
    border-top: 4px solid #b52e26;
}
.table-container .table tbody&gt;tr:first-child td{
    padding:12px;
}


.degree-content{
    padding:20px 0 100px 0;
}

.degree-table td{
    color: #1f1f1f;
    font-size: 18px;
    line-height: 32px;
    padding: 20px 0;
}

.degree-table tr&gt;td:nth-child(1) {
    font-size: 18px;
    color: #1f1f1f;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 16px;
    vertical-align: top;
}

.content-container {
    color: #1f1f1f;
    font-size: 18px;
    line-height: 32px;
    padding: 20px 0;
}

.file-list {
    color: #007bff;
    font-size: 18px;
    line-height: 32px;
    padding: 20px 0;
}</pre></body></html>