<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.code-conduct h2 {
    padding: 50px 0 20px 0px;
    text-align: center;
}

.code-conduct p {
    padding: 10px 0 40px 0;
    text-align: center;
}

.code-topconduct h5 {
    font-weight: bold;
    padding: 5px 0;
    color: rgb(0, 94, 94);
}

.code-topconduct {
    background-color: rgb(236, 190, 217);
    padding: 10px 50px;
}

.code-topconduct p {
    padding-top: 5px;
    padding-bottom: 25px;
    text-align: left;
}

.code-bottomconduct {
    margin: 40px 0;
    background-color: rgb(194, 215, 215);
    padding: 30px;
}
.code-bottomconduct h4{
    padding: 40px 0;
    text-align: center;
    font-weight: bold;
    font-size: 28px;

}
.code-bottomconduct p {
    text-align: left;
    padding: 0px 0px 0px 0;
}
.code-box{
    padding: 20px 0;
}
.code-bottomconduct a{
    color: #000;
}
.code-bottomconduct span {
    font-weight: bold;
}</pre></body></html>