.veolia-cnk .row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}
.veolia-cnk > .section1 > .row > div > .subtitle{
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 38px;
    color: #FF0000;
}
.veolia-cnk > .section1 > .row > div > h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 57px;
    color: #01021D;
    margin-top: 20px;
    margin-bottom: 20px;
}
.veolia-cnk > .section1 > .row > div > span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #01021D;
}
.veolia-cnk > .section1{
    margin-bottom: 120px;
}
.veolia-cnk > .section1 > .row{
    justify-content: space-between;
}
.veolia-cnk > .section1 > .row > .yt_field{
    height: 100%;
    width: 100%;
    min-height: 250px;
}
.veolia-cnk > .section1 > .row > .yt_field > .wp-video > .mejs-container > .mejs-inner > .mejs-layers > .mejs-poster{
    background-size: contain;
}
.veolia-cnk > .section1 > .row > .left_section{
    max-width: 477px;
    margin-bottom: 20px;
}
.veolia-cnk > .section2{
    height: 56px;
    background: #AEADAD;
    margin-bottom: 75px;
    overflow: visible;
    position: sticky;
    top: 60px;
    z-index: 1;
}
.veolia-cnk > .section2 > .container > .row{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 16px;
    gap: 16px;
    height: 56px;
    background: rgb(209, 208, 208);
}
.veolia-cnk > .section2 > .container > .row > div{
    display: flex;
    align-items: center;

}
.veolia-cnk > .section2 > .container > .row > div:hover{
    border-bottom: 1px solid #FF0000;
}
.veolia-cnk > .section2 > .container > .row > .currentcnk{
    border-bottom: 1px solid #FF0000;
}
.veolia-cnk > .section2 > .container > .row > .currentcnk > a{
    color: #FF0000;
}
.veolia-cnk > .section2 > .container > .row > .input-wrapper:hover{
    border-bottom: 0;
}
.veolia-cnk > .section2 > .container > .row > div{
	padding-left:12px;
    padding-right:12px;
}
.veolia-cnk > .section2 > .container > .row > div > .home_page{
    width: 242px;
    height: 24px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #343A40;
    text-decoration: none!important;
    margin-left: 1.5rem !important;
}
.veolia-cnk > .section2 > .container > .row > div > a{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #1E1E1E;
    text-decoration: none!important;
    height: 100%;
}
.veolia-cnk > .section2 > .container > .row > div > input{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 16px;
    gap: 8px;
    width: 240px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #FF0000;
    border-radius: 6px;
}
.veolia-cnk > .section2 > .container > .row > .input-wrapper{
    position: relative;
}
.veolia-cnk > .section2 > .container > .row > .input-wrapper input{
    padding-right: 40px;
}
.veolia-cnk > .section2 > .container > .row > .input-wrapper .icon{
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}
.veolia-cnk > .section3 > .row {
    display: flex;
    justify-content: center;
    margin-bottom: 75px;
}
.veolia-cnk > .section3 > .row > .col-12{
    max-width: 705px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.veolia-cnk > .section3 > .row > .col-12 > h2{
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 38px;
    text-align: center;
    color: #01021D;
    margin-bottom: 20px;
}
.veolia-cnk > .section3 > .row > .col-12 > span{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #01021D;
}
.veolia-cnk > .section3 > .row > .col-lg-12{
    display: flex;
    justify-content: space-between;
}
.veolia-cnk > .section3 > .row > .col-lg-12 > .card{
    max-width: 356px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    background: #FFFFFF;
    border: 1px solid #D9D9DF;
    border-radius: 4px;
}
.veolia-cnk > .section3 > .row > .col-lg-12 > .card > .card-body{
    width: 100%;
}
.veolia-cnk > .section3 > .row > .col-lg-12 > .card > .card-body:hover{
    box-shadow: 2px 16px 19px rgba(0, 0, 0, 0.09);
}
.veolia-cnk > .section3 > .row > .col-lg-12 > .card > .card-body > p{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 4px 8px;
    gap: 8px;
    border-radius: 4px;
}
.veolia-cnk > .section3 > .row > .col-lg-12 > .card > .card-body > p > span{
    background: rgba(255, 0, 0, 0.1);
    padding: 4px;
    width: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FF0000;
}
.veolia-cnk > .section3 > .row > .col-lg-12 > .card > .card-body > .card-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.veolia-cnk > .section3 > .row > .col-lg-12 > .card > .card-body > .card-container > .col-2{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.veolia-cnk > .section3 > .row > .col-lg-12 > .card > .card-body > .card-container > .col-10 > p{
    font-family: 'Arial';
    font-style: normal;
    line-height: 38px;
    color: #01021D;
    margin-bottom: 0;
}
.veolia-cnk > .section3 > .row > .col-lg-12 > .card > .card-body > .card-container > .col-10 > p > a{
    font-family: 'Arial';
    font-style: normal;
    line-height: 38px;
    color: #01021D!important;
}
.veolia-cnk > .section3 > .row > .col-lg-12 > .card > .card-body > .card-container > .col-10 > p > a[href^="mailto:"] {
    text-decoration: underline;
}
.veolia-cnk > .section4{
    background-color: #FFFFFF;
}
.veolia-cnk > .section4 > .container{
    padding-top: 75px;
    padding-bottom: 75px;
}
.veolia-cnk > .section4 > .container > .row{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.veolia-cnk > .section4 > .container > .row > .col-9 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.veolia-cnk > .section4 > .container > .row > .col-9 > h2{
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 38px;
    text-align: center;
    color: #01021D;
    margin-bottom: 20px;
}
.veolia-cnk > .section4 > .container > .row > .col-9 > span{
    max-width: 705px;
    height: 56px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #01021D;
    margin-bottom: 40px;
    width: 90vw;
}
.veolia-cnk > .section4 > .container > .row > .ytcontainer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    width: 100%;
}
.veolia-cnk > .section4 > .container > .row > .ytcontainer > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 26px;
    width: 356px;
    height: 290px;
    background: #FFFFFF;
    border: 1px solid #D9D9DF;
    border-radius: 4px;
    margin-bottom: 42px;
}
.veolia-cnk > .section4 > .container > .row > .ytcontainer > div > iframe{
    width: 100%;
    height: 200px;
}
.veolia-cnk > .section4 > .container > .row > .ytcontainer > div > p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    color: #01021D;
}
.veolia-cnk > .section5{
    padding-top: 75px;
    padding-bottom: 75px;
}
.veolia-cnk > .section5 > .row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.veolia-cnk > .section5 > .row > .firstcol {
    max-width: 547px;
}
.veolia-cnk > .section5 > .row > .firstcol > img{
    max-width: 100%;
    border-radius: 5px;
}
.veolia-cnk > .section5 > .row > .secondcol{
    max-width: 505px;
}
.veolia-cnk > .section5 > .row > .secondcol > .survey-results > h2{
    color: green;
    margin-bottom: 12px;
}
.veolia-cnk > .section5 > .row > .secondcol > h3{
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 38px;
    color: #01021D;
    margin-bottom: 20px;
}
.veolia-cnk > .section5 > .row > .secondcol > p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #01021D;
}

