html {
    position: relative;
    min-height: 100%;
    font-size: 55%;
}

@media (min-width: 1440px) {
    html {
        font-size: 62.5%;
    }
}

body {
    font-family: "Open Sans", sans-serif;
    background: var(--White);
    font-size: 1.7rem;
    font-weight: 300;
    color: var(--DarkBlue);
    font-optical-sizing: auto;
}

/* color */

:root {
    --Black: #000000;
    --Grey: #E8ECF0;
    --White: #ffffff;
    --DarkBlue: #002D5D;
    --Red: #E10600;
    --DarkGrey: #A1A1A1;
}

/* Font */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: normal;
    font-family: Montserrat, serif;
}

p {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 2.5rem;
}

p b,
p strong {
    font-weight: 700;
}

hr {
    color: #dee2e6;
    opacity: 1;
}

ul {
    padding: 0;
    margin: 0;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

ul li {
    position: relative;
    list-style: none;
    padding-left: 2.5rem;
    font-size: 1.6rem;
    font-weight: 400;
}

ul li:before {
    content: "";
    background-image: url("/img/flag-punto-elenco.png");
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 2px;
    background-size: contain;
    background-repeat: no-repeat;
}

#cookieTypes ul {
    padding: 0;
    margin: 0;
    gap: 0;
    display: flex;
    flex-direction: column;
}

#cookieTypes ul li {
    list-style: auto;
    padding-left: unset;
    font-size: 14px;
}

#cookieTypes ul li:before {
    background-image: unset;
    position: unset;
    left: unset;
    top: unset;
    width: 0;
    height: 0;
}

/* Button */

.btn.white {
    border-radius: 2.5rem;
    background-color: var(--White);
    color: var(--DarkBlue);
    font-family: Montserrat, serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    text-transform: uppercase;
    padding: 0.8rem 2.4rem;
}

.btn.white:hover {
    background-color: var(--Red);
    color: var(--White);
}

.btn.blue {
    border-radius: 2.5rem;
    background-color: var(--DarkBlue);
    color: var(--White);
    font-family: Montserrat, serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    text-transform: uppercase;
    padding: 0.8rem 2.4rem;
}

.btn.blue:hover {
    background-color: var(--Red);
}

.btn.arrow {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    padding: 0;
}

.btn.arrow .text {
    font-family: Montserrat, serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: normal;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width .25s ease, opacity .2s ease, color .15s;
}

.btn.arrow .icon {
    transition: transform .25s ease;
}

.btn.arrow:hover,
a:hover .btn.arrow {
    gap: 1.5rem;
}

.btn.arrow:hover .text,
.btn.arrow:focus-visible .text,
a:hover .btn.arrow .text,
a:focus-visible .btn.arrow .text {
    max-width: 15rem;
    opacity: 1;
    color: var(--Red);
}

.btn.arrow:hover .icon,
.btn.arrow:focus-visible .icon,
a:hover .btn.arrow .icon,
a:focus-visible .btn.arrow .icon {
    transform: translateX(4px);
}

.btn:focus {
    box-shadow: none;
}

/* Card prod */
.card.prod {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-top: 2rem;
}

.card.prod img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.card.prod .card-body {
    padding: 1.5rem;
}

