<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-image: url(../images/footer-bg-sky.jpg);
    background-position: bottom center;
    background-size: cover;
}

.contentWrap {
    max-width: 1340px;
    gap: 30px;
}

.contentWrap .hero {
    width: 100%;
    display: grid;
    align-items: start;
    justify-items: center;
    gap: 20px;
}

.contentWrap .hero&gt;img {
    display: none;
}

@media only screen and (max-width: 768px) {
    .contentWrap .hero&gt;img {
        width: 100%;
        max-width: 510px;
        display: flex;
        align-self: center;
    }
}

.message {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.contentWrap .hero .message .text {
    font-family: Roboto, Monsterrat, Noto Sans, sans-serif;
    font-weight: bolder;
    text-align: left;
}

.contentWrap .hero .message .text b {
    padding-top: 90px;
    padding-bottom: 10px;
    display: flex;
    color: #e50017;
    font-size: 40px;
    font-family: Roboto, Monsterrat, Noto Sans, sans-serif;
    font-weight: bold;
    line-height: normal;
}

@media only screen and (max-width: 1024px) {
    .contentWrap .hero .message .text b {
        padding-top: 0;
        font-size: 26px;
    }
}

.message img {
    width: 100%;
    display: inline-block;
    border-radius: 0 40px 40px 40px;
}

.message .text .title {
    margin-bottom: 10px;
    color: #ec1c23;
    font-size: 40px;
    font-family: Roboto, Monsterrat, Noto Sans, sans-serif;
    font-weight: bold;
    padding-top: 10px;
    line-height: 2em;
    text-align: left;
}

.message h1 {
    padding-bottom: 10px;
}

.message ul {
    padding-left: 27px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.message ul li {
    list-style-type: decimal;
    font-size: 25px;
    font-family: Roboto, Monsterrat, Noto Sans, sans-serif;
    font-weight: bold;
}

.message ul li .title {
    font-size: 25px;
    font-family: Roboto, Monsterrat, Noto Sans, sans-serif;
    font-weight: bold;
    padding-bottom: 1.5em;
}

@media only screen and (max-width:1024px) {
    .message ul li .title {
        line-height: 1.5em;
        padding-bottom: 0.5em;
    }
}

/*------------------------------------------------*/

.contentWrap .hero .message&gt;.text&gt;.heroImg {
    float: left;
    margin: 0.5em 2.5em 1.3em 0;
}

.contentWrap .hero .message&gt;.text&gt;.heroImg img {
    width: auto;
    height: 40em;
}

@media only screen and (max-width: 1024px) {
    .contentWrap .hero .message&gt;.text&gt;.heroImg img {
        height: 28em;
    }
}

@media only screen and (max-width: 768px) {
    .contentWrap .hero .message&gt;.text&gt;.heroImg {
        display: none;
    }

    .contentWrap .hero .message&gt;.text&gt;.heroImg img {
        display: none;
    }
}

.text {
    text-align: justify;
    margin: 0;
    line-height: 2;
    letter-spacing: 0.7px;
    font-size: 19px;
}

@media only screen and (max-width: 1024px) {
    .text {
        font-size: 16px;
    }
}

.img {
    display: flex;
    width: auto;
    height: 395px;
}

@media only screen and (max-width: 768px) {
    .img {
        width: 100%;
        height: auto;
    }
}

.img1 {
    float: left;
    margin: 0.5em 4.5em 2.8em 0;
}

@media only screen and (max-width: 1024px) {
    .img1 {
        margin: 0.5em 3.5em 1.5em 0;
    }
}

.img12 {
    float: left;
    margin: 0.5em 4.5em 1.8em 0;
}

body.firefox .img1 {
    margin: 0.5em 4.5em 2.7em 0;
}

.img2 {
    float: right;
    margin: 0 0 2.1em 4.5em;
    margin-top: 6.5em;
    shape-outside: inset(4.6em 0 0);
}

@media only screen and (max-width: 1024px) {
    .img2 {
        float: right;
        margin: 0 0 2.1em 3.5em;
        margin-top: 6.5em;
        shape-outside: inset(4.6em 0 0);
    }
}

.img3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.1em;
    float: right;
    margin: 0 0 2.8em 4.5em;
    margin-top: 6.6em;
    shape-outside: inset(5.4em 0 0);
    height: calc(790px + 1.9em);
}

@media only screen and (max-width: 1024px) {
    .img3 {
        display: none;
    }
}

.img4,
.img5 {
    float: right;
    margin: 0 0 2.8em 3.4em;
    margin-top: 16.6em;
    shape-outside: inset(16em 0 0);
}

@media only screen and (max-width:1024px) {
    .img4 {
        float: right;
        margin: 0 0 0.8em 3.4em;
        margin-top: 16.6em;
        shape-outside: inset(15em 0 0);
    }
}

@media only screen and (max-width: 830px) {

    .img1,
    .img12,
    .img2,
    .img3,
    .img4 {
        display: none;
    }
}

@media only screen and (max-width: 910px) {
    .img5 {
        display: none;
    }
}

.img img {
    width: auto;
    height: 395px;
    border-radius: 0 40px 40px 40px;
}

.mobImg,
.mobImg3,
.mobImg5 {
    display: none;
    width: 100%;
    padding: 0 0 15px 0;
}

@media only screen and (max-width: 1024px) {
    .mobImg3 {
        display: inline-block;
    }
}

@media only screen and (max-width: 830px) {
    .mobImg {
        display: inline-block;
    }
}

@media only screen and (max-width: 910px) {
    .mobImg5 {
        display: inline-block;
    }
}

.img6 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.img6 img {
    width: 100%;
    max-width: 790px;
    height: auto;
}</pre></body></html>