.veolia-cnk > .section5 > .row > .secondcol > form > .survey-q > legend{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #01021D;
    margin-top: 35px;
}
.veolia-cnk > .section5 > .row > .secondcol > form > fieldset > div > label{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #343A40;
}
.veolia-cnk > .section5 > .row > .secondcol > form > fieldset > .survey-answer{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #343A40;
}
.veolia-cnk > .section5 > .row > .secondcol > form > fieldset > .survey-answer > .other_span{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #343A40;
    margin-left: 5px;
}
.veolia-cnk > .section5 > .row > .secondcol > form > fieldset > div > label > input[type="radio"]{
    background: #FFFFFF;
    border: 1px solid #ABB5BE;
    border-radius: 16px;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.veolia-cnk > .section5 > .row > .secondcol > form > fieldset > div > label > input[type="radio"]:checked{
    width: 16px;
    height: 16px;
    border: 5px solid #FF0000;
    border-radius: 16px;
	accent-color: #FF0000;
}
.veolia-cnk > .section5 > .row > .secondcol > form > fieldset > div > label > input[type="checkbox"]{
    width: 16px;
    height: 16px;
    accent-color: #FF0000;
    border-radius: 4px;
    margin-right: 8px;
}
.veolia-cnk > .section5 > .row > .secondcol > form > fieldset > div > .survey-other{
    width: 80%;
    background-color: #FAFAFA;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.veolia-cnk > .section5 > .row > .secondcol > form > fieldset > div > .survey-other{
    margin-right: 10px;
}
.veolia-cnk > .section5 > .row > .secondcol > form > .survey-submit{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    gap: 10px;
    width: 122px;
    height: 52px;
    background: #235AF9;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 10px;
    border: 0;
}
.veolia-cnk > .section6{
    background-color: #ffffff;
}
.veolia-cnk > .section6 > .container{
    padding-top: 75px;
    padding-bottom: 75px;
}
.veolia-cnk > .section6 > .container > .row{
    justify-content: space-between;
}
.veolia-cnk > .section6 > .container > .row > .col-12{
    text-align: center;
}
.veolia-cnk > .section6 > .container > .row > .col-12 > h3{
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 38px;
    color: #01021D;
    margin-bottom: 20px;
}
.veolia-cnk > .section6 > .container > .row > .col-12{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #01021D;
    margin-bottom: 30px;
}
.veolia-cnk > .section6 > .container > .row > .col-lg-7 > p{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    color: #000000;
}
.veolia-cnk > .section6 > .container > .row > .col-lg-7 > #events-container > div > .event_date{
    border-bottom: 1px solid #D9D9DF;
    margin-bottom: 20px;
}
.veolia-cnk > .section6 > .container > .row > .col-lg-7 > #events-container > div > .event_date{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 4px 8px;
    gap: 8px;
    width: 108px;
    height: 26px;
    background: #E9ECEF;
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #343A40;
}
.veolia-cnk > .section6 > .container > .row > .col-lg-7 > div > div > .event > .event_name{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #FF0000;
}
.veolia-cnk > .section6 > .container > .row > .col-lg-7 > div > div > .event > div > p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}





 /* Callendar css */