.card.prod h3 {
    font-family: Montserrat, serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.card.prod p {
    font-size: 1.4rem;
    line-height: normal;
    line-clamp: 3;
    height: 57px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 2rem;
}

/* Card news */
.card.news {
    border: 0;
    border-radius: 0;
    padding: 0;
    flex-direction: row;
    gap: 2.5rem;
}

.card.news img {
    aspect-ratio: 199/113;
    width: 199px;
    height: auto;
    object-fit: cover;
}

.card.news .card-body {
    padding: 0;
}

.card.news h3 {
    font-family: Montserrat, serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 2.5rem;
}

.card.news p {
    font-size: 1.6rem;
    line-height: normal;
    line-clamp: 2;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 2rem;
}

/* Card img-mini */
.card.img-mini {
    border-radius: 1rem;
    aspect-ratio: 537/190;
    padding: 3.5rem;
    border: 0;
    justify-content: space-between;
    margin-top: 2rem;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card.img-mini .top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.card.img-mini.blue .top {
    background: rgba(0, 45, 93, 0.90);
    border-radius: 1rem;
}

.card.img-mini.white .top {
    background: rgba(255, 255, 255, 0.70);
    border-radius: 1rem;
}

.card.img-mini.white h3 {
    font-size: 2.5rem;
    font-weight: 600;
    position: relative;
    z-index: 10;
}

.card.img-mini.blue h3 {
    color: var(--White);
    font-size: 2.5rem;
    font-weight: 600;
    position: relative;
    z-index: 10;
}

.card.img-mini .btn.arrow {
    position: relative;
    z-index: 10;
}

/* Card img-big */
.card.img-big {
    border-radius: 1rem;
    padding: 4.5rem;
    aspect-ratio: 760/405;
    border: 0;
    justify-content: center;
    margin-top: 2rem;
    width: 100%;
    display: flex;
    text-align: center;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card.img-big .top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.70);
    border-radius: 1rem;
    z-index: 3;
}

.card.img-big.white h2 {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 5rem;
    position: relative;
    z-index: 10;
}

.card.img-big.white h2 b,
.card.img-big.white h2 strong {
    font-weight: 800;
}

.card.img-big .btn.arrow {
    position: relative;
    z-index: 10;
}

/* Card article */
.card.article {
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-top: 2rem;
}

.card.article .card-body {
    padding: 0;
}

.card.article img {
    aspect-ratio: 423/227;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card.article h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-top: 3rem;
}

.card.article p {
    margin-bottom: 2rem;
    line-clamp: 3;
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Card fiera */
.card.fiera {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin-top: 4rem;
}

.card.fiera img {
    aspect-ratio: 199/113;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 1rem;
    background-color: var(--White);
}

.card.fiera .date {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: "Montserrat", serif;
}

.card.fiera h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.card.fiera p {
    font-family: Montserrat, serif;
    font-size: 1.6rem;
    font-weight: 400;
}

/* Form */
.form-label.area {
    font-family: Montserrat, serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.input-group.area .form-control {
    background-color: var(--White);
    border-right: none;
}

.input-group.area .input-group-text {
    border-radius: 3rem;
    border: 1px solid var(--DarkGrey);
    border-left: none;
    background-color: var(--White);
    padding: 0.9rem 1.5rem;
    display: flex;
    align-items: center;
}

.input-group.area .input-group-text img {
    aspect-ratio: 1/1;
    width: 23px;
    height: 23px;
    object-fit: contain;
}

.form-label {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.form-control,
.form-select {
    padding: 0.9rem 2rem;
    border-radius: 3rem;
    border: 1px solid var(--DarkGrey);
    font-size: 1.6rem;
    font-weight: 400;
    background-color: transparent;
}

textarea.form-control {
    resize: none;
    border-radius: 2rem;
}

label.form-check-label {
    font-size: 1.4rem;
    font-weight: 400;
}

label.form-check-label a {
    text-decoration: underline;
    padding: 0;
}

.form-check .form-check-input {
    border-radius: 2px;
}

.file-native {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Il wrapper usa il look della .form-control ma senza padding interno */
.file-control.form-control {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

/* Bottone a sinistra */
.file-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--DarkBlue);
    color: var(--White);
    cursor: pointer;
    user-select: none;
    padding: 0.9rem 2rem;
    border: none;
    border-radius: 3rem 0 0 3rem;
    font-size: 1.6rem;
    font-weight: 600;
}

/* Testo placeholder a destra */
.file-text {
    display: inline-block;
    color: #A1A1A1;
    padding: 0.9rem 2rem;
    border-radius: 0 3rem 3rem 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

/* Focus accessibile sul bottone */
.file-btn:focus-visible {
    border-color: var(--Red);
    box-shadow: 0 0 0 0.25rem rgba(255, 0, 6, 0.25);
}




.form-check-input:checked {
    background-color: var(--Red);
    border-color: var(--Red);
}

.form-control:focus,
.form-check-input:focus,
.form-select:focus {
    border-color: var(--DarkBlue);
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.25);
}

.input-group.area .form-control:focus {
    border-color: var(--DarkGrey);
    box-shadow: none;
}

/* pager */
.pager {
    margin-top: 6rem;
}

.pager ul {
    flex-direction: row;
    gap: 1rem !important;
}

.pager ul li {
    padding: 0.8rem 0.2rem;
    border-radius: 0.5rem;
}

.pager ul li:before {
    display: none;
}

.pager ul li a {
    padding: 0.5rem 1rem;
}

.pager ul li.active {
    background-color: var(--DarkBlue);
    color: var(--White);
}

/* breadcrumb */

nav.bread {
    margin-bottom: 4rem;
    --bs-breadcrumb-divider: '>';
}

nav .breadcrumb-item {
    color: var(--Red);
    font-family: Montserrat, serif;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: underline;
}

nav .breadcrumb-item.active {
    text-decoration: unset;
    color: var(--Red);
}

/* result */
.result-content {
    margin-top: 4rem;
}

.result-content .result-title {
    color: var(--White);
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 2.2rem;
}

.result-content .result-content-prod {
    color: var(--White);
}

.result-content .result-content-prod a:hover {
    text-decoration: underline;
}

/* carousel */

/* filter */

/* table */

/* Section */

section {
    padding: 9rem 0;
}

@media (max-width: 992px) {
    section {
        padding: 5rem 0;
    }
}

/* Header desktop */

header {
    position: relative;
}

.bar {
    font-style: normal;
    z-index: 10;
    padding: 1rem 0;
    background-color: var(--DarkBlue);
}

.bar p {
    color: var(--White);
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal;
}

.navbar {
    background-color: var(--White);
    font-style: normal;
    z-index: 10;
    padding: 1.9rem 0;
}

.navbar img {
    aspect-ratio: 246/44;
    height: 4rem;
    width: auto;
    object-fit: contain;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 2rem;
}

.navbar ul.icon-group {
    gap: 5px;
}

.navbar li {
    display: inline-block;
    margin: 0;
    font-family: Montserrat, serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 0;
}

.navbar li a:hover {
    text-decoration: underline;
}

.navbar ul li:before {
    content: "";
    display: none;
    width: 0;
    height: 0;
    background-image: unset;
}

.navbar li .a:hover {
    cursor: default;
}

.navbar button,
.nav-mobile button {
    border: none;
    background-color: transparent;

}

.navbar img.icon,
.nav-mobile img.icon {
    aspect-ratio: 1/1;
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.navbar .dropdown {
    border-radius: 1rem;
    background-color: var(--White);
    list-style: none;
    position: absolute;
    top: 3rem;
    text-align: left;
    padding: 2rem;
    visibility: hidden;
    opacity: 0;
    width: max-content;
    z-index: 9;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}

.navbar ul li:hover .dropdown {
    visibility: visible;
    opacity: 1;
}

.navbar .dropdown ul {
    flex-direction: column;
    gap: 1.5rem;
    align-items: normal;
}

/* Header mobile */

header .nav-mobile {
    background-color: var(--White);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    padding: 1rem;
    width: 100%;
}

header .nav-mobile ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

header .nav-mobile ul li {
    list-style: none;
    padding: 0;
}

header .nav-mobile ul li:before {
    content: "";
    display: none;
    width: 0;
    height: 0;
    background-image: unset;
}

header .nav-mobile img.icon {
    aspect-ratio: 1/1;
    height: 25px;
    width: 25px;
    object-fit: contain;
}

header .nav-mobile a.logo img {
    aspect-ratio: 246/44;
    height: 4rem;
    width: auto;
    object-fit: contain;
}

header .nav-mobile .open-menu {
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    background-image: url("/img/black_hamburger.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

header .responsive-mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 100%;
    background-color: var(--White);
    padding: 4rem 3rem;
    z-index: 999999;
    height: 100vh;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.3s ease-in;
}

header .responsive-mobile-menu.active {
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
}

header .responsive-mobile-menu img.logo {
    aspect-ratio: 246 / 44;
    height: 4rem;
    width: auto;
    object-fit: contain;
    margin-bottom: 5rem;
}

header .responsive-mobile-menu ul {
    list-style: none;
    padding: 0;
    gap: 0;
}

header .responsive-mobile-menu li {
    padding: 0;
}

header .responsive-mobile-menu li:before {
    content: "";
    display: none;
    width: 0;
    height: 0;
}

header .responsive-mobile-menu ul li a {
    font-size: 1.6rem;
    padding: 1rem 0;
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Montserrat, serif;
}

header .responsive-mobile-menu .accordion-item {
    border: 0;
    padding: 1rem 0;
}

header .responsive-mobile-menu .accordion-button {
    font-size: 1.6rem;
    padding: 0;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    width: auto;
    gap: 1rem;
    color: var(--DarkBlue);
    font-family: Montserrat, serif;
}

header .responsive-mobile-menu .accordion-button:not(.collapsed),
header .responsive-mobile-menu .accordion-button:focus {
    color: var(--DarkBlue);
    background-color: var(--White);
    box-shadow: unset;
}

header .responsive-mobile-menu .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

header .responsive-mobile-menu .accordion-body ul li a {
    padding: 1rem;
}

header .responsive-mobile-menu .close-menu {
    position: absolute;
    top: 3.5%;
    right: 7%;
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .responsive-mobile-menu .close-menu img {
    width: 2rem;
}

/* Modal language */
header .modal.language .modal-dialog {
    margin-top: 1.8rem;
    width: 300px;
}

header .modal.language .modal-header {
    border-bottom: 0.2rem solid var(--DarkBlue);
    padding-left: 2.5rem;
}

header .modal.language .modal-header {
    font-size: 1.8rem;
    font-weight: 600;
}

header .modal.language .modal-body {
    padding: 1rem 2rem;
}

header .modal.language .modal hr {
    margin: 0;
}

header .modal.language a.language {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 1rem 0.5rem;
    cursor: pointer;
}

header .modal.language a.language:hover {
    background-color: var(--DarkBlue);
    color: var(--White);
    cursor: pointer;
}

header .modal.language a.language.active {
    background-color: var(--DarkBlue);
    color: var(--White);
    cursor: pointer;
}

header .modal.language a.language .txt {
    font-size: 1.6rem;
    font-weight: 300;
}

header .modal.language a.language img {
    width: 2.5rem;
    height: 2.5rem;
}

/* Modal search */
header .modal.search.fade {
    background-color: rgba(0, 45, 93, 0.6);
}

header .modal.search .modal-dialog {
    padding: 20rem 4rem;
}

header .modal.search .modal-content {
    background-color: transparent;
    border: none;
}

header .modal.search .modal-body {
    padding: 0;
}

header .modal.search .form-label {
    font-family: Montserrat, serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

header .modal.search .input-group .form-control {
    background-color: var(--White);
    border-right: none;
    border-color: var(--White);
}

header .modal.search .input-group .input-group-text {
    border-radius: 3rem;
    border: 1px solid var(--White);
    border-left: none;
    background-color: var(--White);
    padding: 0.9rem 1.5rem;
    display: flex;
    align-items: center;
}

header .modal.search .input-group .input-group-text img {
    aspect-ratio: 1/1;
    width: 23px;
    height: 23px;
    object-fit: contain;
}

header .modal.search .input-group .form-control:focus {
    border-color: var(--White);
    box-shadow: none;
}

/* Footer */
footer {
    margin-top: 9rem;
    padding: 9rem 0 1rem 0;
    background-color: var(--DarkBlue);
}

footer img.logo {
    aspect-ratio: 312/56;
    width: 310px;
    object-fit: contain;
    margin-bottom: 4rem;
}

footer h2 {
    color: var(--White);
    font-family: Montserrat, serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 5rem;
    margin-bottom: 0.8rem;
}

footer p {
    margin-bottom: 4.2rem;
    color: var(--White);
    font-family: Montserrat;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
}

footer ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

footer li {
    display: block;
    margin: 0;
    color: var(--White);
    font-family: Montserrat, serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 0;
}

footer ul li:before {
    content: "";
    display: none;
    width: 0;
    height: 0;
    background-image: unset;
}

footer a.social img {
    aspect-ratio: 1/1;
    object-fit: contain;
    width: 25px;
    height: auto;
}

footer .copy {
    margin-top: 6rem;
    display: flex;
    justify-content: center;
    gap: 5px;
}

footer .copy p {
    margin-bottom: 0;
    font-size: 1.2rem;
    text-align: center;
}


/* Section-1  */
.section-1 {
    background-color: var(--DarkBlue);
    height: 480px;
    color: var(--White);
    padding: 2rem 0;
}

.section-1 .container {
    position: relative;
}

.section-1 .slide {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-direction: row;
}

.section-1 .slide-content {
    max-width: 540px;
}

.section-1 .slide-content h2 {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
}

.section-1 .slide-content p {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 4rem;
}

.section-1 .media-container img {
    width: 520px;
    aspect-ratio: 536/428;
    object-fit: contain;
}

.section-1 .dots {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 50%;
    margin: auto;
    height: 220px;
}

.section-1 .dots ul.slick-dots {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

.section-1 .dots li {
    list-style: none;
    margin: 0;
}

.section-1 .dots li::marker {
    display: none;
}

.section-1 .dots li button {
    width: 38px;
    height: 5px;
    background: var(--White);
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.section-1 .dots li button::before {
    display: none;
}

.section-1 .dots li.slick-active button {
    background: var(--Red);
    width: 50px;
}


/* Section 2 */
.section-2 h1 {
    font-family: Montserrat, serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.section-2 img {
    aspect-ratio: 1/1;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.section-2 h2 {
    color: var(--Red);
    font-family: Montserrat, serif;
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.section-2 h3 {
    font-family: Montserrat, serif;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.section-2 p {
    margin-bottom: 2.5rem;
}

.section-2 .mt-8 {
    margin-top: 8rem;
}

/* Section-3 */
.section-3 h2 {
    text-align: center;
    font-family: Montserrat, serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-3 p {
    text-align: center;
}

.section-3 h3 {
    color: var(--White);
    font-family: Montserrat, serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin: 0 0 1.2rem;
}

.section-3 .sistemi-slider {
    margin-top: 3rem;
}

.section-3 .box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 18px;
    aspect-ratio: 648/405;
    text-decoration: none;
    color: inherit;
}

.section-3 .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.section-3 .box:hover img {
    transform: scale(1.06);
}

.section-3 .overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 4rem;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .65) 0%,
            rgba(0, 0, 0, .35) 45%,
            rgba(0, 0, 0, 0) 70%);
    text-align: center;
}

.section-3 .sistemi-slider .slick-track {
    gap: 24px;
    display: flex;
}

/* Section-4 */
.section-4 h2 {
    color: #002D5D;
    font-family: Montserrat, serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0;
}

.section-4 .carousel-product {
    margin-bottom: 4rem;
}

.section-4 .btn.blue {
    margin-left: 2rem;
}

.section-4 .next-arrow,
.section-4 .prev-arrow {
    background: transparent;
    border: none;
    cursor: pointer;
    width: auto;
    padding: 0;
}

.section-4 .next-arrow img,
.section-4 .prev-arrow img {
    aspect-ratio: 1/1;
    height: 25px;
    width: 25px;
    object-fit: contain;
}

.section-4 .next-arrow {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

/* Section-5 */
.section-5 {
    background-color: var(--Grey);
    position: relative;
}

.section-5.mt-9 {
    margin-top: 9rem;
}

.section-5 h2 {
    font-family: Montserrat, serif;
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 3rem;
}

.section-5 h2 b {
    font-weight: 700;
}

.section-5 h3 {
    font-family: Montserrat, serif;
    font-size: 2.5rem;
    font-weight: 600;
}

.section-5 p {
    margin-bottom: 3rem;
}

.section-5 .img {
    aspect-ratio: 598/339;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 10px;
}

.section-5 .box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 198/338;
    width: 100%;
    border-radius: 1rem;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 2.5rem;
    z-index: 25;
    transition: transform .5s ease;
}

.section-5 .box:hover {
    transform: scale(1.06);
}

.section-5 .top {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 34.57%, #000 100%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 1rem;
}

.section-5 .box p {
    color: var(--White);
    margin-top: auto;
    margin-bottom: 0;
    z-index: 10;
    position: relative;
    text-align: center;
}

/* Section-6 */
.section-6 {
    background-color: var(--White);
}

.section-6.hover-section {
    padding: 20rem 0 9rem 0;
    margin-top: -19rem;
    z-index: 20;
    position: relative;
}

.section-6 h2 {
    font-family: Montserrat, serif;
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.section-6 hr {
    color: var(--DarkBlue);
    opacity: 1;
    margin: 3rem 0;
}

.section-6 hr:last-child {
    display: none;
}

/* Section-7 */

.section-7 .box {
    background-color: var(--DarkBlue);
    padding: 4rem 6rem;
    border-radius: 1rem;
}

.section-7 h2 {
    color: var(--White);
    font-size: 4.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.section-7 p {
    color: var(--White);
}

/* Section-8 */
.section-8 {
    background-color: var(--Grey);
    padding: 6rem 0 10rem 0;
}

.section-8 h1 {
    font-family: Montserrat, serif;
    font-size: 5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    word-break: break-word;
}

.section-8 p {
    font-weight: 300;
}

.section-8 img {
    aspect-ratio: 1316/696;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-top: 7rem;
}

/* Section-9 */
.section-9 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1440/548;
    height: 540px;
    width: 100%;
}

/* Section-10 */
.section-10 h2 {
    font-family: Montserrat, serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 4rem;
}

.section-10 img {
    aspect-ratio: 533/173;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Section-11 */
.section-11 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.section-11 .top {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 45, 93, 0.90);
    z-index: 3;
}

.section-11 h2 {
    color: var(--White);
    font-family: Montserrat, serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    z-index: 10;
}

.section-11 p {
    color: var(--White);
    position: relative;
    z-index: 10;
}

.section-11 img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 130px;
    height: 130px;
    position: relative;
    z-index: 10;
}

/* Section-12 */
.section-12 h2 {
    font-size: 3.5rem;
    font-weight: 600;
    text-align: center;
}

.section-12 h2 b,
.section-12 h2 strong {
    font-weight: 800;
}

.section-12 .timeline {
    margin-top: 7rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4rem;
}

.section-12 .timeline .col-12 {
    position: relative;
}

.section-12 .timeline .col-12:before {
    content: "";
    width: 3rem;
    height: 3rem;
    border: 0.3rem solid var(--Red);
    border-radius: 50%;
    display: inline-block;
    line-height: 5rem;
    margin: 1rem auto 0 auto;
    background-color: var(--Red);
}

.section-12 .timeline .col-12:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.1rem;
    background-color: var(--DarkBlue);
    top: 2.5rem;
    left: 0;
    z-index: -999;
}

.section-12 .timeline h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 2rem 0;
}

.section-12 .timeline h4 {
    font-size: 2rem;
    font-weight: 700;
}

.section-12 .timeline p {
    margin-top: 1rem;
}

/* Section-13 */
.section-13 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    aspect-ratio: 1440/645;
    height: 100%;
    display: flex;
    align-items: center;
}

.section-13 h2 {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.section-13 p {
    text-align: center;
}

/* Section-14 */
.section-14 {
    position: relative;
    margin-bottom: 9rem;
}

.section-14 .img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    max-height: 100%;
    width: 45%;
    top: 0;
    right: 0;
    position: absolute;
}

.section-14 img {
    display: none;
}

.section-14 h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 4rem;
}

/* Section-15 */
.section-15 h2 {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 4rem;
}

.section-15 p {
    text-align: center;
    margin-bottom: 3rem;
}

.section-15 img {
    aspect-ratio: 1/1;
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.section-15 .btn {
    margin-top: 5rem;
}

/* Section-16 */
.section-16 {
    background-color: var(--Grey);
}

.section-16 h2 {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.section-16 h2 b,
.section-16 h2 strong {
    font-weight: 800;
}

.section-16 h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.section-16 .btn {
    margin-top: 2.5rem;
}

/* Section-17 */
.section-17 h2 {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
}

.section-17 h2 b,
.section-17 h2 strong {
    font-weight: 800;
}

/* Section-18 */
.section-18 {
    position: relative;
    margin-bottom: 9rem;
}

.section-18 .img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    max-height: 100%;
    width: 45%;
    top: 0;
    left: 0;
    position: absolute;
}

.section-18 img {
    display: none;
}

.section-18 h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 4rem;
}

/* Section-19 */
.section-19 h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.section-19 h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

/* Section-20 */
.section-20 h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 700;
}

.section-20 p {
    text-align: center;
}

.section-20 .timeline {
    position: relative;
    margin: 6rem 0 0 0;
    padding: 0;
}

.section-20 .timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--DarkBlue);
    transform: translateX(-50%);
}

.section-20 .timeline-item {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 20rem;
    align-items: flex-start;
}

.section-20 .timeline-item:last-child {
    margin-bottom: 0;
}

.section-20 .timeline-marker {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background-color: var(--White);
    padding-bottom: 3rem;
}

.section-20 .timeline-marker .dot {
    width: 30px;
    height: 30px;
    background: var(--Red);
    border-radius: 50%;
    margin: 0 auto 3rem auto;
}

.section-20 .timeline-marker .year {
    font-size: 2.5rem;
    font-weight: 700;
}

.section-20 .timeline-content {
    width: 45%;
    padding: 0 2rem;
    background: #fff;
}

.section-20 .timeline-content h4 {
    font-size: 2rem;
    font-weight: 700;
}

.section-20 .timeline-content p {
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: left;
}

.section-20 .timeline-content img {
    max-width: 100%;
    margin-top: 1rem;
    display: block;
}

.section-20 .to-left {
    margin-right: 10rem;
    margin-left: 0;
    text-align: right;
}

.section-20 .to-right {
    margin-left: 10rem;
    margin-right: 0;
    text-align: left;
}

/* Section-21 */
.section-21 p {
    text-align: center;
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 700;
}

/* Section-22 */
.section-22 {
    background: var(--Grey);
}

.section-22 h2 {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: center;
}

.section-22 h2 b,
.section-22 h2 strong {
    font-weight: 800;
}

.section-22 h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.section-22 .block {
    margin-top: 6rem;
}

.section-22 img {
    aspect-ratio: 591/488;
    width: 100%;
    object-fit: contain;
    height: auto;
}

/* Section-23 */
.section-23 h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.section-23 img {
    aspect-ratio: 535/448;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Section-24 */
.section-24 h3 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    margin-top: 2rem;
}

/* Section-25 */
.section-25 {
    background-color: var(--Grey);
}

.section-25 h2 {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 3rem;
    overflow-wrap: break-word;
}

.section-25 h2 b,
.section-25 h2 strong {
    font-weight: 800;
}

.section-25 h3 {
    font-size: 2rem;
    font-weight: 700;
}

.section-25 img {
    aspect-ratio: 1/1;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.section-25 .block {
    margin-top: 5rem;
}

/* Section-26 */
.section-26 h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 5rem;
}

.section-26 h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.section-26 img {
    aspect-ratio: 818/270;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 4rem;
}

.section-26 .tab-pane p {
    margin-bottom: 3rem;
}

.section-26 .nav-tabs {
    gap: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: var(--Grey);
    border: none;
    display: block;
}

.section-26 .nav-tabs .nav-item {
    padding-left: 0;
}

.section-26 .nav-tabs .nav-item:before {
    display: none;
    width: 0;
    height: 0;
    background-image: unset;
}

.section-26 .nav-tabs .nav-link {
    font-family: Montserrat, serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--DarkBlue);
    border-top: 1px solid var(--White);
    border-bottom: 1px solid var(--White);
    border-left: 1px solid var(--Grey);
    border-right: 1px solid var(--Grey);
    padding: 1.3rem 3rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    text-transform: uppercase;
}

.section-26 .nav-tabs .nav-link.active,
.section-26 .nav-tabs .nav-item.show .nav-link,
.section-26 .nav-tabs .nav-link:hover,
.section-26 .nav-tabs .nav-link:focus {
    color: var(--White);
    background-color: var(--DarkBlue);
    border-color: var(--DarkBlue);
}

.section-26 .tab-content {
    background-color: var(--Grey);
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.section-26 .tab-pane {
    padding: 3rem 4rem;
}

/* Section-27 */
.section-27 h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.section-27 img {
    aspect-ratio: 535/365;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Section-28 */
.section-28 {
    background: var(--Grey);
}

.section-28 h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.section-28 h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

/* Section-29 */
.section-29 {
    background: var(--Grey);
    padding-top: 0;
}

.section-29 h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 4rem;
}

/* Section-30 */
.section-30 {
    background-color: var(--DarkBlue);
    position: relative;
}

.section-30.mb-9 {
    margin-bottom: 14rem;
}

.section-30.pt-15 {
    padding-top: 15rem;
}

.section-30 h2 {
    color: var(--White);
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 3rem;
}

.section-30 p {
    margin-bottom: 3rem;
    color: var(--White);
}

.section-30 .img {
    aspect-ratio: 598/339;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 700px;
    position: absolute;
    bottom: -150px;
    right: 0;
    border-radius: 10px;
}

/* Section-31 */
.section-31 h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 4rem;
}

/* Section-32 */
.section-32.hover {
    margin-bottom: -8rem;
    position: relative;
    z-index: 4;
    padding: 0;
}

.section-32 .box {
    border-radius: 1rem;
    background: var(--Grey);
    padding: 7rem;
}

.section-32 h2 {
    font-size: 3.5rem;
    font-weight: 600;
}

.section-32 .btn {
    height: fit-content;
}

/* Section-33 */
.section-33 {
    padding-top: 0;
}

.section-33 h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 4rem;
}

/* Section-34 */
.section-34 h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

/* Section-35 */
.section-35 {
    background: var(--Grey);
}

.section-35 h2 {
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5rem;
}

.section-35 img {
    aspect-ratio: 1/1;
    width: 7rem;
    height: 7rem;
    object-fit: contain;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
}

.section-35 h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}


/* Section-36 */
.section-36 h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
}

