<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #092f57;
    display: none;
}

*:focus {
    outline: none !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}


.container-fluid {
    padding-right: 7%;
    padding-left: 7%;
}

.my-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}


.container {
    max-width: 1600px;
    padding-right: 10%;
    padding-left: 10%;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    cursor: pointer;
}

a:hover {
    color: inherit;
    text-decoration: none;

}



h1 {
    font-size: 2.8vw;
    font-weight: 700;
    color: #cc202c;
}

h1.red {
    font-size: 21px;
    font-weight: 700;
    color: #cc202c;
}

p {
    font-size: 1vw;
}

.graf-top {
    width: 100px;
}

h2 {
    font-size: 44px;
    font-weight: 700;
}

hr.decoration {
    display: inline-block;
    width: 80px;
    margin-bottom: 10px;
    margin-left: 5px;
    border: 3px solid #092f57;
    background-color: #092f57;
}

.fast-link {
    display: inline-block;
    font-size: 0.8em;
    background-color: #f2f2f2;
    padding: 3px 30px;
    border-radius: 20px;
    margin-top: 20px;
}

.fast-link:hover {
    background-color: #d6d8d7;
}


.hidden-button {
    display: inline-block;
    font-size: 0.8em;
    background-color: #f2f2f2;
    padding: 5px 30px;
    cursor: pointer;
}

.hidden-button:hover {
    background-color: #d6d8d7;
}




h3 {
    font-size: 1.4vw;
    font-weight: 700;
    color: #133c6b;
}

h4 {
    font-size: 13px;
    font-weight: 700;
    color: #cc202c;
    text-transform: uppercase;
}

h4.blue {
    font-size: 12px;
    font-weight: 700;
    color: #133c6b;
}


h5 {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #000000;
}

.ante-news-home h5 {
    font-size: 0.9vw;
    font-style: normal;
    font-weight: 400;
    color: #cc202c;
}

button {

    font-size: 13px;
    font-weight: 500;
    color: #FFF;
    background-color: #cc202c;
    padding: 15px 35px;
    border: 0;
}

button:focus {
    outline: 0;
}

button:hover {

    background-color: #8e1b1f;
}

.modal-header button:hover {
    background-color: transparent;
}

.button-grey {
    color: #FFF;
    background-color: #bdc7c7;
}

.button-grey:hover {

    background-color: #bdc7c7;
}


.button-white {
    color: #455560;
    background-color: #FFF;
}

.button-white:hover {
    background-color: #FFF;
}


.my-round {
    height: 200px;
    width: 200px;
    object-fit: cover;
    border-radius: 100px;
    margin-right: 20px;
    display: inline-block;
}

.my-border-left {

    border-left: 3px solid #193c6a;

}

.menu a {

    font-size: 16px;
    font-weight: 500;
    margin: 0 12px;
    color: #193c6a;
}

.menu a:hover {

    color: #7b9f99;

}

.menu a.selected {

    color: #cc202c;

}

.right-menu {
    color: #7b9f99;
}

.right-menu img {
    height: 16px;
}

.right-menu a {
    margin: 0 12px;
    color: #193c6a;
}

.right-menu a.lang-disabled {
    color: #cc202c;
    cursor: default;
}

#alt-lang {
    position: absolute;
    right: -14px;
    width: 50px;
    padding: 0 10px;
    display: none;
    z-index: 100;
    background-color: #FFF;
}

.carousel-item {
    min-height: 450px;
    height: 50vh;
}

.carousel-item-small {
    height: 500px;
}

.carousel-caption-small {
    left: 7%;
}

.carousel-caption div {
    border-left: 6px solid #FFF;
}

.carousel-banner {
    position: absolute;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    bottom: 0;
    color: #FFF;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;

}


.carousel-banner-white {
    background-color: rgba(255, 255, 255, 0.6);
    height: 42px;
}


.carousel-banner a {

    display: inline-block;
}


.carousel-banner button {
    position: absolute;
    right: 0px;
    top: 0;
    height: 42px;
    width: 42px;
    display: block;
    padding: 2px;

}


.carousel-banner button img {
    height: 42px;
    width: 42px;


}



.carousel-banner-white button {
    padding-top: 2px;

}




.carousel-caption h5 {
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    color: #FFF;
    font-style: normal;
}

.carousel-caption p {
    font-size: 24px;
    line-height: 24px;
}

.carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 0.9;
    color: #455560 !important;
    font-size: 5px;
}

.carousel-control-next-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #FFF;

    width: 50px;
    height: 50px;
    opacity: 0.9;
}


.carousel-control-prev-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    width: 50px;
    height: 50px;
    opacity: 0.9;
}

.carousel-indicators {
    position: absolute;
    bottom: 4%;
    left: 7%;
    text-align: left;
    margin: 0;
    width: 80%;
    display: block;
    color: #FFF;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 50%;
    margin-bottom: -10px;
}

.video-container {
    position: relative;
    width: 100vw;
    height: 80vh;
    overflow: hidden;
}

.video-container-dark {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.video-container h1 {
    position: relative;
    z-index: 100;
    margin-left: 7%;
    color: #FFF;
    font-size: 4vw;
    line-height: 4vw;
    font-weight: bold;
}


.video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120vw;
    height: 120vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
    .video-container iframe {
        height: 60vw;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-container iframe {
        width: 177.78vh;
    }
}



.video-container .video-container-text {
    position: absolute;
    bottom: 4%;
    left: 7%;
    width: 60%;
    color: #FFF;
    font-size: 1.4vw;
    line-height: 1.8vw;

}

.video-container .video-container-text h1 {
    color: #FFF;
    font-size: 4vw;
    line-height: 4vw;
    margin-bottom: 30px;
    font-weight: bold;
}

.video-container .video-container-box {
    bottom: 4%;
    right: 7%;
    width: 100px;
    height: 5px;
    position: absolute;
    background-color: #FFF;
}


.carousel .video-container-text {
    position: absolute;
    bottom: 4%;
    left: 7%;
    width: 100%;
    color: #FFF;
    font-size: 4vw;
    font-weight: bolder;
}

.carousel .video-container-text h1 {
    color: #FFF;
    font-size: 7vw;

}

.carousel .video-container-box {
    bottom: 4%;
    left: 7%;
    width: 15%;
    height: 0.8%;
    position: absolute;
    background-color: #FFF;
}

.carousel .video-container-text-small {
    position: absolute;
    bottom: 20%;

    width: 100%;
    color: #FFF;
    font-size: 1.2vw;
    font-weight: bolder;
}

.carousel .video-container-text-small h1 {
    color: #FFF;
    font-size: 3vw;
    padding: 20px 20px 20px 7%;
    margin-bottom: 30px;
    width: auto;
    ;
    display: inline-block;
    background-color: #193c6a;
}

.carousel .video-container-box-small {
    bottom: 4%;
    right: 7%;
    width: 100px;
    height: 5px;
    position: absolute;
    background-color: #FFF;
}

.contact-box {
    height: 500px;
}

.contact-box .container-text-small {
    position: absolute;
    bottom: 25%;
    left: 14%;
    width: 50%;
    color: #FFF;
    font-size: 1.2vw;
    font-weight: bolder;

}

.contact-box .container-box-small {
    bottom: 10%;
    left: 14%;
    width: 100px;
    height: 5px;
    position: absolute;
    background-color: #FFF;

}





#mega-menu {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #031c35;
    z-index: 100;
    color: #FFF;
    display: none;
}

#mega-menu hr {

    border: 1px solid #FFF;


}


#mega-menu .mega-close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 100;
}

#mega-menu .container,
#mega-menu .row {
    height: 100%;
    color: #FFF;
}

#mega-menu a {
    margin-left: 38px;
    color: #c3cdcd;
}

#mega-menu a:hover {
    color: #FFF;
}

#mega-menu a.big {
    margin-left: 0px;
}

.mega-menu-1 {
    border-right: 1px solid #455559;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}

.mega-menu-1 div,
.mega-menu-2 div,
.mega-menu-3 div {
    padding: 20px;
    height: 650px;
    position: relative;
    width: 100%;
}

.mega-menu-2 {
    border-right: 1px solid #455559;
    height: 100%;
    font-size: 17px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}


.mega-menu-3 {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.mega-menu-3 a {
    display: inline !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
}


.mega-menu-3 div.last_o {
    position: absolute;
    height: auto;
    bottom: 0px;
    width: 100%;
    left: 0;
}

.mega-menu-3 div.last_o img {

    width: 170px;
}

.mega-menu-3 div.last_o a {

    float: left;
    width: 30px;
    margin-top: 80px;
}



#mega-menu a {

    display: block;
}

#mega-menu a.big {
    font-size: 32px;
    font-weight: bold;

}