#calendar-container {
    max-width: 310px;
    margin: 20px auto;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 22px;
    background: #FFFFFF;
    box-shadow: 2px 16px 19px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
}
#calendar-container #calendar_reset {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 262px;
    height: 60px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #FF0000;
    padding: 0;
    gap: 10px;
    background: #EFEFF1;
    border-radius: 4px;
    border: 1px solid #EFEFF1;
}
#calendar-container #calendar_reset:hover {
    background: #AEADAD;
    border: 1px solid #AEADAD;
}
#calendar-header {
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#calendar-header button {
    border: none;
    background: none;
    display: flex;
    align-items: center;
}
#calendar-month-year {
    margin: 0 auto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #4A5660;
}
#calendar {
    width: 100%;
    border-collapse: collapse;
}
#calendar th, #calendar td {
    width: 30px;
    height: 41px;
    text-align: center;
    vertical-align: middle;
}
#calendar th {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #B5BEC6;
}
#calendar td.empty {
    background-color: #FFFFFF;
}
#calendar td.today {
    background-color: #FF0000;
    border-radius: 50%;
    color: #ffffff;
}
#calendar td:hover {
    background-color: #FF0000;
    border-radius: 50%;
    color: #ffffff!important;
    cursor: pointer;
}
#calendar td.empty:hover {
    background-color: #FFFFFF;
    pointer-events: none;
}
#calendar td.selected {
    background-color: #FF0000;
    border-radius: 50%;
    color: #ffffff!important;
}
#calendar td.saturday {
    color: #008BFF;
}
#calendar td.sunday {
    color: #FF0000;
}





