<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "Gala23Head";
    src: url("../fonts/QuicheDisplay-Medium.otf"), url(../fonts/QuicheDisplay-Medium.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gala23Body";
    src: url("../fonts/TT-Commons-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

.head23 {
    font-family: "Gala23Head";
    color: #173660;
    font-size:7em;
}

.body23 {
    font-family: "Gala23Body";
    font-size: 24px;
    color: #173660;
}

.galabg
{
    background-image: url('/images/gala/gala2023bg.png?vers-1') !important;
    background-repeat: no-repeat !important;
}

.galabtn 
{
    cursor: pointer;
    background-color: #f4436c;
    padding: 10px 20px 10px 20px !important;
    border-radius: 50px !important;
    text-align: center;
    font-family: sans-serif;
    color: white;
    border: 0px solid black;
    min-width: 150px;
    font-weight:bold;
}

.galabtnsm {
    cursor: pointer;
    background-color: #f4436c;
    padding: 5px 10px 5px 10px !important;
    border-radius: 25px !important;
    text-align: center;
    font-size: 12px;
    font-family: sans-serif;
    color: white;
    border: 0px solid black;
    min-width: 100px;
    font-weight: bold;
}

.galabtnx 
{
    cursor: pointer;
    background-color: #f4436c;
    padding: 1px 4px 1px 4px !important;
    border-radius: 5px !important;
    text-align: center;
    font-size: 12px;
    font-family: sans-serif;
    color: white;
    border: 0px solid black;
    min-width: 30px;
    font-weight: bold;
}


.galabtnw {
    cursor: pointer;
    background-color: white;
    padding: 10px 60px 10px 60px;
    border-radius: 50px;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    color: black;
    display: inline-block;
    text-align: center;
    border: 0px solid black;
    min-width: 150px;
}


.ulgala 
{
    list-style-type: none !important;
    list-style-image: none !important;
    padding: 0;
    margin: 0;
}

.ulgala li 
{
    background: url('../images/flat-color-icons-svg/nextw.png') no-repeat left center;
    background-size: 20px;
    padding-left: 25px;
}</pre></body></html>