.megaPhotoGalleryHolder{display:grid;gap:72px;grid-template-columns:repeat(2,1fr);margin-bottom:72px}.photogalleryAdSection{background-color:#001751!important;padding:90px 55px}.photogalleryAdSection .customizable-button{margin-top:60px;width:100%}.photoGalleryHeader{color:#fff;font-family:Open Sans;font-size:55px;font-style:normal;font-weight:700;line-height:60px}.photoGalleryBody{color:#fff;font-size:21px;font-style:normal;font-weight:400;line-height:30px}.photoPreviewImage img,.photoPreviewImage2 img{display:block;object-fit:cover;position:relative;top:-50%;vertical-align:middle;width:100%}.photoGallery{background:#fff;border-radius:20px;box-shadow:var(--container-shadow);overflow:hidden;position:relative;width:100%}.photoPreviewBox,.photoPreviewBox2{background:var(--color-midnight);cursor:pointer;overflow:hidden;width:100%}.photoPreviewImage,.photoPreviewImage2{display:flex;max-height:225px;transition:transform .7s ease-out;width:100%}.photoPreviewImage2:hover,.photoPreviewImage:hover{transform:scale(1.1)}.photoPreviewTag{background-color:var(--color-mango-orange);border-radius:40px;color:#fff;display:block;font-size:16px;left:10px;letter-spacing:.01em;padding:3px 15px 7px;position:absolute;top:10px}.photoTextArea{color:var(--color-midnight);padding:20px}.photoTextArea ul{list-style-type:none;padding-left:22px;position:relative}.photoTextArea li:before{color:var(--color-cobalt-blue);content:"•";font-family:monospace;font-size:1.2em;font-weight:700;left:0;position:absolute}.photoGalleryBlock{margin:30px 0 0}.photoGalleryModal{display:none;height:100vh;left:0;margin:auto;position:fixed;top:0;width:100%;z-index:99999}.photoGalleryModal-bg{background:var(--color-midnight);height:100vh;opacity:.8;position:absolute;width:100%}.photoGalleryModal-content{background:#000;bottom:30px;box-shadow:0 25px 55px rgba(0,0,0,.35);left:120px;position:absolute;right:120px;top:50px}.photoGalleryFrame{border:none;display:block;height:100%;margin:auto;width:100%}.photoGallerySingle{background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s linear;visibility:hidden;width:100%}.photoGallerySingle.active{opacity:1;visibility:visible}.photoGalleryBtn{background-color:#fff;border-radius:10px;cursor:pointer;display:block;height:60px;position:absolute;transition:all .4s cubic-bezier(.19,1,.22,1) 0s;width:60px;z-index:1}.photoGalleryClose{right:30px;top:30px}.photoGalleryPrev{left:-30px;top:calc(50% - 30px)}.photoGalleryNext{right:-30px;top:calc(50% - 30px)}.photoGalleryModal svg{height:20px;margin:20px;transition:transform .2s ease-out;width:20px}.photoGalleryModal path{fill:none;stroke:var(--color-midnight);stroke-width:3;stroke-linecap:round;transition:stroke .2s ease-out}.photoGalleryBtn:hover svg{transform:scale(1.2)}.photoGalleryBtn:hover path{stroke:var(--color-mango-orange)}@media (max-width:767px){.megaPhotoGalleryHolder{gap:72px;grid-template-columns:repeat(1,1fr)}.photoGalleryModal-content{bottom:20px;left:20px;right:20px;top:80px}.photoGallerySingle{background-size:contain}.photoGalleryClose{right:20px;top:30px;transform:scale(.4);transform-origin:top right}.photoGalleryPrev{left:-10px;transform:scale(.5);transform-origin:left center}.photoGalleryNext{right:-10px;transform:scale(.5);transform-origin:right center}}