@media (max-width: 576px) {
    .veolia-cnk > .section2{
        position: relative;
        height: auto;
    }
    .veolia-cnk > .section5 > .row > .secondcol{
        max-width: 505px;
        padding: 15px;
	}
    .veolia-cnk > .section2 > .container > .row {
        flex-direction: column;
        height: auto;
    }
    .veolia-cnk > .section2 > .container > .row > .input-wrapper {
        position: relative;
        right: 0;
        top: 0;
        transform: 0;
        width: auto!important;
        height: auto;
        margin-left: 0!important;
    }
    .veolia-cnk > .navbar-expand-lg{
        background: #AEADAD;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .veolia-cnk > .navbar-expand-lg > .container-fluid{
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 8px 16px;
        gap: 16px;
        background: rgb(209, 208, 208);
    }
    .veolia-cnk > .navbar-expand-lg > .container-fluid > .navbar-brand{
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        color: #343A40;
        text-decoration: none !important;
        margin-left: auto;
    }
    .veolia-cnk > .navbar-expand-lg > .container-fluid > .navbar-collapse{
        text-align: center;
    }
    .veolia-cnk > .navbar-expand-lg > .container-fluid > .navbar-collapse > ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .veolia-cnk > .navbar-expand-lg > .container-fluid > .navbar-collapse > ul > .currentcnk{
        border-bottom: 1px solid #FF0000;
    }
    .veolia-cnk > .navbar-expand-lg > .container-fluid > .navbar-collapse > ul > .currentcnk > a{
        color: #FF0000;
    }
    .veolia-cnk > .navbar-expand-lg > .container-fluid > .navbar-collapse > ul > li > a{
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: #1E1E1E;
        text-decoration: none !important;
        height: 100%;
    }

    .veolia-cnk > .navbar-expand-lg > .container-fluid > .navbar-collapse > .input-wrapper {
        position: relative;
        right: 0;
        top: 0;
        transform: 0;
        width: auto!important;
        height: auto;
        margin-left: 0!important;
    }
    .veolia-cnk > .navbar-expand-lg > .container-fluid > .navbar-collapse > .input-wrapper > input {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 9px 16px;
        gap: 8px;
        width: 240px;
        height: 38px;
        background: #FFFFFF;
        border: 1px solid #FF0000;
        border-radius: 6px;
        padding-right: 40px;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    .veolia-cnk > .navbar-expand-lg > .container-fluid > .navbar-collapse > .input-wrapper > .icon {
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        pointer-events: none;
    }

    .veolia-cnk > .section3 > .row > .col-lg-12 {
        display: flex;
        flex-direction: column;
    }
    .veolia-cnk > .section3 > .row > .col-lg-12 > .card {
        max-width: 100%;
    }
    .veolia-cnk > .uklad-1 {
        padding:0!important;
        padding-top: 90px!important;
    }
    .veolia-cnk > .red_tab_cnk{
        padding: 40px 0!important;
    }
    .veolia-cnk > .section5 > .row > .firstcol {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    .veolia-cnk > .section5 > .row > .firstcol > img {
        max-width: 100%;
        border-radius: 5px;
        max-height: 430px;
        margin-bottom: 30px;
    }
}


.single-veolia_cnk > .veolia-cnk{
    padding-top: 0!important;
}


.veolia-cnk > .uklad-1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 50px 162px;
    background: #F1F1F8;
}
.veolia-cnk > .uklad-1 > .container > .uklad-1__upheader{
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 38px;
    text-align: center;
    color: #FF0000;
    margin-bottom: 20px;
    margin-top: 50px;
}
.veolia-cnk > .uklad-1 > .container > .uklad-1__header{
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 57px;
    text-align: center;
    color: #01021D;
    margin-bottom: 20px;
}
.veolia-cnk > .uklad-1 > .container > .uklad-1__content{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #01021D;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.veolia-cnk > .uklad-2{
    background: #FFFFFF;
}
.veolia-cnk > .uklad-2 > .container > .row > .ytcontainer{
    justify-content: center;
    gap: 24px;
}
.veolia-cnk > .uklad-2 > .container > .row > .ytcontainer > .uklad-2__item{
    max-height: 500px;
    max-width: 356px;
    height: auto;
    margin-bottom: 0;
}
.veolia-cnk > .uklad-2 > .container > .row > .ytcontainer > .uklad-2__item > a > img {
    max-width: 100%;
    padding: 10px;
    height: auto;
    max-height: 250px;
    width: auto;
}
.veolia-cnk > .uklad-2 > .container > .row > .ytcontainer > .uklad-2__item > .uklad-2__title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #01021D;
    padding-left: 23px;
    padding-right: 23px;
}
.veolia-cnk > .uklad-2 > .container > .row > .ytcontainer > .uklad-2__item > .uklad-2__text {
     font-style: normal;
     font-weight: 400;
     font-size: 16px;
     line-height: 26px;
     text-align: center;
     color: #01021D;
    padding-left: 23px;
    padding-right: 23px;
}
.veolia-cnk > .red_tab_cnk{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 253px;
    gap: 22px;
    isolation: isolate;
    background: rgba(255, 0, 0, 0.1);
}
.veolia-cnk > .red_tab_cnk > .container > h3{
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 54px;
    color: #FF0000;
    text-align: center;
}
.veolia-cnk > .red_tab_cnk > .container > p{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    color: #01021D;
}
.veolia-cnk > .red_tab_cnk > .container > p > a{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    color: #01021D;
    text-decoration: none;
}
.veolia-cnk > .red_tab_cnk > .container > p > a[href^="mailto:"]{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    color: #01021D;
    text-decoration: underline;
}
.veolia-cnk > .uklad-3 {
    padding-top:75px;
    padding-bottom: 75px;
}
.veolia-cnk > .uklad-3 > .row{
    justify-content: space-between;
}
.veolia-cnk > .uklad-3 > .row > .leftformcnk{
    max-width: 487px;
}
.veolia-cnk > .uklad-3 > .row > .leftformcnk > h3{
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 54px;
    color: #01021D;
}
.veolia-cnk > .uklad-3 > .row > .leftformcnk > .uklad-3__subtitle{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #4D4D60;
}
.veolia-cnk > .uklad-3 > .row > .leftformcnk > .uklad-3__text{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4D4D60;
}
.veolia-cnk > .uklad-3 > .row > .rightformcnk{
    max-width: 518px;
    background-color: #ffffff;
}
.veolia-cnk > .uklad-3 > .row > .rightformcnk > p{
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #01021D;
}
.veolia-cnk > .uklad-3 > .row > .rightformcnk > form{
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}
.veolia-cnk > .uklad-3 > .row > .rightformcnk > form > button{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 38px;
    background: #28A745;
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    border: 0;
}
.veolia-cnk > .uklad-3 > .row > .rightformcnk > form > .form-group{
    display: flex;
    flex-direction: column;
}
.veolia-cnk > .uklad-3 > .row > .rightformcnk > form > .form-group > label{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding-bottom: 6px;
}
.veolia-cnk > .uklad-3 > .row > .rightformcnk > form > .form-group > input{

    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 16px;
    gap: 8px;
    height: 48px;

    /* Default/White */
    background: #FFFFFF;
    /* Gray/300 */
    border: 1px solid #DEE2E6;
    border-radius: 6px;

    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;

}
.veolia-cnk > .uklad-3 > .row > .rightformcnk > form > .form-group > input::placeholder{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ADB5BD;
}
.veolia-cnk > .uklad-3 > .row > .rightformcnk > form > .form-group > textarea{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 16px;
    gap: 8px;
    background: #FFFFFF;
    border: 1px solid #DEE2E6;
    border-radius: 6px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}
