.multi-column__inner{box-sizing:border-box}.multi-column__title{font-family:var(--font-family-heading)!important;font-size:clamp(2rem,3vw,2.85rem);font-weight:600;margin-bottom:3rem}.multi-column__columns{display:flex;flex-wrap:wrap;gap:2rem 5rem;justify-content:space-between}.multi-column__column{display:flex;flex:1;flex-direction:column;gap:2rem 0;min-width:calc(33.33333% - 3.33333rem)}@media(max-width:992px){.multi-column__column{flex:0 0 100%;min-width:100%}}.multi-column__column>*{margin:0}.multi-column__column h3{font-family:var(--font-family-heading)!important;font-size:clamp(2rem,3vw,2.85rem);font-weight:600;text-transform:uppercase}.multi-column__column-content{display:flex;flex-direction:column;gap:20px 0;max-width:95%}.multi-column__column-content>*{margin:0}.image-gallery__inner{box-sizing:border-box}.image-gallery__header{margin-bottom:4rem;text-align:center}.image-gallery__title{color:var(--color-text);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.image-gallery__content{color:var(--color-text-secondary);font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:600px}.image-gallery__grid{display:flex;flex-direction:column;gap:20px}.image-gallery__item{background:var(--color-grey-light);overflow:hidden;position:relative;width:100%}.image-gallery__item:hover .image-gallery__image{transform:scale(1.05)}.image-gallery__link{cursor:pointer;display:block;height:100%;position:relative;transition:all .3s ease;width:100%}.image-gallery__link.loading:after{animation:spin 1s linear infinite;border:2px solid var(--color-primary);border-radius:50%;border-top:2px solid #0000;content:"";height:20px;left:50%;margin:-10px 0 0 -10px;position:absolute;top:50%;width:20px;z-index:10}.image-gallery__image{display:block;height:100%!important;object-fit:cover;transition:transform .4s ease;width:100%}.image-gallery__image.hover{transform:scale(1.02)}.image-gallery--style_1 .image-gallery__grid{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}.image-gallery--style_1 .image-gallery__item{flex:1 1 calc(33.333% - 14px);height:30vw;max-height:688px;min-width:280px}@media(max-width:992px){.image-gallery--style_1 .image-gallery__item{flex:1 1 calc(50% - 10px);height:auto;max-height:450px;min-width:250px}}@media(max-width:768px){.image-gallery--style_1 .image-gallery__item{flex:1 1 100%;max-height:300px;min-width:unset}}.image-gallery--style_2 .image-gallery__grid{display:flex;flex-direction:column;gap:20px}.image-gallery--style_2 .image-gallery__group{display:grid;gap:20px;grid-template-columns:1fr 1fr;max-height:1000px}.image-gallery--style_2 .image-gallery__group .image-gallery__item{background:var(--color-grey-light);overflow:hidden;position:relative}.image-gallery--style_2 .image-gallery__group--odd{grid-template-rows:subgrid}.image-gallery--style_2 .image-gallery__group--odd .image-gallery__item:first-child{aspect-ratio:4/5;grid-area:1/1/3/2}.image-gallery--style_2 .image-gallery__group--odd .image-gallery__item:nth-child(2){aspect-ratio:inherit;grid-area:1/2/2/3}.image-gallery--style_2 .image-gallery__group--odd .image-gallery__item:nth-child(3){aspect-ratio:inherit;grid-area:2/2/3/3}.image-gallery--style_2 .image-gallery__group--odd:has(.image-gallery__item:first-child){align-items:stretch;grid-template-rows:1fr 1fr}.image-gallery--style_2 .image-gallery__group--even .image-gallery__item:first-child{aspect-ratio:inherit;grid-area:1/1/2/2}.image-gallery--style_2 .image-gallery__group--even .image-gallery__item:nth-child(2){aspect-ratio:inherit;grid-area:2/1/3/2}.image-gallery--style_2 .image-gallery__group--even .image-gallery__item:nth-child(3){aspect-ratio:4/5;grid-area:1/2/3/3}.image-gallery--style_2 .image-gallery__group--even:has(.image-gallery__item:nth-child(3)){align-items:stretch;grid-template-rows:1fr 1fr}@media(max-width:767px){.image-gallery__inner{padding:3rem 0 6rem}.image-gallery__title{font-size:2rem}.image-gallery__header{margin-bottom:3rem}.image-gallery--style_2 .image-gallery__group{grid-template-columns:1fr}.image-gallery--style_2 .image-gallery__group .image-gallery__item{aspect-ratio:4/3!important;grid-area:auto!important;min-height:200px!important}}.mfp-image-gallery.mfp-bg{background:#000000e6}.mfp-image-gallery .mfp-img{border-radius:8px;max-height:90vh;max-width:90vw}.mfp-image-gallery .mfp-figure:after{background:#000000e6}.mfp-image-gallery .mfp-arrow{backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;height:60px;margin-top:-30px;opacity:1!important;transition:all .3s ease;width:60px}.mfp-image-gallery .mfp-arrow:hover{background:#fff3}.mfp-image-gallery .mfp-arrow:before{border:solid #fff;border-width:0 2px 2px 0;content:"";display:inline-block;left:50%;margin:0;padding:8px;position:absolute;top:50%;transform:translate(-50%,-50%)}.mfp-image-gallery .mfp-arrow:after{display:none}.mfp-image-gallery .mfp-arrow.mfp-arrow-right:before{left:45%;transform:translate(-50%,-50%) rotate(-45deg)}.mfp-image-gallery .mfp-arrow.mfp-arrow-left:before{left:55%;transform:translate(-50%,-50%) rotate(135deg)}.mfp-image-gallery .mfp-counter{backdrop-filter:blur(10px);background:#00000080;border-radius:20px;color:#fff;font-size:14px;padding:8px 16px}.mfp-image-gallery .mfp-close{font-size:28px;height:44px;line-height:44px;opacity:1!important;padding:0;text-align:center;transition:all .3s ease;width:44px}.mfp-image-gallery .mfp-close:active{top:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}