.composer_cols_container .composer_wrapper {
    opacity: 0;
    transition: opacity 500ms;
}
.composer_cols_container.scrolled .composer_wrapper {
    opacity: 1;
}
/*
    COMPOSER HEADINGS
*/
.composer_heading {line-height: 100%;}
h1.composer_heading {font-size:50px}
h2.composer_heading {font-size:44px}
h3.composer_heading {font-size:38px}
h4.composer_heading {font-size:32px}
h5.composer_heading {font-size:26px}
h6.composer_heading {font-size:20px}
/*
    COMPOSER
*/
.composer_cols_container.boxed {
    width: 100%;
    max-width: 1200px;
}
.composer_cols_container.wide:not(.media) {
    padding: 0px 15px;
}
.composer_cols_container span.material-symbols-outlined, 
.composer_cols_container i.fa-solid, .fas {
    font-size: 3rem;
}
.composer_cols_container.section .composer_wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
/*
    BUTTONS
*/
a.generic_button {
    padding: 10px 30px 10px 24px;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-flex;
    border: 2px solid;
    align-items: center;
    position: relative;
    line-height: 100%;
}
a.generic_button + a.generic_button {margin-left: 10px;}
a.generic_button:after {
    content: '';
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 0.15rem;
    position: absolute;
    right: 1.5em;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}