.section-36 p {
    text-align: center;
    margin-bottom: 5rem;
}

.section-36 .box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 198/338;
    width: 100%;
    border-radius: 1rem;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 2.5rem;
    z-index: 25;
    margin-top: 1.5rem;
    transition: transform .5s ease;
}

.section-36 .box:hover {
    transform: scale(1.06);
}

.section-36 .top {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 34.57%, #000 100%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 1rem;
}

.section-36 .box p {
    color: var(--White);
    margin-top: auto;
    margin-bottom: 0;
    z-index: 10;
    position: relative;
}

/* Section-37 */
.section-37 {
    background-color: var(--Grey);
    padding: 6rem 0 10rem 0;
    margin-bottom: 6rem;
}

.section-37 h1 {
    font-family: Montserrat, serif;
    font-size: 5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.section-37 p {
    font-weight: 300;
}

.section-37 a {
    margin-top: 2rem;
}

.section-37 .main-slider img {
    aspect-ratio: 536/299;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.section-37 .slider-nav-wrapper {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.section-37 .prev-arrow,
.section-37 .next-arrow {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: block;
}

.section-37 .next-arrow img,
.section-37 .prev-arrow img {
    aspect-ratio: 1/1;
    height: 25px;
    width: 25px;
    object-fit: contain;
}

.section-37 .next-arrow {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

.section-37 .nav-slider .slick-slide {
    opacity: 0.6;
}

.section-37 .nav-slider .slick-current {
    opacity: 1;
}

.section-37 .nav-slider img {
    cursor: pointer;
    aspect-ratio: 88/58;
    width: 88px;
    height: 58px;
    object-fit: contain;
}

/* Section-38 */
.section-38 {
    padding: 5rem 0;
}

.section-38 h2 {
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
}

.section-38 h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.section-38 img {
    aspect-ratio: 424/237;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.section-38 .group {
    display: block;
    width: fit-content;
    margin-bottom: 2.5rem;
}

/* Section-39 */
.section-39 h2 {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 5rem;
}

.section-39 h2 b,
.section-39 h2 strong {
    font-weight: 800;
}

.section-39 .group {
    display: inline-block;
}

.section-39 h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}

/* Section-40 */
.section-40 {
    background-color: var(--Grey);
    padding: 9rem 0 30rem 0;
}

.section-40 h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 6rem;
    text-align: center;
}

.section-40 .card {
    background-color: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
}

.section-40 .card .card-body {
    padding: 0;
}

.section-40 img {
    aspect-ratio: 423/227;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 1rem;
}

.section-40 h3 {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
    margin-top: 2.5rem;
}

/* Section-41 */
.section-41 {
    margin-top: -25rem;
}

.section-41 h2 {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 4rem;
}

.section-41 .box {
    background-color: var(--White);
    border-radius: 1rem;
}

.section-41 .box .box-body {
    padding: 0 4rem;
}

.section-41 img {
    aspect-ratio: 539/410;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

/* Section-42 */
.section-42 h2 {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.section-42 p {
    margin-bottom: 2rem;
}

.section-42 .btn.blue {
    margin-top: 5rem;
}

/* Section-43 */
.section-43 {
    background-color: var(--Grey);
    padding-top: 0;
}

.section-43 .table {
    margin-top: 3.5rem;
}

.section-43 .table th {
    color: var(--White);
    background-color: var(--DarkBlue);
    border-bottom-color: var(--DarkBlue);
    padding: 0.5rem 1.5rem;
}

.section-43 .table tbody td {
    padding: 0.5rem 1.5rem;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: var(--White);
}

/* Section-44 */
.section-44 {
    background-color: var(--Grey);
    padding-top: 0;
}

.section-44 h2 {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 4rem;
}

.section-44 h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.section-44 .box,
.section-44 .block {
    background-color: var(--White);
    border-radius: 1rem;
    margin-bottom: 3rem;
}

.section-44 .block {
    padding: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 0;
    width: 100%;
}

.section-44 .box .box-body {
    padding: 0 7rem;
}

.section-44 img {
    aspect-ratio: 646/410;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.section-44 img.icon {
    aspect-ratio: 1/1;
    width: 20px;
    height: 20px;
    object-fit: contain;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Section-45 */
.section-45 h3 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    margin-top: 2rem;
}

.section-45 h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3.5rem;
}

/* Section-46 */
.section-46 h2 {
    font-size: 3.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 4rem;
}

.section-46 h2 b,
.section-46 h2 strong {
    font-weight: 800;
}

.section-46 p {
    text-align: center;
}

/* Section-47 */
.section-47 {
    background-color: var(--Grey);
}

.section-47 h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

/* Section-48 */
.section-48 h2 {
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
}

.section-48 .accordion-item {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--DarkGrey);
}

.section-48 h2.accordion-header {
    margin-bottom: 0;
}

.section-48 h2.accordion-header button {
    font-size: 2rem;
    font-weight: 700;
    color: var(--DarkBlue);
}

.section-48 .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
}

.section-48 .accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: none;
}

/* Section-49 */
.section-49 h2 {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-align: center;
}

.section-49 p {
    margin-bottom: 2rem;
    text-align: center;
}

.section-49 .btn.blue {
    margin-top: 5rem;
}

/* Section-50 */
.section-50 {
    padding-top: 0;
}

.section-50 img.banner {
    aspect-ratio: 1440/548;
    height: 540px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 4rem;
}

.section-50 img {
    aspect-ratio: 1000/423;
    width: 100%;
    object-fit: cover;
    margin-bottom: 2rem;
}

.section-50 img.imgbig {
    aspect-ratio: auto;
    width: 100%;
    object-fit: contain;
    object-position: left;
    margin-bottom: 2rem;
}

.section-50 img.multiple {
    aspect-ratio: 377/503;
    width: 100%;
    object-fit: cover;
    margin-bottom: 2rem;
}

.section-50 .date {
    color: var(--Red);
    font-family: Montserrat, serif;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.section-50 h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.section-50 h2 {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.section-50 h3 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.section-50 h4 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.section-50 p {
    margin-bottom: 2rem;
}

.section-50 a {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 2.5rem;
    text-decoration: underline;
}

/* Section-51 */
.section-51 {
    background-color: var(--Grey);
    padding-top: 0;
}

.section-51 .box {
    background-color: var(--White);
    border-radius: 1rem;
}

.section-51 .box .box-body {
    padding: 0 7rem;
}

.section-51 .date {
    font-family: Montserrat, serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-51 h2 {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.section-51 p {
    margin-bottom: 2rem;
}

.section-51 img {
    aspect-ratio: 646/410;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.section-51 img.logo {
    aspect-ratio: 234/73;
    width: 250px;
    height: auto;
    object-fit: contain;
    object-position: left;
    border-radius: 0;
}

/* Section-52 */

.section-52 h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

/* Section-53 */
.section-53 h1 {
    color: var(--Red);
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 4rem;
}

.section-53 h2 {
    text-align: center;
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-53 p {
    text-align: center;
    font-weight: 300;
    margin-bottom: 10rem;
}

/* Section-54 */
.section-54 h1 {
    font-size: 2rem;
    font-weight: 700;
}

.section-54 h1 span {
    text-transform: uppercase;
    color: var(--Red);
}

.section-54 .block {
    margin-top: 4rem;
}

.section-54 h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.section-54 p {
    margin-bottom: 2rem;
    line-clamp: 3;
    height: 74px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

