<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pub-ban.no-pub {
    display: none !important;
}

#pzaws {
    background: #ffffff;
    font-family: "Roboto", sans-serif;
}

#pzaws .header-article {
    min-height: 350px;
    max-height: 350px;
    background-repeat: no-repeat;
    background-color: #333E48;
}

#header-container {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    gap: 40px;
    color: #ffffff;
    max-width: 1200px;
}

.header-logo img {
    width: 100px;
}

.header-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 20px;
    text-align: left;
    max-width: 700px;
}

.header-content h2 {
    text-align: left;
}

@media (min-width: 768px) and (max-width: 917px) {
    #header-container {
        max-width: 100%;
    }
}

@media (max-width: 766px) {
    #header-container {
        padding: 20px;
        max-width: 100%;
        width: 100%;
    }
    .header-content h2 {
        font-weight: bold;
    }
}


.content-aws {
    background: #ffffff;
    width: 100%;
    padding: 60px 0;
}


.first-wrapper {
    display: flex;
    flex-direction: row;
    width: 80%;
    max-width: 1200px;
    gap: 40px;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
}


.first-content, .first-holder {
    width: 48%;
}

.first-holder img {
    width: 100%;
    height: auto;
}

.first-holder p {
    font-style: italic;
    text-align: center;
    font-size: 14px;
}

.first-content h1 {
    font-size: 28px;
    line-height: 1.3;
    margin: 0 0 15px 0;
    color: #333E48;
}


.first-content p {
    color: #000000;
    line-height: 1.3;
}

.botton-aws {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    color: #FF9900;
    /* Add a transition for smooth animation */
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.botton-aws a {
    color: #FF9900;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}

.botton-aws svg path {
    fill: #FF9900;
    transition: fill 0.3s ease-in-out;
}

.botton-aws:hover {
    color: #CC7A00;
    transform: translate(10px, 0px);
}

.botton-aws:hover a {
    color: #CC7A00;
}

.botton-aws:hover svg path {
    fill: #CC7A00;
}

/* first content styling @media */
@media (min-width: 768px) and (max-width: 917px) {
    .first-wrapper {
        gap: 20px;
    }
    .first-content h1 {
        font-size: 18px;
    }
    .first-content p {
        font-size: 14px;
    }
    .first-holder p {
        font-size: 12px;
    }
}


@media (max-width: 766px) {
    .first-wrapper {
        flex-direction: column-reverse;
        gap: 20px;
        margin: 0;
        padding: 20px;
        width: 100%;
    }
    .first-content, .first-holder {
        width: 100%;
    }
        .first-content h1 {
        font-size: 18px;
    }
    .first-content p {
        font-size: 14px;
    }
    .first-holder p {
        font-size: 12px;
    }
}


.sepaws {
    width: 80%;
    margin: 40px auto;
    height: 1px;
    background: #868686;
}


.sec-holder {
    display: flex;
    flex-direction: row;
    width: 80%;
    max-width: 1200px;
    gap: 20px;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
}

.sec-holder {
    display: flex;
    flex-direction: row;
    width: 80%;
    max-width: 1200px;
    gap: 40px;
    margin: 0 auto;
}

.articleaws {
    display: flex;
    flex-direction: column;
    width: 48%;
    gap: 10px;
    justify-content: space-between;
}

.articleaws h3 {
    height: 50px;
    line-height: 1.3;
    overflow: hidden;
    color: #333E48;
}

.image-wrapper img {
    width: 60%;
    height: 277px;
    object-fit: cover;
    object-position: center;
    max-width: 290px;
    background: #D9D9D9;
}

.image-wrapper p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0;
}

.articleaws .articleparagraph {
    text-align: justify;
    color: #000000;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
}


.botton-aws2 {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    color: #FF9900;
    /* Add smooth transitions for color and transform */
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.botton-aws2 a {
    color: #FF9900;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}

.botton-aws2 svg path {
    fill: #FF9900;
    transition: fill 0.3s ease-in-out;
}

.botton-aws2:hover {
    color: #CC7A00; 
    transform: translate(10px, 0px);
}

.botton-aws2:hover a {
    color: #CC7A00;
}

.botton-aws2:hover svg path {
    fill: #CC7A00;
}

.image-wrapper {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
}

.h3holder {
    height: 50px;
}

.paragraph-holder {
    height: 120px;
}

@media (min-width: 768px) and (max-width: 917px) {
    .image-wrapper img {
        height: auto;
    }
    .h3holder {
        height: 70px;
    }
    .paragraph-holder {
        height: 170px;
    }
}

@media (max-width: 766px) {
    .image-wrapper img {
        height: auto;
        width: 40%;
    }
    .articleaws {
        width: 100%;
    }
    
    .h3holder {
        height: auto;
    }
    .paragraph-holder {
        height: auto;
    }
    .sec-holder {
        flex-direction: column;
    }
}

.separateur {
    width: 100%;
    height: 50px;
    background: #ffffff;
}



.image-wrapper-inner {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.image-wrapper-inner img {
    width: 46%;
    height: auto;
}

.image-caption {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    width: 100%;
}

.image-caption p {
    width: 100%;
}</pre></body></html>