.veolia-cnk > .uklad-3 > .row > .rightformcnk > form > .form-group > textarea::placeholder{
     font-style: normal;
     font-weight: 400;
     font-size: 16px;
     line-height: 20px;
     color: #ADB5BD;
 }
.veolia-cnk > .uklad-3 > .row > .rightformcnk > form > .consent{
    display: flex;
    margin-bottom: 1rem;
}
.veolia-cnk > .uklad-3 > .row > .rightformcnk > form > .consent > label{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #343A40;
}
.veolia-cnk > .uklad-3 > .row > .rightformcnk > form > .consent > input[type=checkbox]{
    margin-right: 10px;
}
.veolia-cnk > .uklad-4 {
    max-width: 641px!important;
    background-color: #ffffff;
    margin-bottom: 75px;
}
.veolia-cnk > .uklad-4 > .downloads__list{
    padding: 18px 27px;
}
.veolia-cnk > .uklad-4 > .downloads__list > .downloads__item{
    padding: 27px 0;
    border-bottom: 1px solid #DEE2E6;
    display: flex;
    align-items: center;
    width: 100%;
}
.veolia-cnk > .uklad-4 > .downloads__list > .downloads__item > img{
    width: 110px!important;
    height: 110px!important;
    object-fit: cover;
}
.veolia-cnk > .uklad-4 > .downloads__list > .downloads__item > .downloads__container{
    display: flex;
    flex-direction: column;
    margin-left: 29px;
}
.veolia-cnk > .uklad-4 > .downloads__list > .downloads__item > .downloads__container > .downloads__link{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    text-decoration: none!important;
}
.veolia-cnk > .uklad-4 > .downloads__list > .downloads__item > .downloads__container > .downloads__btn{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px 12px;
    gap: 8px;
    width: 76px;
    height: 32px;
    background: #E9ECEF;
    border-radius: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #343A40;
    text-decoration: none!important;
}
.veolia-cnk > .uklad-5{

}
.veolia-cnk > .uklad-5 > .row{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.veolia-cnk > .uklad-5 > .row > div > .fast_answer{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}
.veolia-cnk > .uklad-5 > .row > div > .w-100{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 16px;
    gap: 8px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #DEE2E6;
    border-radius: 6px;
}
.veolia-cnk > .uklad-5 > .row > div > .w-100 > svg{
    position: relative;
}
.veolia-cnk > .uklad-5 > .row > div > .w-100 > input{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #343A40;
    border: 0;
    margin-right: 15px;
}
.veolia-cnk > .uklad-5 > .row > .cnk_category_container{
    gap: 15px;
    display: flex;
    max-width: 799px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 36px;
    margin-bottom: 36px;
}
.veolia-cnk > .uklad-5 > .row > .cnk_category_container > a{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px 11px;
    gap: 8px;
    background: #F1F1F8;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #212529;
    text-decoration: none!important;
}

.veolia-cnk > .uklad-5 > .row > .cnk_category_container > .active{
    color: red;
}
.veolia-cnk > .uklad-5 > .row > .accordion{
    margin-bottom: 75px;
}
.veolia-cnk > .uklad-5 > .row > .accordion > div > h3 > button{
    font-style: normal!important;
    font-weight: 700!important;
    font-size: 18px!important;
    line-height: 26px!important;
    color: #343A40!important;
}
.veolia-cnk > .uklad-5 > .row > .accordion > div > .accordion-collapse > div > div > p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #343A40;
}