#mega-menu a.a-button {
    font-size: 13px;
    color: #72939e;
    border: 2px solid #72939e;
    text-decoration: none !important;
    padding: 5px;
    width: 160px;
    margin-top: 10px;
    border-radius: 30px;
    background-color: transparent;
    display: block;
    text-align: center;
}



.in-structure {
    border-bottom: 2px solid #092f57;
    display: block;
    padding-top: 13px;
}

.in-structure:first-of-type {
    border-top: 2px solid #092f57;

}

.new-map-container {
    overflow: hidden;
    width: 100%;
    height: 600px;
}

.new-map-container iframe {}


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

.ante-news img {
    width: 100%;
    height: 18vw;
    ;
    object-fit: cover;
    margin: 10px 0 20px;
    border-radius: 10px;
}

.ante-news iframe {
    height: 16vw;
    margin: 10px 0 20px;
    border-radius: 10px;
}

.author {

    font-weight: 400;
    display: inline-block;

}

h5.youtube-title {
    font-size: 20px;
    font-weight: bold;
}


.bg-blue {
    background-color: #031c35;
    color: #FFF !important;
}

.bg-blue h1 {
    color: #FFF !important;
}



.bg-grey {
    background-color: #f2f2f2;

}

.bg-grey input {
    padding: 25px 20px;

    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #d6d8d7;
    border-radius: 0;
}

.bg-grey textarea {
    padding: 25px 20px;

    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #d6d8d7;
    border-radius: 0;
    height: 200px;
}

.bg-grey label {
    padding-left: 20px;

}


.form-box {
    line-height: 20px;
}

.bg-grey-alt {
    background-color: #d1d8d8;

}

h2.blue {
    color: #133c6b
}


.bg-photo {
    background-size: cover;
}



::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #092f57;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #092f57;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #092f57;
}



.author a {
    font-weight: bold;
}

.disappear {
    margin-top: 15px;
    height: 500px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-color: #edeff1;
    background-size: 300%;
    transition: 1s;


}

.disappear div {
    padding: 15px;
    background-color: #edeff1;
    position: absolute;
    bottom: -100px;
    transition: 1s;

}


.disappear:hover div {

    bottom: 0;

}

.disappear:hover {

    background-size: 100% auto;

}

footer {
    background-color: #031c35;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    color: #FFF;
    font-size: 0.9vW;
    margin-top: 114px;
}

footer a {
    color: #c3cdcd;
}

footer a.selected {
    color: #cc202c;
}

footer a:hover {
    color: #FFF;
}

footer .social a {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px;
}

.sub-footer {
    font-size: 14px;
}

#myBtn {
    margin: auto;
    position: relative;
    top: -24px;
    width: 40px;
}


.lines-inner-box {
    background-color: #031c35;
    border: 20px solid #FFF;
    color: #FFF;
}

.lines-inner-box h1 {
    color: #FFF;
}

.lines-slider {
    width: 96%;
    margin: auto;
    position: relative;

}

.text-slider {
    font-size: 26px;
}

.lines-slider img {
    width: 90%;
    height: 200px;
    object-fit: cover;
}

.slick-images {
    height: 58px;
    padding: 0 45px;
}

.lines-slider .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: #f3f5f7;
    padding: 0;
    font-size: 0;
    position: absolute;
    top: 90px;
}

.lines-slider .slick-prev {
    left: -50px;

}

.lines-slider .slick-next {
    right: -50px;
}

.page-sub-menu {
    color: #bdc7c7;
}

.jssocials-share {
    margin: 0;
}

.jssocials-share-link {
    border: 0 !important;
    padding-top: 0;

}

.jssocials-share-logo {
    font-size: 1em;
}

.lines-slider .slick-prev:after {
    content: "&lt;";
    color: #bdc7c7;
    font-size: 20px;
    left: -50px;

}

.lines-slider .slick-next:after {
    content: "&gt;";
    color: #bdc7c7;
    font-size: 20px;
    right: 0;
}

#share {
    display: inline-block;
}

