@media only screen and (max-width:767px){.custom-content-hero-gallery-container{display:none !important}
.custom-content-hero-gallery-container-mobile{display:flex !important}
.modal-content-gallery{position:fixed;height:auto;width:100%;top:50%;left:50%;transform:translate(-50%,-50%)}
.custom-content-hero-gallery-modal-commands{top:0;z-index:9999}
.custom-content-hero-gallery{padding-bottom:40px}
}
@media only screen and (min-width:767px){.custom-content-hero-gallery{padding-top:20px;margin-top:40px;margin-bottom:40px}
.custom-content-hero-gallery-container{display:flex;padding-right:40px;padding-left:40px}
.custom-content-hero-gallery-container-mobile{display:none}
.modal-content-gallery{height:750px;width:1118px;object-fit:cover}
.custom-content-hero-gallery-modal-commands{top:26px}
.custom-content-hero-gallery{padding-bottom:0}
}
.custom-content-hero-gallery-container{flex-direction:column;margin:0 auto;max-width:100%;height:auto;padding-bottom:40px}
.custom-content-hero-gallery-container-1row-container{display:grid;grid-template-columns:1fr 1fr;max-width:100%;column-gap:16px}
.custom-content-hero-gallery-container-1row{display:grid;grid-template-columns:1fr;max-width:100%;column-gap:16px;padding-top:16px;row-gap:16px}
.custom-content-hero-gallery-container-2row{display:grid;grid-template-columns:1fr 1fr 1fr;max-width:100%;column-gap:16px;padding-top:40px}
.custom-content-hero-gallery-container-2subrow-left{display:grid;grid-template-columns:1fr 1fr;flex-direction:row;flex-wrap:wrap;max-width:100%;column-gap:16px;row-gap:16px}
.custom-content-hero-gallery-container-2subrow-right{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;flex-direction:row;flex-wrap:wrap;max-width:100%;padding-top:16px}
.custom-content-hero-gallery-container-3subrow{grid-template-columns:1fr 1fr;flex-direction:row;flex-wrap:wrap;max-width:100%}
.custom-content-hero-gallery-subcontainer{margin-bottom:41px;padding:1rem;align-items:center;display:flex;flex-direction:column}
.custom-content-hero-gallery-container-mobile{flex-direction:row;margin-bottom:41px;position:relative}
.custom-content-hero-gallery-modal-left{width:20%;display:none;padding-top:40px;padding-bottom:40px;padding-right:10px}
.custom-content-hero-gallery-modal-subleft{width:55%;position:absolute;left:-39%;height:180px}
.custom-content-hero-gallery-modal-center{width:60%;display:none;position:relative;padding-top:40px;padding-bottom:40px;padding-right:10px;padding-left:10px}
.custom-content-hero-gallery-modal-subcenter{width:100%;padding-right:10px;height:180px}
.custom-content-hero-gallery-modal-right{width:20%;display:none;overflow-x:hidden;padding-top:40px;padding-bottom:40px;padding-left:10px}
.custom-content-hero-gallery-modal-subright{width:276%;height:180px}
.custom-content-hero-gallery-modal-commands-desktop{background-color:rgb(0,0,0,0.7);position:absolute;height:40px;width:100%}
.custom-content-hero-gallery-modal-commands{background-color:rgb(0,0,0,0.7);position:absolute;height:40px;width:100%}
.custom-content-hero-gallery-modal-rows{position:absolute;width:100%;margin:0 auto;display:flex;flex-direction:row;top:50%;bottom:50%;transform:translate(-50%;-50%)}
.custom-content-hero-gallery-img-cont{position:relative}
.custom-content-hero-gallery-img-cont .content-adv-icon-full{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;cursor:pointer;pointer-events:none}
.myImgGallery{cursor:pointer;transition:.3s;object-fit:cover}
.custom-content-hero-gallery-img-cont:hover .myImgGallery{opacity:.7}
.custom-content-hero-gallery-img-cont:hover .content-adv-icon-full{display:block}
.custom-content-hero-gallery .content-adv-icon-full-mobile{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;cursor:pointer;pointer-events:none}
@media only screen and (min-width:767px) and (max-width:1150px){.modal-content-gallery{height:100%;width:750px}
}
.modalImageGallery{display:none;position:fixed;z-index:1031;left:0;top:0;width:100%;height:100%;background-color:gray}
.modalImageGalleryMobile{display:none;position:fixed;z-index:1031;padding-top:192px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0,0.7)}
.modal-content-gallery{margin:auto;display:block}
.modal-content-gallery{animation-name:zoom;animation-duration:.6s}
@keyframes zoom{from{transform:scale(0)}
to{transform:scale(1)}
}
.close-gallery{position:absolute;top:-16px;right:35px;color:#f1f1f1;font-size:40px;font-weight:bold;transition:.3s}
.close-mobile-gallery{position:absolute;top:-14px;right:35px;color:#f1f1f1;font-size:40px;font-weight:bold;transition:.3s}
.zoom-plus-gallery{position:absolute;top:-16px;right:130px;color:#f1f1f1;font-size:40px;font-weight:bold;transition:.3s}
.zoom-plus-gallery-mobile{position:absolute;top:-14px;right:130px;color:#f1f1f1;font-size:40px;font-weight:bold;transition:.3s}
.zoom-minus-gallery{position:absolute;top:-16px;right:80px;color:#f1f1f1;font-size:40px;font-weight:bold;transition:.3s}
.zoom-minus-gallery-mobile{position:absolute;top:-14px;right:80px;color:#f1f1f1;font-size:40px;font-weight:bold;transition:.3s}
.previous-gallery{position:absolute;top:50%;color:#f1f1f1;font-weight:bold;transition:.3s;background-color:#212529;z-index:9999}
.next-gallery{position:absolute;top:50%;right:0;color:#f1f1f1;font-weight:bold;transition:.3s;background-color:#212529;z-index:9999}
.previous-gallery-mobile{color:#f1f1f1;font-weight:bold;transition:.3s;background-color:#212529;opacity:.5}
.next-gallery-mobile{color:#f1f1f1;font-weight:bold;transition:.3s;background-color:#212529;opacity:.5}
.close-gallery:hover,.close-gallery:focus,.zoom-plus-gallery:hover,.zoom-plus-gallery:focus,.zoom-minus-gallery:hover,.zoom-minus-gallery:focus,.next-gallery:hover,.next-gallery:focus,.previous-gallery:hover,.previous-gallery:focus{color:#bbb;text-decoration:none;cursor:pointer}
@media only screen and (max-width:700px){.modal-content-gallery{width:100%;height:270px;object-fit:cover}
}
.background-dark{background-color:#343a40}
.background-light{background-color:#ededed}