.cec-wrap {
    position: relative;
}

.cec-wrap h1 {
    color: var(--White);
    position: absolute;
    top: 274px;
    text-transform: uppercase;
    margin: auto;
    font-size: 96px;
    letter-spacing: 0;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.cec-bg {
    width: 100%;
    height: auto;
}

.cec-ufo {
    position: absolute;
    top: 55px;
    left: 362px;
}

.cec-plant {
    position: absolute;
    top: 462px;
    left: 396px;
}

.cec-water {
    position: absolute;
    top: 521px;
    right: 643px;
}

.cec-loupe {
    position: absolute;
    top: 435px;
    right: 244px;
}

.cec-filters,
.cec-event-rows {
    width: 100%;
    margin: auto;
}

.cec-arrow {
    color: var(--Footer-Orange);
    position: absolute;
    top: 485px;
    font-size: 136px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    pointer-events: all;
    z-index: 1;
}

.cec-arrow:hover {
    color: var(--Black);
}

.cec-filters {
    padding: 40px 0;
    position: absolute;
    top: 790px;
    z-index: 1;
    left: 0;
    right: 0;
}

.cec-filters input[type="submit"] {
    background-color: var(--Footer-Orange);
    border-color: var(--Footer-Orange);
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    padding: 21px 70px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cec-filters input[type="submit"]:hover {
    background-color: var(--White);
    color: var(--Footer-Orange);
    transform: scale(1.1);
}

.cec-filters > form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 122px;
}

.cec-filter-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    padding: 23px;
}