.carousel-item {
    background-repeat: no-repeat;
    background-position: center;
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.red-box {
    color: #FFF;
    background-color: #cc202c;
    position: absolute;
    left: 7%;
    bottom: -130px;
    width: 86%;
    padding: 4%;
    height: 340px;
}

.red-box h2 {
    color: #FFF;

}

.red-box hr.decoration {
    border: 2px solid #FFF;
    background-color: #FFF;
}

.white-box-sup {
    margin-top: 130px !important;
    height: 240px;
}

.white-box {
    position: absolute;
    left: 7%;
    width: 86%;
    padding: 4%;
    height: 240px;
}

.white-box h2 {
    color: #cc202c;

}

.white-box hr.decoration {
    border: 2px solid #cc202c;
    background-color: #cc202c;
}

.blue-box {
    position: absolute;
    background-color: #092f57;
    left: 7%;
    width: 86%;
    padding: 4%;
    bottom: 0;
    height: 50%;
    color: #fff;
}

.blue-box h2 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    height: 65px;
}

@media only screen and (max-width: 1240px) {
    .companies-bg {
        background-image: none !important;
    }

    .right-menu a {
        margin: 0 10px;
        color: #193c6a;
        font-size: 14px;
    }

    .right-menu img {
        height: 14px;
    }

}

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

    h3 {
        font-size: 24px;
    }

    .companies-bg {
        background-image: none !important;
    }

    p {
        font-size: 1rem;
    }

    .ante-news-home h5 {
        font-size: 14px;
    }

    #mega-menu hr {
        border: 0;
        border-bottom: 1px solid #FFF;
    }

    .carousel-caption {
        top: 30px;
    }

    .carousel-caption h5 {
        font-weight: bold;
        font-size: 38px;
    }

    .carousel-item {
        min-height: 450px;
        height: 70vh;
    }

    #myBtn {
        float: right;
    }

    #mega-menu a {
        display: none;
    }

    #mega-menu a {
        display: none;
    }

    #mega-menu a.big {
        display: block;
        font-size: 20px;
    }

    .mega-menu-1,
    .mega-menu-2,
    .mega-menu-1 div,
    .mega-menu-2 div,
    .mega-menu-3 div {
        height: auto;
        margin-bottom: 0;

    }

    .mega-menu-2 {
        display: none;

    }


    .carousel-banner {
        height: 42px;
    }

    .slick-arrow {
        display: none !important;
    }

    .my-round {

        display: none;
    }

    .map {
        height: 400px !important;
    }

    .contact-box-in {
        height: 400px !important;
    }

    h1 {
        font-size: 38px;
        font-weight: 700;
        color: #cc202c;
    }

    h2 {
        font-size: 24px;
        font-weight: 700;
    }



    .ante-news img {
        width: 100%;
        height: 60vw;
    }

    .ante-news iframe {
        height: 50vw;
    }


    hr.decoration {
        display: inline-block;
        width: 60px;
        margin-bottom: 8px;
        margin-left: 5px;
        border: 2px solid #092f57;
        background-color: #092f57;
    }

    footer .social a {
        margin-top: 0px;
    }

    .sub-footer {
        font-size: 13px;
    }

    footer {

        font-size: 14px;

    }

    .red-box p {
        font-size: 0.7em;
        line-height: 1.1em;
    }


    .red-box {
        height: 200px;
        bottom: -60px;
        padding: 5%;
    }

    .blue-box {
        font-size: 0.7em;
        line-height: 1.1em;
        left: 0%;
        width: 100%;
    }

    .blue-box h2,
    .red-box h2 {
        font-weight: 700;
        font-size: 24px;
    }

    .blue-box h2 {
        height: auto;
    }


    .carousel .video-container-text-small h1 {

        font-size: 38px;
    }

    .carousel .video-container-text-small {
        font-size: 16px;
    }

    .contact-box {
        height: 1000px;
    }

    .contact-box .container-text-small {
        font-size: 16px;

    }



}



.new-circle-in {
    position: absolute;
    border-radius: 50%;
    background-color: white;
    width: 15%;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    /* un poâ€™ di respiro interno */
    box-sizing: border-box;
    transition: all 0.4s ease;
}


.new-circle-in:hover{
    font-size: 18px;
}



.new-circle-in-right:hover {
    width: 17%;
    /* un poâ€™ di respiro interno */
    margin-top: -1%;
    margin-right: -1%;
}

.new-circle-in-left:hover {
    width: 17%;
    /* un poâ€™ di respiro interno */
    margin-top: -1%;
    margin-left: -1%;
}