a.generic_button:hover {
    background: transparent;
}
a.generic_button.bordered {
    background: transparent;
}
a.generic_button.bordered:hover {
    color: white;
}
a.btn_center {
    display:table;
    margin: auto;
    white-space: nowrap;
}
a.generic_button.bordered.btn_white {
    border-color: white;
    color: white;
}
a.generic_button.bordered.btn_white:hover {
    background: white;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border: 2px Solid;
    background: transparent;
}
input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 10px 24px;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-flex;
    border: 2px solid;
    cursor: pointer;
}
/*
    COMPOSER COLS
*/
.composer_cols_container {
    margin: auto;
}
.composer_cols_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}
.col_container {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
.composer_centered {text-align: center;}

.composer_txt_img-bkg {
    display: flex;
    align-items: stretch;
}
.composer_txt_img-bkg > div{
    flex: 1;
    padding: 60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.composer_txt_img-bkg:not(.only_text) > div:last-child {
    padding-top: 30%;
    background-size: cover;
    background-position: center center;
}
.composer_txt_img-bkg.only_text {
    text-align: center;
}
/*
    IMG BOX
*/
.col_container.image_box:hover {
    box-shadow: 0px 5px 20px 5px #ddd;
}
.col_container.image_box {
    border: 1px solid #eee;
    border-radius: 4px;
}
.col_container.image_box a.box_lnk {
    color: inherit;
}
.col_container.image_box .img_box {
    padding-top: 60%;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.col_container.image_box .txt_box {
    padding: 25px 30px 24px 30px;
    border-top: 3px solid;
}
.col_container.image_box .txt_box h3 {
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 12px;
}
.col_container.image_box .txt_box > span {
    display: block;
}
.col_container.image_box span.text {
    font-size: 0.9rem;
}
/*
    IMG BOXES 2
*/
.composer_cols_container .img_boxes_wrapper {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}
.composer_cols_container .img_boxes_wrapper a {
    flex: 1;
    flex-basis: calc((100%/3) - 2px);
}
.composer_cols_container .img_boxes_wrapper .img_box_card {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.composer_cols_container .img_boxes_wrapper .img_box_card span, 
.composer_cols_container .img_boxes_wrapper .img_box_card h2 {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: white;
    font-size: 18px;
    z-index: 1;
}
.composer_cols_container .img_boxes_wrapper .img_box_card span:after, 
.composer_cols_container .img_boxes_wrapper .img_box_card h2:after {
    content: '';
    border: solid;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 0.15rem;
    position: absolute;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}
.composer_cols_container .img_boxes_wrapper .img_box_card:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    transition: all 0.6s ease;
}
.composer_cols_container .img_boxes_wrapper .img_box_card:hover::after {
    height: 250%;
}
/*
    TESTO E IMMAGINE IN BACKGROUND
*/
.composer_wrapper .text_img_bkg:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.composer_wrapper .text_img_bkg {
    background-size: cover;
    background-position: center;
    position: relative;
}
.composer_wrapper .text_img_bkg > div {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.composer_wrapper .text_img_bkg > div > div {
    width: 50%;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}
.boxed .composer_wrapper .text_img_bkg > div > div {
    padding: 60px 0px 60px 60px;
}
/*
    Testo e Titolo e Titolo in Background
*/
.tit-txt-tit-bkg_container {
    position: relative;
    text-align: center;
}
.tit-txt-tit-bkg_big-title {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 200px;
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    line-height: 160px;
    opacity: 0.07;
    z-index: 0;
    white-space: nowrap;
}
.tit-txt-tit-bkg_title {
    font-size: 32px;
    display: table;
    margin: auto;
    line-height: 36px;
    padding: 50px 0px;
}
.tit-txt-tit-bkg_title strong {
    font-weight: 900;
}
a.tit-txt-tit-button {
    margin: auto;
    display: table;
    direction: rtl;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}
/*
    ACCORDIONS
*/
.acc_content .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.acc_content .panel > div {
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0px;
}
.acc_content .panel > div > span {
    display: block;
}
.acc_content .panel > div > a.generic_button {
    margin-top: 20px;
    padding: 10px 20px!important;
    font-size: 14px!important;
}
.accordions_wrapper .acc_opener {
    font-size: 1rem;
    font-weight: inherit;
    display: inline-flex;
    padding: 12px 0px;
    cursor: pointer;
    width: 100%;
    align-items: center;
}
.accordions_wrapper .acc_opener:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 3px;
    flex: none;
}
.accordions_wrapper .acc_opener:after {
    width: 20px;
    height: 20px;
    display: inline-block;
    content: '';
    -webkit-mask: url(../ico/ico_plus.svg) no-repeat 50% 50%;
    mask: url(../ico/ico_plus.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: white;
    position: absolute;
}
.accordions_wrapper .acc_opener:hover::after {
    -webkit-mask: url(../ico/ico_down.svg) no-repeat 50% 50%;
    mask: url(../ico/ico_down.svg) no-repeat 50% 50%;
}
.accordions_wrapper .acc_opener.opened:after {
    -webkit-mask: url(../ico/ico_minus.svg) no-repeat 50% 50%;
    mask: url(../ico/ico_minus.svg) no-repeat 50% 50%;
}
.accordions_wrapper .acc_opener.opened:hover:after {
    -webkit-mask: url(../ico/ico_up.svg) no-repeat 50% 50%;
    mask: url(../ico/ico_up.svg) no-repeat 50% 50%;
}
/*
    GALLERY
*/
.gallery_row {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(25% - 4px));
    grid-gap: 5px;
}
.carousel_row {
    display: block;
}
.gallery_column {
    padding-top: 75%;
    background-size: cover;
    background-position: center center;
    position: relative;
    cursor: pointer;
}
.gallery_column:hover:before {
    height: 100%;
}
.gallery_column:before {
    content: '';
    height: 0px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gallery_column:hover:after {
    width: 40px;
    height: 40px;
    display: inline-block;
    content: '';
    -webkit-mask: url(../ico/ico_zoom.svg) no-repeat 50% 50%;
    mask: url(../ico/ico_zoom.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal {
    display: none;
    position: fixed;
    z-index: 999999999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0,0,0,0.8);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
}
.modal-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
}
.modal-content > div > img {
    height: 100%;
    width: auto!important;
    margin: auto;
    display: block;
    max-height: 90vh;
}
.close:hover{opacity: 0.6;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";}
.close {
    position: absolute;
    top: 20px;
    right: 35px;
    cursor: pointer;
}
i.close:before {
    width: 50px;
    height: 50px;
    display: block;
    content: '';
    -webkit-mask: url(../ico/ico_close.svg) no-repeat 50% 50%;
    mask: url(../ico/ico_close.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: white;
}
.mySlides {
    display: none;
}

.prev {left:30px;}
.next{right: 45px;}
.prev:hover, 
.next:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    color: white;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
span.prev:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
span.next:before {
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
}
span.prev:before, 
span.next:before {
    content: '';
    color: white;
    border: solid white;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 18px;
    opacity: 0.6;
}
/*
    ICONS
*/
.composer_cols_wrapper.icon_set {
    justify-content: space-between;
}
.icon_single {
    display: flex;
    align-items: center;
    flex: 1;
}
.icon_single > div:first-child {
    width: 3rem;
    height: 3rem;
    position: relative;
}
.icon_single > div:first-child .svg_content {
    width: 3rem;
    height: 3rem;
    display: inline-block;
    content: '';
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.icon_single > div:last-child {
    flex: 1;
    padding-left: 15px;
}
.icon_single > div:last-child > span {
    display: block;
}
.icon_single > div:last-child > span:first-child {
    font-size: 1.1rem;
}
.icon_single > div:last-child > span:last-child {
    font-size: 0.9rem;
}
.icon_single:not(:last-child) > div:last-child {
    border-right: 1px solid #ddd;
}

span.pre_title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2.5px;
}
/*
    STAFF CARDS
*/
.staff_container {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(25% - 15px));
    gap: 20px;
}
.staff_container .staff_card {
    position: relative;
}
.staff_container .staff_card:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.staff_container .staff_card > div {
    position: relative;
    padding-top: 149%;
    background-size: cover;
    background-position: center;
    background-color: white;
}
.staff_container .staff_card > div > div {
    position: absolute;
    z-index: 2;
    color: white;
    left: 30px;
    right: 30px;
    bottom: 30px;
}
.staff_container .staff_card > div > div > span:nth-child(1) {
    font-size: 18px;
    display: block;
}
.staff_container .staff_card > div > div > span:nth-child(2) {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
}
.staff_container .staff_card > div > div > a {
    font-size: 12px;
    color: white;
    font-weight: 600;
    margin-top: 20px;
    display: none;
}
.staff_container .staff_card:hover > div > div > a {
    display: block;
}

@media all and (max-width:1280px) {
    .composer_cols_container:not(.media) {
        padding-left:30px;
        padding-right: 30px;
    }
}
@media all and (max-width:1024px) {
    .composer_txt_img-bkg {flex-direction: column;}
    .composer_txt_img-bkg > div {padding: 30px 0!important;}
    .composer_txt_img-bkg.only_text > div:last-child {
        padding-top: 0;
    }
    .composer_txt_img-bkg:not(.only_text) > div:last-child {
        padding-top: 60%!important;
        order: -1;
    }
    .col.col_1_3, 
    .col.col_2_3 {
        width: 100%;
    }
    .composer_cols_wrapper {-ms-flex-wrap: wrap;flex-wrap: wrap;}
    .composer_cols_container.wide:not(.media) {padding: 0px;}
    .col_container {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
    }
    .blog_cards_wrapper {
        grid-template-columns: repeat(auto-fill, calc((100%/2) - 10px));
    }
    .gallery_row {
		grid-template-columns: repeat(auto-fill, calc(50% - 3px));
	}
    .close {
        right: 10px;
        top: 10px;
    }
    .composer_cols_wrapper.icon_set {flex-direction: column;}
    .icon_single:not(:last-child) > div:last-child {border-right: unset;}
    .staff_container {grid-template-columns: repeat(auto-fill, 100%);}
    .staff_container .staff_card {margin: 0px 5px;}
    .staff_container .staff_card > div > div > a {display: block;}
    .staff_container .staff_card > div > div {
        left: 15px;
        right: 15px;
        bottom: 25px;
    }
}

@media all and (min-width:769px) {
    .mobile_dev {display:none!important}
}
@media all and (max-width:768px) {
    .desktop_dev {display:none!important}
    .blog_cards_wrapper {
        grid-template-columns: repeat(auto-fill, 100%);
    }
    .blog_cards_wrapper .blog_card_img {
        padding-top: 60%;
    }
}