<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/**umb_name:aboutUs_Header*/
.AboutUs .aboutUs_Header {}

/**umb_name:History*/
.AboutUs .History {}

/**umb_name:History p*/
.AboutUs .History .content,
.AboutUs .History p {
    font-family: "Prompt", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 42.24px;
    text-indent: 50px;
}
 
/**umb_name:Objectives*/
.AboutUs .Objectives {}

/**umb_name:Objectives Title*/
.AboutUs .Objectives h2 {
    font-family: "Prompt", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 67.58px;
}

/**umb_name:Objectives p*/
.AboutUs .Objectives p {
    font-family: "Prompt", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 42.24px;
}

/**umb_name:PreviousWork*/
.AboutUs .PreviousWork {}

/**umb_name:PreviousWork p*/
.AboutUs .PreviousWork p {
    font-family: "Prompt", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 42.24px;
}

/**umb_name:Committee*/
.AboutUs .Committee {}

/**umb_name:Committee_Title*/
.AboutUs .Committee .Committee_Title ,.AboutUs .Committee .Committee_Title span  {
    font-family: Thasadith;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    margin-bottom: 30px;
}

/**umb_name:Committee_Item*/
.AboutUs .Committee .Committee_Item * {
    font-family: Thasadith;
    font-size: 4vw;
    font-style: italic;
    font-weight: 700;
    line-height: 31.2px;
    text-wrap: nowrap;
    text-align: center;
}

/**umb_name:Committee_Item Committee_Name*/
.AboutUs .Committee .Committee_Item .Committee_Name {
    border: 0px;
    padding: 15px;
}

/**umb_name:Committee_Item Committee_Role*/
.AboutUs .Committee .Committee_Item .Committee_Role {
    border: 0px;
    padding: 15px;
}


/**XS-Small devices (portrait phones, less than 576px)*/
@media (max-width: 375px) {}


/**X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {}

/**Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {}

/**Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {}

/**Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {}

/**X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {}



/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .AboutUs .Committee .Committee_Item * {
        font-size: 24px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    /**umb_name:Committee_Item*/
    .AboutUs .Committee .Committee_Item * {
        text-indent: 25%;
        text-align: start;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {}</pre></body></html>