.new-circle-in-big {

    border-radius: 50%;
    background-color: white;
    width: 20%;
}


.new-circle-in-big:hover {
    width: 22%;
    /* un poâ€™ di respiro interno */
    margin-top: -1%;
    margin-left: -1%;
}


.new-circle-in-big-big {

    border-radius: 50%;
    background-color: white;
    width: 22%;
}


.new-circle-in-big-big:hover {
    width: 24%;
    /* un poâ€™ di respiro interno */
    margin-top: -1%;
    margin-left: -1%;
}


.new-circle-in-big-big-big {

    border-radius: 50%;
    background-color: white;
    width: 26%;
}


.new-circle-in-big-big-big:hover {
    width: 28%;
    /* un poâ€™ di respiro interno */
    margin-top: -1%;
    margin-left: -1%;
}



.new-circle-in h4 {
    color: #c21632;
    font-weight: bold;
    font-size: 30px;
    margin: 0;
    transition: all 0.4s ease;
}

.new-circle-in:hover h4 {
    font-size: 34px;
}

.new-circle-in img {
    height: 50px;
    margin-top: 10px;
    transition: all 0.4s ease;
}

.new-circle-in:hover img {
    height: 60px;

}


.yellow_circle {
    border-bottom: 8px solid #fec91d;
}

.yellow_circle .new-circle-in h4 {
    color: #fec91d;
}


.yellow_circle .negative-h4 {
    background-color: #fec91d;
    color: #FFF;
}

.yellow_circle .negative-h4 h4 {
    background-color: #fec91d;
    color: #FFF;
}

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


.blue_circle {
    border-bottom: 8px solid #00a6e6;
}

.blue_circle .negative-h4 {
    background-color: #00a6e6;
    color: #FFF;
}

.blue_circle .negative-h4 h4 {
    background-color: #00a6e6;
    color: #FFF;
}

.blue_circle .new-circle-in h4 {
    color: #00a6e6;
}

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

.green_circle {
    border-bottom: 8px solid #00a57a;
}

.green_circle .negative-h4 {
    background-color: #00a57a;
    color: #FFF;
}

.green_circle .negative-h4 h4 {
    background-color: #00a57a;
    color: #FFF;
}

.green_circle .new-circle-in h4 {
    color: #00a57a;
}


@media (min-width: 1400px) {
    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-hide {
        display: none !important;
    }
}

@media only screen and (max-width: 600px) {
    .slick-images {
        height: 71px;
    }
}




.highlights-box {
    background-color: #b3d5f0;
    padding: 2rem;
}

.highlights-title {
    font-size: 2rem;
    font-weight: 300;
    color: #002856;
    border-bottom: 1px solid #dbe8f5;
    margin-bottom: 1rem !important;
    padding-bottom: 1rem !important;
}

.highlights-box .section-title {
    color: #b70026;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.section-title-yellow {
    background-color: #fec91d;
    color: #FFF;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 10px;
    ;
}

.section-title-blue {
    background-color: #00a6e6;
    color: #FFF;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 10px;
    ;
}

.section-title-green {
    background-color: #00a57a;
    color: #FFF;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 10px;
    ;
}



.highlights-box .carousel-item {
    text-align: center;
}

.highlights-box .circle {
    background-color: white;
    border-radius: 50%;
    width: 90%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #002856;
}


.highlights-box .carousel-item {
    min-height: auto !important;
    height: auto !important;
}


.highlights-box .circle h2 {
    font-weight: bold;
    color: #b70026;
    font-size: 2rem;
}

.highlights-box-yellow .circle h2 {
    color: #fec91d;
}

.highlights-box-blue .circle h2 {
    color: #00a6e6;
}

.highlights-box-green .circle h2 {
    color: #00a57a;
}

.highlights-box .circle p {
    margin: 0.5rem 0;
}

.highlights-box .circle img {
    height: 40px;
    width: auto !important;
    margin-top: 1rem;
}

.highlights-box .carousel-control-prev-icon,
.highlights-box .carousel-control-next-icon {
    background-color: transparent !important;
    border-radius: 50%;
    height: 30px;
    top: 42%;
}

.highlights-box .carousel-control-prev-icon {
    left: -40px;
}

.highlights-box .carousel-control-next-icon {
    right: -40px;
}
</pre></body></html>