.downloads__pagination, .archive-pagination, .tab5__pagination{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 4px;
    padding-bottom: 20px;
}
.downloads__pagination > .current, .archive-pagination > .current, .tab5__pagination > .current{
    opacity: 1;
}
.downloads__pagination > .cnk_pagination, .archive-pagination > .cnk_pagination, .tab5__pagination > .cnk_pagination{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 16px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E9ECEF;
    border-radius: 4px;
    flex: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #6C757D;
    flex: none;
    order: 1;
    flex-grow: 0;
}
.downloads__pagination > .cnk_pagination:hover, .archive-pagination > .cnk_pagination:hover, .tab5__pagination > .cnk_pagination:hover{
    background: #FF0000;
    border: 1px solid #FF0000;
    color: white;
}
.downloads__pagination > .cnk_pagination_current, .archive-pagination > .cnk_pagination_current, .tab5__pagination > .cnk_pagination_current{
    background: #FF0000;
    border: 1px solid #FF0000;
    color: white;
}

.cnk_suggestions{
    border-radius: 6px;
}
.cnk_suggestions > .suggestion {
    padding: 6px;
    border-bottom: 1px solid #DEE2E6;
}
.cnk_suggestions > .suggestion > span{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #343A40;
}
.cnk_suggestions > .suggestion > span:hover {
    text-decoration: underline;
    cursor: pointer;
}

.cnk_clear_input {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: #aaa;
    user-select: none;
}

.cnk_clear_input:hover {
    color: #666;
}
.cnk_suggestions .highlight {
    color: #c00;
    font-weight: bold;
}


.ms-auto{
margin-left:auto!important
}


.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: 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");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%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");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0
}

[data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%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");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%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")
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: 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);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%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);
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}



:root,[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222,226,230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33,37,41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255,255,255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222,226,230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52,58,64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222,226,230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43,48,53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110,168,254;
    --bs-link-hover-color-rgb: 139,185,254;
    --bs-code-color: #e685b5;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #ffffff;
    box-shadow: none;
}

.ms-4 {
    margin-left: 1.5rem !important;
}