.composer_cols_container .composer_wrapper {
    opacity: 0;
    transition: opacity 500ms;
}
.composer_cols_container.scrolled .composer_wrapper {
    opacity: 1;
}
/*
    COMPOSER HEADINGS
*/
.composer_heading {line-height: 1.2em;}
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):not(.full) {
    padding: 0px 15px;
}
.composer_cols_container.section .composer_wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.section.white {
    background: white;
}
/*
    BUTTONS
*/
a.generic_button {
    padding: 10px 24px;
    color: white;
    font-size: 16px;
    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: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    mask: url(../ico/ico_right.svg) no-repeat 50% 50%;
    mask-size: cover;
    background: white;
    margin-left: 5px;
    margin-right: -5px;
}

a.generic_button.white:after {
    background: var(--color);
}
a.generic_button.white:hover:after {
    background: white;
}

a.generic_button:hover {
    color: white;
    background: #000;
}
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 {
    background: #000;
}
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: flex;
    gap: 40px;
}
.col_container {flex: 1;}

.small .col_container{
    flex: 1;
    border-radius: 10px;
    color: var(--text-color);
    box-shadow: 0 20px 20px 0 rgba(76, 86, 115, .1);    padding-inline: 30px;
}
.small .col_container h2{
    font-weight: bold;
    line-height: 1.2;
}
.small .col_container img{
    max-width: 80%;
}
.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;
}
.small p{
    font-size: .9em;
}
.small .composer_txt_img-bkg>div {
    padding: 10px 60px;
}
.no-padding .composer_txt_img-bkg>div {
    padding: 0;
}
.composer_txt_img-bkg:not(.only_text) > div:last-child {
    padding-top: 30%;
    background-size: cover;
    background-position: center center;
}
.composer_wrapper > div.left {
    text-align:left;
}
.composer_wrapper > div.center, .composer_txt_img-bkg.only_text {
    text-align:center;
}
.composer_wrapper > div.right {
    text-align:right;
}
/*
    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 {
    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;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.accordions_wrapper .acc_opener.opened:before {
    content: '-';
    line-height: 17px;
}
.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%;
}
.accordions_wrapper .acc_opener {
    font-size: 18px;
    color: var(--text-color);
    border-bottom: 1px solid #d6d9dd;
    padding: 20px 0;
    font-weight: 600;
}

.accordions_wrapper .acc_opener::after {
    display: none;
}
/*
    TABS
*/
.tabcontent {
    display: none;
}
#tabs_container .tabs {
    display: flex;
    text-align: center;
    margin-bottom: 50px;
    row-gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.1em;
}
#tabs_container .tablinks {
    border-bottom: 2px solid;
    justify-content: center;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    max-width: calc(100% / 3);
    opacity: 0.6;
}
#tabs_container .tablinks:hover,
#tabs_container .tablinks.active {
    opacity: 1;
}
#tabs_container .tabcontent > div {
    display: flex;
    gap: 60px;
    align-items: center;
}
#tabs_container .tabcontent > div > div {
    flex: 1;
}
#tabs_container .tabcontent .tab_img_bkg > div {
    padding-top: 70%;
    background-size: cover;
    background-position: center;
}
#tabs_container .tabcontent > div > div span {
    display: block;
}
#tabs_container .tabcontent > div > div a {
    margin-top: 10px;
}
/*
    GALLERY
*/
.gallery_row {
    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;
    transition: all 0.3s ease;
}
.gallery_column:hover:after {
    width: 40px;
    height: 40px;
    display: inline-block;
    content: '';
    mask: url(../ico/ico_zoom.svg) no-repeat 50% 50%;
    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);
    justify-content: 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;}
.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;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    color: white;
    top: 50%;
    transform: translateY(-50%);
}
span.prev:before {
    transform: rotate(135deg);
}
span.next:before {
    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: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;
}

span.pre_title {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2.5px;
}
@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;}
    .composer_txt_img-bkg.only_text > div {
        padding-left: 0px;
        padding-right: 0px;
    }
    .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 {flex-wrap: wrap;}
    .composer_cols_container.wide.media {padding: 0px;}
    .col_container {
        width: 100%;
        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;
    }
    #tabs_container .tablinks {
        max-width: 100%;
    }
    #tabs_container .tabcontent > div {
        flex-direction: column;
    }
    #tabs_container .tabcontent > div > div.tab_img_bkg {
        width: 100%;
        order: -1;
    }
    .composer_cols_container .counter_wrapper {
        flex-direction: column;
    }
}
/* @media all and (min-width:769px) {
    .mobile_dev {display:none!important}
}*/
@media all and (max-width:768px) {
    .blog_cards_wrapper {
        grid-template-columns: repeat(auto-fill, 100%);
    }
    .blog_cards_wrapper .blog_card_img {
        padding-top: 60%;
    }
    .blog_cards{
        grid-column: unset !important;
    }
    }

.header_int_text span.line-through {
    color: var(--pink);
    font-size: 85%;
}

.header_form {
    margin: 40px 0;
}
.header_form p{
    margin-bottom: 8px;
}
.email_form {
    text-align: center;
}
.scc-wrap,
.ongs-wrap {
    max-width: 620px;
    margin: 5px auto;
    text-align: left;
}
.scc-form-wrap,
.ongs-form-wrap {
    display: flex;
    gap: 10px;
}

@media all and (max-width:640px) {
    .scc-form-wrap,
    .ongs-form-wrap {
        flex-direction: column;
    }
}

.scc-field,
.ongs-field{
    flex: 3;
}
.scc-field input,
.ongs-field input{
  width: 100%;
  padding: 7px 14px;
  border: 0;
  box-shadow: 0px 0px 20px 0px rgb(141 181 220 / 30%);
  border-radius: 5px;
  line-height: 1;
}
.scc-buttons {
    flex: 1;
}
.scc-buttons button,
.ongs-buttons button {
    width: 100%;
    padding: 3px;
    line-height: 1.5;
    background: var(--color);
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    padding: 10px 22px;
    font-weight: 600;
    letter-spacing: unset;
    border-radius: 4px;
    line-height: 100%;
    cursor: pointer;
}
.scc-success, .scc-error,
.ongs-success, .ongs-error {
    display: none;
    padding: 2px;
    font-weight: 600;
}

.scc-success::before,
.ongs-success::before {
    font-family: "font awesome 6 free";
    content: "\f058";
    margin-right: 6px;
}
.scc-error::before,
.ongs-error::before {
    font-family: "font awesome 6 free";
    content: "\f057";
    margin-right: 6px;
}
.ongs-field label {
    display: block;
    line-height: 1.2;
    margin-bottom: 8px;
    font-size: 14px;
}
.ongs-buttons {
    text-align: right;
    margin-top: 8px;
}
.ongs-buttons button {
    width: unset;
}
.info_bar {
    margin: 100px 0;
}