.cec-filters-wrap {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.cec-filter {
    display: inline-block;
    vertical-align: middle;
}

.cec-filter-input-wrap {
    padding: 23px;
}

.cec-filter-input {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.cec-event-rows {
    padding-top: 60px;
    padding-bottom: 60px;
    /* width: 1660px; */
    width: calc(100% - 40px);
    max-width: 1440px;
}

.cec-event-circle-line {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #dbdbdb;
}

.cec-event-row {
    position: relative;
    border-radius: 5px;
    color: var(--Black);
    display: flex;
    flex-direction: column;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cec-event-row img {
    /* height: 300px;
    width: auto; */
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
    max-width: fit-content;
}

.cec-event-desc {
    padding: 18px;
    height: 100%;
    /* margin-top: -4px; */
}

.cec-event-desc h3 {
    font-size: 24px;
    padding-bottom: 36px;
}

.cec-detail {
    font-size: 14px;
    line-height: 150%;
    /* text-transform: lowercase; */
}

.cec-detail span {
    font-weight: 700;
    /* text-transform: uppercase; */
}

.cec-event-information {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 0 100px;
    direction: ltr;
}

.cec-event-date {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 0 100px;
    direction: ltr;
}

.cec-event-row:nth-child(2n) .cec-event-date {
    text-align: right;
}

.cec-event-picture {
    float: left;
    width: 25%;
    height: 0;
    padding-bottom: 25%;
    background: #f1f1f1;
    position: relative;
}

.cec-event-picture-hover {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

.cec-event-picture-hover:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0.5;
    background: #48556e;
    z-index: 1;
}

.cec-event-picture-hover i {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 60px;
    font-size: 60px;
    z-index: 1;
}

.cec-event-picture:hover .cec-event-picture-hover {
    opacity: 1;
}

.cec-event-picture a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.cec-event-picture a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.cec-event-picture img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.cec-event-picture.empty img {
    max-width: 60%;
    max-height: 60%;
    width: auto;
}

.cec-event-information-right-content {
    float: left;
    width: 75%;
    padding-left: 44px;
}

.cec-event-title {
    font-size: 22px;
    color: #ad946c;
    font-weight: bold;
    padding-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.cec-event-title-icon {
    font-size: 26px;
    margin-right: 15px;
}

.cec-event-text {
    line-height: 28px;
}

.cec-event-art {
    text-align: right;
    position: relative;
    z-index: 1;
}

.cec-event-date {
    font-size: 22px;
    font-weight: 600;
    color: #2f2f2f;
}

.cec-event-date .fa {
    font-size: 28px;
    color: #ad946c;
    vertical-align: middle;
    margin-right: 13px;
}

.cec-event-date p {
    display: inline-block;
    vertical-align: middle;
}

.cec-event-circle {
    width: 75px;
    height: 105px;
    margin: 0 -42px;
    display: inline-block;
    vertical-align: middle;
    direction: ltr;
    position: relative;
    z-index: 1;
    background: #ffffff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.cec-event-circle.active {
    width: 93px;
    height: 123px;
    margin: 0 -51px;
}

.cec-event-circle-inner {
    width: 75px;
    height: 75px;
    border: 2px solid #dbdbdb;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    margin: 15px 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.cec-event-circle.active .cec-event-circle-inner {
    width: 93px;
    height: 93px;
}

.cec-event-circle-inner-inside {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 29px;
    height: 29px;
    border: 2px solid #7c7c7c;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.cec-event-circle-fill {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 29px;
    height: 29px;
    background: #48556e;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: auto;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 1;
}

.cec-no-information {
    margin: 75px 0 0 0;
}

.nrl-bottom-button {
    text-align: right;
    width: 100%;
    padding-top: 75px;
}

.nrl-art-date {
    font-weight: 500;
    width: 100%;
    margin-right: -148px;
    padding-right: 180px;
    display: inline-block;
    line-height: 30px;
    vertical-align: bottom;
    text-align: left;
}

/*ART from c_descriptive_page*/
.cdp-rows-wrap {
    margin: 0;
}

.responsive-table {
    overflow-x: auto;
}

.cdp-row-date {
    color: #494949;
    font-weight: bold;
    margin-bottom: 5px;
}

.cec-filters-wrap {
    display: flex;
    gap: 90px;
    color: var(--White);
    text-transform: uppercase;
}

.cec-filters-wrap .sf-ch-default {
    width: 50px;
    height: 50px;
    border-color: transparent;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-right: 19px;
}

.cec-filters-wrap .sf-ch-default span {
    width: 30px;
    height: 30px;
    font-size: 30px;
}

.cec-filters-wrap .sf-ch-wrapper label {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.cec-filters-wrap .sf-s-holder,
.cec-filters-wrap .sf-s-wrapper select {
    border-radius: 100px;
    border: unset;

    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cec-filters-wrap .sf-s-button {
    margin-left: 0;
}

.cec-filters-wrap .search-wrap {
    position: relative;
}

.cec-filters-wrap .search {
    border: none;
    border-radius: 100px;
    font-size: 16px;
    padding: 13px 85px;
    color: var(--Gray-Default);
    width: 380px;
}

.cec-filters-wrap .search:focus {
    border: none;
}

.cec-filters-wrap .search-wrap i {
    position: absolute;
    right: 20px;
    color: var(--Black);
    top: 15px;
    bottom: 0;
}

.cec-filters-left {
    width: 540px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 55px;
    row-gap: 65px;
}

.cec-filters-right {
    width: 900px;
    display: flex;
    flex-direction: column;
    row-gap: 65px;
}

.cec-select {
    width: 242px;
    height: 50px;
}

.cec-filter-checkboxes {
    display: grid;
    /* grid-template-columns: 1fr 1.1fr 1fr 1fr; */
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px
}

.cec-filter-checkboxes.last {
    grid-template-columns: 1fr 1.1fr 2fr;
}

.cec-filter-checkboxes .cec-checkbox {
    justify-self: start;
}

.cec-checkbox .sf-ch-wrapper label {
    display: flex;
    align-items: center;     
    gap: 8px;                 
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}


.cec-filters-left .cec-filter-header {
    text-align: center;
}

.cec-filter-header {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 150%;
    font-weight: 700;
}

.cec-filter-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cec-filter-wrapper .sf-s-holder .sf-s-selected {
    font-size: 12px;
    line-height: 150%;
    font-weight: 400;
    color: var(--Gray-Default);
    text-align: center;
}

.cec-filter-wrapper.subject,
.cec-filter-wrapper.subject .cec-select {
    width: 100%;
}

.cec-filter-wrapper.subject .sf-s-wrapper {
    width: 100% !important;
}

.hidden {
    display: none;
}

.cec-event-rows-inner {
    scroll-margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 20px;
}

.cec-wrap .pager {
    text-align: center;
    padding-top: 9px;
    padding-bottom: 15px;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cec-wrap .pager a,
.cec-wrap .pager b {
    font-size: 24px;
    color: var(--Black);
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cec-wrap .pager a.prev,
.cec-wrap .pager a.next,
.cec-wrap .pager a.last,
.cec-wrap .pager a.first {
    color: var(--Dark-Blue);
}

.cec-wrap .pager b,
.cec-wrap .pager a:hover,
.cec-wrap .pager .p-current-page {
    color: var(--Black);
    background-color: var(--Footer-Orange);
    border-radius: 100%;
}

.cec-art-wrap{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 54px;
    margin-bottom: 108px;
}

.cec-art-hours-headers
{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    /* gap: 24px; */
    margin-top: 36px;
    margin-bottom: 24px;
}

.cec-art-hours-workshop .cec-art-hours-row
{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0,1fr) minmax(0,2fr);
    /* gap: 24px; */
    margin-bottom: 24px;
    align-items: flex-start;

}

.cec-art-form-fields
{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    place-items: center;
    align-items: flex-start;
}

.cec-button-wrapper
{
    display: flex;
}

.cec-row 
{
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 934px) minmax(0, 466px);
}

.cec-row-details
{
    background-color: var(--Footer-Orange);
    padding: 60px 20px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}

.cec-row-detail-name
{
    font-weight: 400;
    text-transform: capitalize;
}

.cec-row-detail-val
{
    font-weight: bold;
    text-transform: capitalize;
}

.cec-row-detail-val a{
    color: var(--Black);
    font-weight: bold;
    text-transform: capitalize;
}

.cec-row-detail-val a:hover{
    color: var(--White);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.cec-row-detail-wrap
{
    font-size: 20px;
    line-height: 30px;
}

.cec-art-img-wrapper img
{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px 16px 0 0;
    max-height: 300px;
    object-fit: cover;
}

.cec-art-title
{
    margin-top: 40px;
    font-size: 24px;
    font-weight: bold;
}

.cec-art-desc
{
    margin-bottom: 36px;
}

.cec-art-desc-title
{
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 16px;
}

.cec-art-hours
{
    margin-top: 60px;
}

.cec-art-basic-hours
{
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
}

.cec-art-basic-hours-header
{
    font-size: 16px;
    color: var(--White);
    background-color: var(--Dark-Blue);
    padding: 18px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-wrap: nowrap;
    display: flex;
    justify-content: center;
}

.cec-art-basic-hours-headers
{
    /* display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)); */
    display: flex;
    column-gap: 26px;
    row-gap: 16px;
}

.cec-art-basic-hours-grid
{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 26px;
    row-gap: 16px;
}

.cec-art-basic-hour
{
    padding: 14px;
    border: 2px solid var(--Black);
    font-weight: bold;
    border-radius: 20px;
    display: flex;
    text-wrap: nowrap;
    justify-content: center;
}

.cec-art-no-data
{
    font-size: 20px;
    padding: 14px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--Footer-Orange);
    border-radius: 20px;
}

.cec-art-hours-login
{
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: bold;
    text-transform: uppercase;
}

a.cec-login-href
{
    color: var(--Blue);
    text-decoration: underline;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a.cec-login-href:hover
{
    color: var(--Footer-Orange);
}

.cec-art-hours-headers .cec-art-hours-header
{
    color: var(--White);
    text-transform: uppercase;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: var(--Dark-Blue);
    display: flex;
    justify-content: center;
    border-radius: 20px;
    margin-left: 12px;
    margin-right: 12px;
}

.cec-art-hours-headers .cec-art-hours-header:first-child
{
    margin-left: 0;
}
.cec-art-hours-headers .cec-art-hours-header:last-child
{
    margin-right: 0;
}

.cec-art-hours-cell
{
    display: flex;
    justify-content: center;
    font-weight: bold;
    border: 2px solid var(--Black);
    border-radius: 20px;
    align-items: center;
    padding: 16px 0;
}

.cec-art-button, input[type=submit].cec-art-button
{
    font-size: 16px;
    color: var(--Black);
    text-transform: uppercase;
    padding: 16px 0;
    display: flex;
    justify-content: center;
    background-color: var(--Footer-Orange);
    border: 1px solid var(--Footer-Orange);
    border-radius: 20px;
    font-weight: bold;
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 4px 0px  rgba(150, 152, 180, 1);
    -moz-box-shadow: 0px 4px 4px 0px  rgba(150, 152, 180, 1);
    box-shadow: 0px 4px 4px 0px  rgba(150, 152, 180, 1);
    line-height: normal;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.cec-art-button:hover, input[type=submit].cec-art-button:hover
{
    background-color: var(--White);
    color: var(--Black);
}

.cec-art-button.disabled
{
    background-color: #D9D9D9;
    border: 1px solid #D9D9D9;
}

.cec-art-button.disabled:hover
{
    color: var(--Black);
}

.spacing
{
    margin-left: 12px;
    margin-right: 12px;
}

.spacing:first-child
{
    margin-left: 0;
}

.spacing:last-child
{
    margin-right: 0;
}

.cec-art-form-fields > :first-child
{
    padding-right: 12px;
}

.cec-art-form-fields > :last-child
{
    padding-left: 12px;
}

.cec-art-form-fields .sf-s-wrapper
{
    /* max-width: 100px; */
    width: 100%!important;
}

.cec-button-wrapper
{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cec-button-wrapper > *
{
    width: 100%;
    text-align: center;
}

.cec-art-form-fields .sf-s-wrapper .sf-s-holder, .cec-art-form-fields .sf-s-wrapper .sf-s-multi-holder
{
    border-radius: 20px;
    border: 2px solid var(--Black);
}

.cec-art-form-fields  .sf-s-disabled .sf-s-button:after
{
   color: #D9D9D9; 
}

.cec-art-hours-cell
{
    height: fit-content;
}

.sf-s-holder .sf-s-selected
{
    color: var(--Black);
    text-align: center;
    font-weight: bold;
}

.gears
{
    color: #254A91;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.cec-row-details:hover .gears
{
    opacity: 1;

}

.cec-row-details:hover .gears:hover
{
    color: var(--Black);
}

.cec-img-wrapper
{
    display: flex;
    justify-content: center;
}

.cec-event-desc h3.cec-row-title
{
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 16px;
}

a.cec-event-row:hover{
    color: var(--Black);
}

.cec-detail span.cec-detail-name
{
    font-weight: 400;
    text-transform: lowercase;
}
.cec-detail span.cec-city-val
{
    text-transform: uppercase;
}

.del-small
{
    padding: 6px 18px;
}

.rs-wrapper
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cec-location-btn
{
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}



@media all and (max-width: 1860px) {
    .cec-filters > form {
        gap: 90px;
    }
}

@media all and (max-width: 1800px) {
    .cec-ufo {
        left: 14%;
        width: 200px;
    }

    .cec-plant {
        left: 18%;
        top: 410px;
        width: 120px;
    }

    .cec-water {
        right: 35%;
        width: 150px;
    }

    .cec-loupe {
        right: 10%;
        width: 390px;
    }

    .cec-wrap h1 {
        font-size: 94px;
    }

    .cec-arrow {
        font-size: 134px;
    }

    .cec-filters {
		padding: 0;
        top: 25%;
    }

    .cec-filters > form {
        gap: 70px;
    }

    .cec-event-rows-inner {
        column-gap: 60px;
        row-gap: 50px;
    }
}

@media all and (max-width: 1700px) {
    .cec-ufo {
        width: 180px;
    }

    .cec-plant {
        left: 18%;
        width: 110px;
    }

    .cec-water {
        width: 140px;
    }

    .cec-loupe {
        width: 370px;
    }

    .cec-wrap h1 {
        font-size: 90px;
    }

    .cec-arrow {
        font-size: 130px;
        top: 400px;
    }

    .cec-filters {
        top: 23%;
    }

    .cec-filters > form {
        gap: 45px;
    }

    .cec-event-rows-inner {
        column-gap: 50px;
        row-gap: 40px;
    }
}

@media all and (max-width: 1650px) {
    .cec-filters-wrap {
        gap: 60px;
    }
}

@media all and (max-width: 1600px) {
	.cec-ufo {
        width: 170px;
    }

    .cec-plant {
        width: 100px;
		top: 355px;
    }

	.cec-water {
        right: 34%;
		top: 420px;
        width: 125px;
    }

    .cec-loupe {
        right: 7%;
		top: 380px;
        width: 340px;
    }

    .cec-wrap h1 {
        font-size: 80px;
		top: 240px;
    }

    .cec-arrow {
        font-size: 120px;
        top: 340px;
    }

    .cec-filters-wrap {
        gap: 30px;
    }

    .cec-filters-left {
        column-gap: 30px;
        row-gap: 36px;
    }

	.cec-filters-right {
		row-gap: 36px;
	}

    .cec-filters-wrap .sf-ch-default {
        width: 40px;
        height: 40px;
        margin-right: 17px;
		margin-top: unset;
    }

    .cec-filters-wrap .sf-ch-default span {
        width: 25px;
        height: 25px;
        font-size: 25px;
    }

	.cec-select {
		width: 225px;
		height: 40px;
	}

	.cec-filters .sf-s-holder {
		height: 40px;
        display: flex;
        align-items: center;
	}

	.cec-filter-checkboxes {
		height: 40px; 
	}

	.cec-filters-wrap .search {
		padding: 9px 42px;
	}

	.cec-filters input[type="submit"] {
		font-size: 19px;
		padding: 17px 54px;
	}
}

@media all and (max-width: 1500px){
	.cec-ufo {
        width: 160px;
    }

    .cec-plant {
        width: 90px;
    }

	.cec-water {
        width: 110px;
    }

    .cec-loupe {
        width: 300px;
    }

    .cec-wrap h1 {
        font-size: 76px;
    }

    .cec-arrow {
        font-size: 110px;
    }

	.cec-filters {
        top: 21%;
        width: calc(100% - 40px);
        max-width: 1440px;
    }

	.cec-filters-wrap {
        gap: 20px;
    }

	.cec-filters-left {
        column-gap: 20px;
        row-gap: 30px;
    }

	.cec-select {
        width: 221px;
    }

	.cec-filters-right {
		width: unset;
		row-gap: 30px;
	}

	.cec-filters-wrap .sf-ch-wrapper label {
		font-size: 17px;
	}

	.cec-filters-wrap .sf-ch-default {
        margin-right: 4px;
    }
}

@media all and (max-width: 1480px) {
    .cec-art-wrap {
        width: calc(100% - 40px);
    }
}

@media all and (max-width: 1400px) {
	.cec-ufo {
        width: 140px;
		top: 40px;
    }

    .cec-plant {
        width: 80px;
		top: 320px;
    }

	.cec-water {
        width: 100px;
		top: 340px;
    }

    .cec-loupe {
        width: 280px;
		top: 320px;
    }

    .cec-wrap h1 {
        font-size: 74px;
		top: 200px;
    }

    .cec-arrow {
        font-size: 100px;
		top: 290px;
    }

	.cec-filters {
        top: 16%;
    }

	.cec-event-rows-inner {
        column-gap: 36px;
        row-gap: 30px;
    }

	.cec-event-desc h3 {
		font-size: 22px;
		padding-bottom: 30px;
	}

	.cec-event-desc {
		padding: 27px;
	}

    .cec-filters-left {
        width: 463px;
    }

    .cec-filters-wrap .search-wrap {
        justify-self: start;
    }

    .cec-filters-wrap .search {
        width: 280px;
    }

    .cec-filters-wrap .sf-ch-wrapper label {
        font-size: 16px;
    }

    .cec-filter-checkboxes {
        gap: 8px;
    }

    .cec-art-hours-headers .cec-art-hours-header {
        padding: 16px 20px;
        text-align: center;
        align-items: center;
    }

    .cec-row {
        gap: 32px;
    }
}

@media all and (max-width: 1300px) {
    .cec-filters-wrap .sf-ch-default {
        width: 32px;
        height: 32px;
    }

    .cec-filters-left {
        width: 488px;
    }

    .cec-filters-wrap .sf-ch-default span {
        width: 20px;
        height: 20px;
        font-size: 20px;
    }

    .cec-filters-wrap .sf-ch-wrapper label {
        display: flex;
        align-items: center;
        gap: 2px;
    }

    .cec-filters-wrap .search {
        width: 250px;
    }

    .cec-loupe {
        width: 240px;
    }
}

@media all and (max-width: 1200px) {
    .cec-bg {
        height: 1000px;
        width: auto;
        max-width: 100%;
        object-fit: cover;
    }

    .cec-wrap h1 {
        font-size: 70px;
    }

    .cec-arrow {
        font-size: 100px;
        top: 310px;
    }

    .cec-loupe {
        right: 5%;
    }

    .cec-filters {
        top: 12%;
    }

   .cec-filter-checkboxes {
        grid-template-columns: 1fr 1fr;
    }

    .cec-filter-checkboxes.last {
        grid-template-columns: 1fr 1fr;
        row-gap: 30px;
    }

    .cec-filters-left {
        width: 505px;
    }

    .cec-event-rows-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cec-filter-checkboxes {
        height: unset;
    }

    .cec-filters > form {
        gap: 30px;
    }

    .cec-filters-left {
        row-gap: 0;
    }

    .cec-filter-checkboxes.last > :nth-child(3) {
        grid-column: 1 / -1;
        width: 100%;
    }

    .cec-filters-wrap .search {
        width: 100%;
    }

    .cec-filters-wrap {
        width: 100%;
        justify-content: space-between;
    }

    .cec-row {
        gap: 24px;
    }

    .cec-art-hours-headers,
    .cec-art-hours-row {
        gap: 6px;
    }

    .cec-art-hours-headers .cec-art-hours-header {
        margin: 0;
        padding: 12px 16px;
    }

    .cec-art-hours-row .spacing {
        margin: 0;
    }

    .cec-art-form-fields > :last-child {
        padding-left: 0;
    }

    .cec-row-detail-wrap {
        font-size: 18px;
        line-height: 26px;
    }
    .cec-art-basic-hours-grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 16px;
    }
}

@media all and (max-width: 1024px) {
    .cec-bg {
        height: 888px;
    }

    .cec-wrap h1 {
        font-size: 50px;
        top: 172px;
    }

    .cec-ufo {
        width: 120px;
        top: 36px;
    }

    .cec-plant {
        display: none;
    }

    .cec-loupe {
        width: 170px;
        top: 260px;
    }

    .cec-water {
        display: none;
    }

    .cec-arrow {
        font-size: 80px;
        top: 236px;
    }

    .cec-filters {
        top: 11%;
    }

    .cec-event-rows-inner {
        column-gap: 24px;
        row-gap: 28px;
    }

    .cec-event-desc {
        padding: 20px;
    }

    .cec-event-rows {
        padding: 50px 0;
    }

    .cec-wrap .pager a, 
    .cec-wrap .pager b {
        font-size: 22px;
        width: 34px;
        height: 34px;
    }

    .cec-filters input[type="submit"] {
        font-size: 18px;
        padding: 16px 40px;
    }

    .cec-row {
        grid-template-columns: 1fr;
        margin-bottom: 20px;
        gap: 12px;
    }

    .cec-row-left {
        display: contents;
    }

    .cec-art-img-wrapper {
        order: 1;
    }

    .cec-art-title {
        order: 2;
        margin-top: 0;
    }

    .cec-art-desc {
        order: 3;
    }

    .cec-row-right {
        order: 4;
    }

    .cec-art-hours-workshop {
        order: 5;
    }

    .cec-row-details {
        gap: 12px;
        padding: 40px 20px;
    }
    
}

@media all and (max-width: 767px) {
    .cec-wrap h1 {
        font-size: 40px;
        top: 134px;
    }

    .cec-ufo {
        width: 100px;
        top: 20px;
        left: 40px;
    }
    
    .cec-arrow {
        font-size: 70px;
        top: 190px;
    }

    .cec-loupe {
        width: 160px;
        top: 210px;
    }

    .cec-filters {
        top: 8%;
    }

    .cec-filters-wrap .sf-ch-wrapper label {
        font-size: 15px;
    }

    .cec-filters-left,
    .cec-filters-right {
        row-gap: 20px;
    }

    .cec-filters-wrap .sf-ch-default {
        width: 30px;
        height: 30px;
    }

    .cec-event-rows-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cec-row .sf-s-holder:before {
        height: 54px;
    }
}

@media all and (max-width: 600px) {
    .cec-wrap h1 {
        font-size: 32px;
    }

    .cec-filters-left {
        width: 100%;
    }

    .cec-filters-wrap {
        flex-direction: column;
    }

    .cec-filter-wrapper {
        width: calc(50% - 10px);
    }

    .cec-filters .sf-s-holder {
        max-width: calc(100% - 20px);
    }

    .cec-filter-checkboxes {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .cec-filters-wrap .sf-ch-wrapper label {
        font-size: 14px;
    }

    .cec-filters input[type="submit"] {
        font-size: 16px;
        padding: 12px 28px;
    }

    .cec-filters-wrap .sf-ch-default span {
        width: 18px;
        height: 18px;
        font-size: 18px;
    }

    .cec-filters-wrap .sf-ch-default {
        width: 28px;
        height: 28px;
    }

    .cec-bg {
        height: 1014px;
    }

    .cec-art-hours-cell {
        padding: 9px 0;
    }

    .cec-art-button, 
    input[type=submit].cec-art-button {
        padding: 10px 0;
    }

    .cec-row .sf-s-holder:before {
        height: 40px;
    }

    .cec-row-detail-wrap {
        font-size: 17px;
        line-height: 24px;
    }

    .cec-art-hours-workshop {
        overflow-y: auto;
    }

    .cec-art-hours-headers {
        grid-template-columns: repeat(4, minmax(130px, 1fr));
    }

    .cec-art-hours-workshop .cec-art-hours-row {
        grid-template-columns: minmax(130px, 1fr) minmax(130px, 1fr) minmax(264px, 2fr);
    }
}

@media all and (max-width: 580px){
    .cec-art-basic-hours-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media all and (max-width: 480px) {
    .cec-ufo {
        width: 80px;
        top: 18px;
    }

    .cec-wrap h1 {
        font-size: 24px;
        top: 110px;
    }

    .cec-arrow {
        font-size: 50px;
        top: 140px;
    }

    .cec-loupe {
        width: 100px;
        top: 150px;
    }

    .cec-filters {
        top: 222px;
    }

    .cec-filter-wrapper {
        width: 100%;
    }

    .cec-filters-left, 
    .cec-filters-right {
        row-gap: 16px;
    }

    .cec-filters .sf-s-holder {
        max-width: unset;
    }

    .cec-filter-checkboxes {
        grid-template-columns: 1fr 1fr;
    }

    .cec-filter .sf-s-wrapper {
        width: 100% !important;
    }

    .cec-select {
        width: 100%;
        height: 36px;
    }

    .cec-filters .sf-s-holder {
        height: 36px;
    }

    .cec-filters-wrap .sf-ch-default span {
        width: 16px;
        height: 16px;
        font-size: 16px;
    }

    .cec-filters-wrap .sf-ch-default {
        width: 26px;
        height: 26px;
    }

    .cec-filters-wrap .search {
        font-size: 14px;
    }

    .cec-filters-wrap .search-wrap i {
        top: 10px;
    }

    .cec-filters input[type="submit"] {
        font-size: 15px;
        padding: 10px 24px;
    }

    .cec-filters > form {
        gap: 20px;
    }

    .cec-bg {
        height: 1110px;
    }

    .cec-event-rows-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .cec-wrap .pager a, .cec-wrap .pager b {
        font-size: 20px;
        width: 32px;
        height: 32px;
    }

    .cec-row-details {
        padding: 20px;
    }

    .cec-art-desc {
        margin-bottom: 20px;
    }

    .cec-row-detail-wrap {
        font-size: 16px;
        line-height: 22px;
    }

    .cec-art-wrap .button {
        font-size: 16px;
        padding: 10px 16px;
    }
}
